HP XP7 RAID Manager Reference Guide (T1610-96064)

Options and parameters
DescriptionOption
Specifies when displaying a pool name. Specify "opt" as the <keyword>.[-key <keyword>]
Examples
Displaying pool information.
# raidcom get pool
PID POLS U(%) SSCNT Available(MB) Capacity(MB) Seq# Num LDEV# H(%)
001 POLN 10 330 10000000 1000000000 62500 2 365 80
002 POLF 95 9900 100000 1000000000 62500 3 370 70
003 POLS 100 10000 100 1000000000 62500 1 375 70
004 POLE 0 0 0 0 62500 0 0 80
Displaying pool name.
# raidcom get pool -key opt
PID POLS U(%) POOL_NAME Seq# Num LDEV# H(%) VCAP(%) TYPE PM
001 POLN 10 my_aou_pool 62500 2 265 80 65500 OPEN S
002 POLF 95 New_Pool_2 62500 3 270 70 65534 OPEN S
003 POLS 100 my_ss_pool 62500 1 275 70 - OPEN N
004 POLN 0 New_Pool_4 62500 2 280 80 - 0 M/F N
005 POLE 0 New_Pool_5 62500 4 0 80 100 M/F S
Description of each column in output example:
PID: Displays the pool ID.
POLS: Displays the following status in the pool:
- POLN: "Pool Normal" (The pool is in the normal status.)
- POLF: "Pool Full" (The pool is in the overflow status exceeding the threshold.)
- POLS: "Pool Suspend" (The pool is in the overflow status exceeding the threshold and is suspended.)
- POLE: "Pool failure" (The pool is suspended in the failure status.) In this status, the pool information
cannot be displayed.
U(%): Displays the usage rate of the pool.
SSCNT: Displays the number of volumes in the pool.
POOL_NAME: Displays the pool name.
Available (MB): Displays the capacity available to the volume data in the pool.
Capacity (MB): Displays the total capacity of the pool.
Seq#: Displays the product serial number.
For XP7 Storage, the number of which 300,000 is added to the serial number is displayed.
Num: Displays the number of LDEVs configured the pool.
LDEV#: displays the first number of LDEV configured the pool.
H(%): Displays threshold for the pool.
VCAP (%): Displays the subscription threshold %. "-" indicates unlimited.
TYPE: Displays the types of pools.
Open: Shows that it is a Thin Provisioning pool.
M/F: Shows that it is a Thin Provisioning Z pool.
PM: Displays the pool status.
N: Normal status.
S: Shrinking or rebalancing.
raidcom get pool 187