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

Syntax
raidcom get external_grp [-external_grp_id <gno-sgno>]
Options and parameters
DescriptionOption
Specifies the external volume group number (gno:1-16384, sgno:1-4096).[-external_grp_id
<gno-sgno> ]
If this option is omitted, the list of the registered external volumes is displayed.
If this option is specified. the LDEV information defined for the specified external volume
group is displayed. For example:
52-11
Examples
Displaying external volume information (The display might not be in ascending order.).
#raidcom get external_grp
T GROUP Num_LDEV U(%) AV_CAP(GB) R_LVL E_TYPE SL CL DRIVE_TYPE
E 1-1 0 0 100 - OPEN-V 0 0 OPEN-V
E 1-2 0 0 30 - OPEN-V 0 0 OPEN-V
Description of each column in output example:
T: Type of the volume group
R: Parity Group, E: External Volume Group
GROUP: External Volume Group number
Num_LDEV: number of LDEV assigned to the external volume group
U(%): usage rate of the external volume group
AV_CAP(GB): available capacity (free space) for the external volume group
R_LVL: RAID level of the parity group. As the external volume group is not relevant, "-" (bar) is
displayed.
E_TYPE: base emulation type of the external volume group
SL: SLPR to which the external volume group belongs (always displays 0)
CL: CLPR to which the external volume group belongs
DRIVE_TYPE: Product ID included in the SCSI Inquiry command of the external volume group
Displaying the external volume information by specifying the external volume group:
# raidcom get external_grp -external_grp_id 01-01
T GROUP P_NO LDEV# STS LOC_LBA SIZE_LBA Serial#
E 1-1 0 - NML 0x000000000000 0x000000003f00 64034
E 1-1 1 200 NML 0x000000003f00 0x000000010000 64034
E 1-1 2 201 REG 0x000000013f00 0x000000010000 64034
E 1-1 3 - DEL 0x000000023f00 0x0000f0000000 64034
Description of each column in output example:
T: type of the volume group
R: Parity Group, E: External Volume Group
GROUP: external volume group number.
P_NO: partition number in this external volume group.
LDEV#: LDEV number assigned to this external volume group.
STS: displays the following status.
- NML: an LDEV is installed.
- REG: an LDEV is being created.
raidcom get external_grp 145