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

Options and parameters
DescriptionOption
Specifies an external VOL path group number (0-63231).-path_grp <path
group#>
Specifies the number of the port whose attribute is ELUN (External).-port <port>
For example:
CL1-A
Specifies a WWN value (hexadecimal value) of the external storage system in 8 bytes. The
value can be split in units of 4 bytes by , (commas).
-external_wwn <wwn
strings>
For example:
21000e08b0256f8
21000e0,8b0256f8
Examples
Blocks the usage of a path of the external volume path group number: 1, the external port CL1-A,
and the external storage port 50060e80,05fa0f36.
raidcom disconnect path -path_grp 1 -port CL1-A -external_wwn 50060e80,05fa0f36
raidcom get path
Displays the external path information to an external volume.
Syntax
raidcom get path [-path_grp <path group#>]
Options and parameters
DescriptionOption
Specifies an external VOL path group number (0-63231).[ -path_grp <path
group#> ]
If it is omitted, all groups are displayed.
Examples
Displaying the external path (group) information to the external volume.
# raidcom get path
PHG GROUP STS CM IF MP# PORT WWN PR LUN PHS Serial# PRODUCT_ID
1 1-1 NML E D 2 CL1-A 50060e8005fa0f36 1 3 NML 60010 VSP
1 1-1 NML E D 2 CL2-A 50060e8005fa0f38 2 3 NML 60010 VSP
Displaying the information of the external volume path group number: 1.
# raidcom get path -path_grp 1
PHG GROUP STS CM IF MP# PORT WWN PR LUN PHS Serial# PRODUCT_ID
1 1-1 NML E D 2 CL1-A 50060e8005fa0f36 1 3 NML 60010 VSP
1 1-1 NML E D 2 CL2-A 50060e8005fa0f38 2 3 NML 60010 VSP
Description on each column in output example
-PHG
This displays the path group number for the external volume.
-GROUP
This displays the external volume group number.
-STS
raidcom get path 159