HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)
Starting the tier relocation of a pool for Smart Tiers/Smart Tiers Z with Pool Name: my_tier_pool.
# raidcom reallocate pool -pool my_tier_pool -operation start
Stopping the relocation of a pool for Smart Tiers/Smart Tiers Z with Pool: 20.
# raidcom reallocate pool -pool 20 -operation stop
Stopping the relocation of a pool for Smart Tiers/Smart Tiers Z with Pool Name: my_tier_pool.
# raidcom reallocate pool -pool my_tier_pool -operation stop
raidcom get command_status
It displays an 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) are stored in the storage system at the
first occurrence. After executing asynchronous command, check the error information by executing
this command.
However, an error from the second time occurrence, error codes of SSB1 and SSB2 will not be
stored. To be able to refer the error code when an error occurs, reset the error information that is
stored by the storage system 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 this option is omitted, the default waiting time (CMD_DEF_TMOUT: 7200 sec.) is set.
Examples
Displaying error information of the asynchronous command.
# raidcom get command_status
HANDLE SSB1 SSB2 ERR_CNT Serial# Description
7E30 2E20 6000 4 64034 The pool ID is not installed
Description of each column in output example
HANDLE: handle number that uniquely identifies the user
SSB1: SSB1 error code. For details about error codes, see the HP XP P9000 RAID Manager User
Guide.
SSB2: SSB2 error code. For details about error codes, see the HP XP P9000 RAID Manager User
Guide.
ERR_CNT: total number of errors in this user handle
Serial#: serial number
Description: Error information. If no error occurred, a hyphen (-) is displayed.
Returned Value: Either of the following returned values is returned to exit (), which allows users to
check the execution results using a user program or a script.
• 0: Normal Termination
• 1: One or more errors occurred.
Abnormal termination
raidcom get command_status 209