HP P9000 RAID Manager Reference Guide (T1610-96037, October 2011)

Specify either a pool ID or a pool name. If the specification of both pool ID and pool name is
omitted, it will be rejected with EX_REQARG.
This command is executed asynchronously with the command input. Check the completion of this
process on the raidcom get command_status command.
Syntax
raidcom add snap_pool {{-pool_id <pool ID#> [-pool_name <pool naming>]
| -pool_name <pool naming>[-pool_id <pool ID#>]} | -pool_id <pool ID#> -pool_name <pool naming>}}
{-ldev_id <ldev#> [-cnt<count>] | -grp_opt <group option>
-device_grp_name <device group name> [<device name>]}[-user_threshold <%> ]
Options and parameters
DescriptionOption
Specifies a pool ID (0-127) to a pool for Snapshot.-pool_id <pool ID#>
When the specification of pool ID is omitted, a pool name must be specified. When the pool
name is specified and the pool ID is omitted, the pool ID is allocated automatically.
Specifies a pool name of a pool for Snapshot. Up to 32 characters can be specified.-pool_name <pool
naming>
When specifying a pool ID or a pool name, if a pool name exists in the specified pool ID,
the pool name is overwritten. If the pool volume is added by specifying only a pool ID, the
pool name will not be changed. When the specification of pool name is omitted, a pool ID
must be specified. When the pool ID is specified and the pool name is omitted, a pool name
is allocated automatically in the form of “New Pool<number>.
Specifies an LDEV number (0-65279). Up to 64 of LDEVs can be specified at a time.-ldev_id <ldev#>
(e.g.)
-ldev_id 100
-ldev_id 100-110
-ldev_id 100 -cnt 10
Specifies a count (2-64).[ -cnt <count> ]
The count becomes singular if not specified.
Up to 64 of LDEVs can be specified at a time.
Specifies the device information extracted from the LDEV belonging to the device group.
Specify “ldev” (fixed). The information of LDEV belonging to the device group is used.
-grp_opt <group option>
Specifies the name of device group (max. 32 characters) to be operated.-device_grp_name
<device group name>
[<device name>]
To operate an LDEV in the device group, specify the device name of LDEV (max. 32
characters) within the device group.
If the device name is omitted, all the LDEVs belonging in the device group are operated.
Specifies a user defined threshold value (20-95%).[-user_threshold <%> ]
If the specification is omitted, “80” is used.
When you add a pool volume, this option is ignored even if it is specified. If you want to
change the user defined threshold value of the additional pool volume, execute the raidcom
modify pool command.
Examples
Using LDEVs:400, 401, and 402, creating a pool of Pool ID:1, Pool Name: my_ss_pool for
Snapshot.
# raidcom add snap_pool -pool_id 1 -pool_name my_ss_pool -ldev_id 400 401 402
Using LDEVs:500, 501, and 502, creating a pool of Pool ID: Allocated automatically, Pool Name:
my_ss_pool for Snapshot.
add snap_pool -pool_name my_ss_pool -ldev_id 500 501 502
176 Configuration setting commands