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

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:410, 411, and 412, creating a pool of Pool ID:3, Pool Name: my_ss_pool for Fast
Snap.
# raidcom add snap_pool -pool_id 3 -pool_name my_ss_pool -ldev_id 410 411 412 -thinsnap
Using LDEVs:500, 501, and 502, creating a pool of Pool ID: Allocated automatically, Pool Name:
my_ss_pool for Snapshot.
# raidcom add snap_pool -pool_name my_ss_pool -ldev_id 500 501 502
Using LDEVs:600, 601, and 602, creating a pool of Pool ID: 2, Pool Name: Allocated automatically
for Snapshot.
# raidcom add snap_pool -pool_id 2 -ldev_id 600 601 602
Using LDEV belonging to the device group: grp1, creating a pool of Pool ID: 1, Pool Name:
Allocated automatically for Snapshot.
# raidcom add snap_pool -pool_id 1 -grp_opt ldev -device_grp_name grp1
raidcom get snap_pool
Displays pool information for Fast Snap or Snapshot.
Syntax
raidcom get snap_pool
Options and parameters
None.
Examples
Displaying pool information for Fast Snap or Snapshot.
# raidcom get snap_pool
PID POLS U(%) SSCNT Available(MB) Capacity(MB) Seq# Num LDEV# H(%)
003 POLS 100 10000 100 1000000000 62500 1 375 70
Description of each column in output example
PID: pool ID
POLS: Displays the pool status:
- 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(%): usage rate of the pool
SSCNT: number of volumes in the pool
Available (MB): available capacity for the data volumes in the pool
Capacity (MB): total capacity of the pool
Seq#: Serial number
Num: number of LDEVs in the pool
LDEV#: number of the first LDEV in the pool
raidcom get snap_pool 201