HP P9000 Command View Advanced Edition Suite Software 7.4.0-00 CLI Reference Guide (TB581-96326, December 2012)
Table Of Contents
- CLI Reference Guide
- Table of Contents
- Preface
- 1 Overview
- 2 Environment settings
- 3 Executing commands
- 4 Command reference
- Storage system commands
- AddArrayReservation
- AddExternalArrayGroup
- AddHostStorageDomain
- AddLabel
- AddLogicalUnit
- AddLUSE
- AddPool
- AddStorageArray
- AddTieredPoolOperation
- AddVirtualVolume
- DeleteArrayReservation
- DeleteExternalArrayGroup
- DeleteHostStorageDomain
- DeleteLabel
- DeleteLogicalUnit
- DeleteLUSE
- DeletePool
- DeleteStorageArray
- DeleteVirtualVolume
- FormatLU
- GetArrayReservation
- GetPoolShrinkStatus
- GetStorageArray
- Using the GetStorageArray parameter
- GetStorageArray (subtarget not specified)
- GetStorageArray (subtarget=ArrayGroup)
- GetStorageArray (subtarget=CommParameters)
- GetStorageArray (subtarget=Component)
- GetStorageArray (subtarget=ExternalStorage)
- GetStorageArray (subtarget=Filter)
- GetStorageArray (subtarget=FreeSpace)
- GetStorageArray (subtarget=HostStorageDomain)
- GetStorageArray (subtarget=LDEV)
- GetStorageArray (subtarget=LogicalDKC)
- GetStorageArray (subtarget=LogicalUnit)
- GetStorageArray (subtarget=MFReplicationInfo)
- GetStorageArray (subtarget=Path)
- GetStorageArray (subtarget=PDEV)
- GetStorageArray (subtarget=Pool)
- GetStorageArray (subtarget=Port)
- GetStorageArray (subtarget=PortController)
- GetStorageArray (subtarget=ReplicationInfo)
- GetStorageArray (subtarget=TieringPolicy)
- GetTieredPoolStatus
- GetZeroPageReclaimStatus
- ModifyArrayReservation
- ModifyExternalTierRank
- ModifyLabel
- ModifyLogicalUnit
- ModifyPool
- ModifyPort
- ModifyPortController
- ModifyStorageArray
- ModifyTieringPolicy
- ModifyVirtualVolume
- RefreshPerformanceData
- RefreshStorageArrays
- RunZeroPageReclaim
- ShrinkPool
- Logical group commands
- LUN commands
- Host management commands
- Server management commands
- Replication commands
- Storage system commands
- 5 Output items
- Alert instance
- ArrayGroup instance
- ArrayReservation instance
- CommParameters instance
- Component instance
- ConfigFile instance
- Datastore instance
- ExternalPathInfo instance
- ExternalStorage instance
- FreeLUN instance
- FreeSpace instance
- Host instance
- HostInfo instance
- HostStorageDomain instance
- IPAddress instance
- LDEV instance
- LogicalDKC instance
- LogicalGroup instance
- LogicalUnit instance
- MFReplicationInfo instance
- ObjectLabel instance
- PairedPool instance
- PairedPortController instance
- Path instance
- PDEV instance
- PerformanceStatus instance
- Pool instance
- PoolTier instance
- Port instance
- PortController instance
- RelatedDistributedArrayGroup instance
- ReplicationControllerPair instance
- ReplicationGroup instance
- ReplicationInfo instance
- ServerInfo instance
- StorageArray instance
- TieringPolicy instance
- URLLink instance
- VirtualDisk instance
- VM instance
- VolumeConnection instance
- WWN instance
- 6 Batch functionality
- 7 Import functionality
- 8 Properties file
- Overview of the properties file
- Using the properties file to specify options
- Using the properties file to specify parameters
- Setting up the execution environment
- Specifying the log file
- Specifying a log level
- Message trace output
- Specifying the URL
- Inputting requests from XML documents
- Using the message trace file
- Output format of execution results
- Outputting execution results in CSV format
- Outputting execution results in XML format
- Specifying a DTD
- Using a DTD with the Device Manager CLI
- 9 Troubleshooting
- 10 Support and other resources
- A Connecting to P9000 mainframe agent
- About connecting to P9000 mainframe agent
- Setting up the mainframe host environment
- Setting up the Device Manager environment
- Refreshing information recognized by the mainframe host
- Acquiring P9000 mainframe agent information registered in Device Manager
- Changing P9000 mainframe agent information registered in Device Manager
- Deleting P9000 mainframe agent information registered in Device Manager
- Acquiring mainframe host information
- Changing mainframe host information
- Deleting a mainframe host
- Glossary
- Index

In the DOCTYPE declaration, the URI (Uniform Resource Identifier) of the DTD (Document Type
Definition) specified in the properties file is output.
To include the DOCTYPE declaration and line feed code in the execution results, you must specify
a DTD in the properties file. For details about specifying a DTD, see “Specifying a
DTD” on page 418.
Third line:
XML elements are output.
The DvMCLIResult element, which is the root element of the XML-formatted output, indicates
the execution result of Device Manager CLI. The version attribute of the DvMCLIResult element
indicates the Device Manager CLI version.
The CommandResult element indicates the Device Manager CLI command execution result.
Specifying a DTD
To use a DTD when you output the execution results of the GetStorageArray command in XML
format, specify the URI of the DTD in the dtd property of the properties file (hdvmcli.properties).
The following shows an example that specifies D:/dtd/cli.dtd as the URI of the DTD.
dtd=D:/dtd/cli.dtd
NOTE:
• The Device Manager CLI does not check whether the specified DTD URI is a well-formed URI, nor
does it perform any error processing.
• You must create the DTD to be used by the Device Manager CLI. For details about creating a DTD,
see “Using a DTD with the Device Manager CLI” on page 418.
• You cannot specify a DTD from the command line.
Using a DTD with the Device Manager CLI
To use a Document Type Definition (DTD), you must create a DTD containing the following:
<!ELEMENT DvMCLIResult (CommandResult)>
<!ELEMENT CommandResult (StorageArray)*>
<!ELEMENT StorageArray (ArrayGroup | CommParameters | Component
| HostStorageDomain | LDEV | LogicalDKC | LogicalUnit | Path | PDEV
| Pool | Port | PortController | ReplicationInfo | MFReplicationInfo
| ExternalStorage | TieringPolicy)*>
<!ELEMENT ArrayGroup (FreeSpace | LogicalUnit | PDEV
| RelatedDistributedArrayGroup | ExternalPathInfo)*>
<!ELEMENT HostStorageDomain (FreeLUN | Path | WWN | ISCSIName)*>
<!ELEMENT LDEV (VolumeConnection | ObjectLabel)*>
<!ELEMENT LogicalUnit (LDEV | Path | VolumeConnection)*>
<!ELEMENT MFReplicationInfo (LDEV)*>
<!ELEMENT Path (HostInfo | WWN | ISCSIName)*>
<!ELEMENT Pool (LDEV | LogicalUnit | PairedPool | ReplicationInfo
| ArrayGroup | PoolTier)*>
<!ELEMENT Port (HostStorageDomain | WWN | ISCSIName)*>
<!ELEMENT PortController (IPAddress | PairedPortController)*>
<!ELEMENT ReplicationInfo (LogicalUnit)*>
Properties file418