HP P9000 RAID Manager Reference Guide (T1610-96037, October 2011)
Examples
Starting the tier reallocation of a pool for Smart Tiers of the Pool: 20.
raidcom reallocate pool -pool 20 -operation start
Starting the tier reallocation of a pool for Smart Tiers of the Pool Name: my_tier_pool.
# raidcom reallocate pool -pool my_tier_pool -operation start
Stopping the reallocation of a pool for Smart Tiers of the Pool: 20.
raidcom reallocate pool -pool 20 -operation stop
Stopping the reallocation of a pool for Smart Tiers of the Pool Name: my_tier_pool.
# raidcom reallocate pool -pool my_tier_pool -operation stop
raidcom get command_status
Displays error information of the configuration setting command (asynchronous command) to be
executed asynchronously.
When an error occurs with the execution of an asynchronous command, the total number of errors,
or error information such as error codes (SSB1 and SSB2) that are stored in the DKC at the first
time occurrence. After executing asynchronous command, check the error information by executing
this command.
However, an error from the second occurrence, error codes SSB1 and SSB2 will not be stored. To
be able to refer the error code when an error occurs, reset the error information stored by the DKC
by executing raidcom reset command_status before and after executing asynchronous command.
Syntax
raidcom get command_status [-time <time(sec)>]
Options and parameters
DescriptionOption
Specifies waiting time to complete the process of asynchronous command.[-time <time(sec)>]
If the specification of parameter is omitted, the default waiting time (CMD_DEF_TMOUT: 7200
sec.) is set.
Examples
Displaying error information of the asynchronous command.
# raidcom get command_statusHANDLE SSB1 SSB2 ERR_CNT Serial#00c5 - - 0
64034
Description on each column in output example
HANDLE
The handle number which identifies the user uniquely.
SSB1
SSB1 error code. For more details about error codes, see HP P9000 RAID Manager User Guide.
SSB2
SSB2 error code. For more details about error codes, see HP P9000 RAID Manager User Guide.
ERR_CNT
The total number of errors that occur in this user handle.
Serial#
Serial Number.
Returned Value
184 Configuration setting commands