HP XP7 RAID Manager Reference Guide (T1610-96064)

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#>
For example:
-ldev_id 200
You cannot specify the LDEV that configures a LUSE by using this command. For other notes,
see the XP7 Cache Partition User Guide.
Specifies a parity group number (gno: 1-32, sgno: 1-16).-parity_grp_id
<gno-sgno>
For example:
3-1
Specifies an external volume group number (gno: 1-16384, sgno: 1-4096).-external_grp_id
<gno-sgno>
For example:
52-11
Examples
Moving the LDEV 02:00 to the CLPR number 2.
# raidcom modify clpr -clpr 2 -ldev_id 0x0200
Moving the parity group 5-2 to the CLPR number 2
# raidcom modify clpr -clpr 2 -parity_grp_id 5-2
Moving the external volume group 1-1 to the CLPR number 2.
# raidcom modify clpr -clpr 2 -external_grp_id 01-01
raidcom add snapshot
Add a combination of the specified LDEV number and Pool ID to a snapshot group. If there is no
name of specified snapshot group, create a new snapshot group.
Syntax
raidcom add snapshot -ldev_id <ldev#(P)> <ldev#(S)> -pool
{<pool ID#> | <pool naming>}
-snapshotgroup <name> [-snap_mode <mode>]
raidcom modify clpr 217