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

raidcom disconnect path
Blocks the usage of external paths to external VOLs. Only one path is operated in one operation.
This command is executed asynchronously with the command input. Check the completion of this
process on the raidcom get command_status command.
Syntax
raidcom disconnect path -path_grp <path group#> -port <port#>
-external_wwn <wwn strings>
Options and parameters
DescriptionOption
Specifies the external VOL path group number (0-63231).-path_grp <path
group#>
Specifies the port number. Specifies the number of the port whose attribute is ELUN (External).
For example:
CL1-A
-port <port#>
Specifies the WWN (hexadecimal value) of the external storage system in 8 bytes. The value
can be split in units of 4 bytes by "," (commas). For example:
-external_wwn <wwn
strings>
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 the 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 LB
raidcom disconnect path 181