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

DescriptionOption
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
By using LDEVs:400, 401, and 402, creating a pool of Pool ID:1, pool name: my_pool for Thin
Provisioning.
# raidcom add thp_pool -pool_id 1 -pool_name my_pool -ldev_id 400 401 402
By using LDEVs:500, 501, and 502, creating a pool of Pool ID: Allocated automatically, Pool
Name: my_pool for Thin Provisioning.
# raidcom add thp_pool -pool_name my_pool -ldev_id 500 501 502
By using LDEVs:600, 601, and 602, creating a pool of Pool ID: 2, Pool Name: Allocated
automatically for Thin Provisioning.
# raidcom add snap_pool -pool_id 2 -ldev_id 600 601 602
By using LDEVs: 700, 701, and 702, creating a pool of Pool ID: 3, Pool Name: my_pool for Thin
Provisioning with the user-defined thresholds WARNING specified to 70% and High water mark
to 80%.
# raidcom add thp_pool -pool_id 3 -pool_name my_pool -ldev_id 700 701 702 -user_threshold 70 80
Add LDEV: 368 to the pool ID: 10 for Thin Provisioning/Smart Tiers.
# raidcom add thp_pool -pool_id 10 -ldev_id 368
By using LDEV belonging to the device group: grp1, creating a pool of Pool ID:1, Pool Name:
Allocated automatically for Thin Provisioning.
# raidcom add thp_pool -pool_id 1 -grp_opt ldev -device_grp_name grp1
raidcom get thp_pool
Displays pool information for Thin Provisioning/Smart Tiers.
Syntax
raidcom get thp_pool [ -key <keyword>]
Options and parameters
DescriptionOption
Specifies a display keyword. Specify opt as <keyword>.[ -key <keyword> ]
Examples
Displaying the pool information of the pool for Thin Provisioning/Smart Tiers.
# raidcom get thp_pool
PID POLS U(%) AV_CAP(MB) TP_CAP(MB) W(%) H(%) Num LDEV# LCNT TL_CAP(MB)
001 10 45000000 50000000 50 80 2 265 33 65000000
002 POLF 95 10000 100000000 50 80 3 270 900 100000000
004 POLN 0 10000000 100000000 80 90 2 280 0 200000000
Description on each column in output example
PID
This displays the Thin Provisioning/Smart Tiers pool ID.
POLS
This displays the following status of the pool.
raidcom get thp_pool 179