HP XP7 Command View Advanced Edition CLI Reference Guide (TK981-96006, May 2014)
DescriptionStatusParameter name
Specify VResourcePartitionUnit if you want to obtain in-
formation about virtual resource groups.
Optional
subtarget
Specify this parameter if you want to obtain virtual information
about virtual LDEVs and virtual ports.
The values you can specify are VLDEV and VPort. To specify
multiple values, separate them by using commas (,).
If you specify this parameter, you must also specify
VResourcePartitionUnit for the subtarget parameter.
Optional
vrpusubinfo
Parameter values to obtain in advance
vfamily and vserialnum
Obtain these values from the execution results of the GetVStorageArray command. In the ex-
ecution results, use the vArrayFamily value to specify the vfamily parameter, and use the
vSerialNumber value to specify the vserialnum parameter.
Command execution example 1
In this example, the GetVStorageArray command obtains information about a specific virtual
storage machine (vfamily: XP7, vserialnum: 10139).
hdvmcli GetVStorageArray -o "D:\logs\GetVStorageArray_VResourcePartitionUnit.log"
"vfamily=XP7" "vserialnum=10139"
Command execution result 1
RESPONSE:
An instance of VStorageArray
objectID=*****
name=XP7#10139
vArrayFamily=XP7
vSerialNumber=10139
vDisplayArrayFamily=XP7
*****: The values are encoded by the CLI.
Command execution example 2
In this example, the GetVStorageArray command obtains information about a virtual LDEV
(vrpusubinfo: VLDEV) that belongs to a virtual resource group (subtarget:
VResourcePartitionUnit) on a specific virtual storage machine (vfamily: XP7, vserialnum:
10139).
hdvmcli GetVStorageArray -o "D:\logs\GetVStorageArray_VResourcePartitionUnit.log"
"subtarget=VResourcePartitionUnit" "vfamily=XP7"
"vserialnum=10139" "vrpusubinfo=VLDEV"
Command reference250