HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)

DescriptionOption
<ssb1>: Specifies SSB1 of the error code.
<ssb2>: Specifies SSB2 of the error code.
Example
Displaying the error message for the error code whose SSB1 is 0x2E00 and SSB2 is 0x0023.
# raidcom get error_message -ssb 0x2E00 0x0023
CAUSE : Volume capacity is too small.
raidcom get clpr
Displays the CLPR information for the storage system.
Syntax
raidcom get clpr
Options and parameters
None
Examples
# raidcom get clpr
CLPR CLPR_NAME TC_CAP(MB) TU_CAP(MB) WP_CAP(MB) SF_CAP(MB) U(%) W(%) S(%)
001 Oracle_DB_PROD 20000 10000 2000 0 50 10 0
003 Oracle_DB_BACK 10000 5000 500 0 50 5 0
CLPR: CLPR number (decimal)
CLPR_NAME: nickname of the CLPR
TC_CAP(MB): capacity of cache memory of the CLPR
TU_CAP(MB): used capacity of cache memory of the CLPR
WP_CAP(MB): capacity of write pending data of the CLPR
SF_CAP(MB): capacity of sidefiles of the CLPR
U(%): usage rate of cache memory of the CLPR
W(%): rate of write pending data of the CLPR
S(%): usage rate of sidefiles of the CLPR
raidcom modify clpr
Modifies a CLPR.
Syntax
raidcom modify clpr -clpr <clpr#> { -ldev_id <ldev#> | -parity_grp_id <gno-sgno> | -external_grp_id
<gno-sgno>}
Options and parameters
DescriptionOption
Specifies a CLPR number (0-31).-clpr <clpr#>
For example:
-clpr 2
Specifies an LDEV number (0-65279).-ldev_id <ldev#>
raidcom get clpr 213