HP P9000 Command View Advanced Edition Suite Software 7.2 CLI Reference Guide

Parameter values to obtain in advance
serialnum and model
Obtain these values from the execution result of the GetStorageArray command. In the execution
result, use the arrayType value or the displayArrayType value to specify the model para-
meter, and use the serialNumber value to specify the serialnum parameter.
objectid
Obtain this value from the execution result of the GetStorageArray (subtarget=Path)
command. Execute this command by specifying only the model and serialnum parameters,
and Path for the subtarget parameter. In the execution result of this command, the required
objectID value appears under An instance of Path. Use this objectID value to specify
the objectid parameter.
Command execution example 1 (when the objectid parameter is not specified)
In this example, the GetStorageArray (subtarget=Path) command obtains information about
paths to a storage system (serial number: 10001, model: XP1024). The information includes information
about the WWNs of these paths and the host.
hdvmcli GetStorageArray -o "D:\logs\GetStorageArray_Path.log"
subtarget=Path model=XP1024 serialnum=10001 pathsubinfo=WWN,HostInfo
Command execution result 1
RESPONSE:
An instance of StorageArray
.
. (Attributes of StorageArray are omitted here)
.
List of 554 Path elements:
An instance of Path
objectID=*****
devNum=0
displayDevNum=00:00
portID=0
portName=CL1-A
domainID=0
scsiID=15
LUN=0
wwnSecurityValidity=true
.
. (repeated for other Path instances)
.
An instance of Path
objectID=*****
devNum=99
displayDevNum=00:63
portID=7
portName=CL1-H
domainID=0
scsiID=15
LUN=99
wwnSecurityValidity=true
CLI Reference Guide 155