HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)
raidcom get device_grp
Displays the LDEV information for the specified device group, or lists all device groups.
Syntax
raidcom get device_grp [-device_grp_name <device group name>]
Options and parameters
DescriptionOption
Displays the device (LDEV) information for the specified device group (maximum 32
characters).
[ -device_grp_name <device
group name> ]
If this option is omitted, the list of the registered device groups is displayed.
Examples
Displaying device group information.
# raidcom get device_grp
LDEV_GROUP Serial#
grp1 64034
grp2 64034
grp3 64034
Displaying device group information: grp1.
# raidcom get device_grp -device_grp_name grp1
LDEV_GROUP LDEV_NAME LDEV# Serial#
grp1 data1 400 64034
grp1 data2 401 64034
Description of each column in output example
LDEV_GROUP: Device group name
LDEV_NAME: Device name in the device group
LDEV#: LDEV number
Serial#: Product serial number
raidcom add external_grp
Adds an external volume to the specified external volume group, and connects to an external LUN
on the specified external port /wwn. Only one external VOL is added in each operation. If the
external volume group already exists, the external volume is added to the external volume group.
This command is executed asynchronously with the command input. Check the completion of this
process using the raidcom get command_status command.
Syntax
raidcom add external_grp -path_grp <path group#>
-external_grp_id <gno-sgno> -port <port#>
-external_wwn <wwn strings> -lun_id <lun#>
[-emulation <emulation type>[-clpr <clpr#>]]
raidcom get device_grp 141