HP StorageWorks P9000 Command View Advanced Edition Suite Software 7.1 CLI Reference Guide (TB581-96051, May 2011)

6. At the CLI prompt, type:
do GetStorageArray
Following is sample output:
RESPONSE:
(Command completed; empty list returned)
NOTE:
The XML for this command is now in the MessageTrace.log file.
7. View the content of the MessageTrace.log file. Following is sample output:
C:\hdvm>more MessageTrace.log
>>> Request Submitted at: 12:46:07 CEST to: http://193.36.40.55:2001/service/ServerAdmin
---- HTTP Header ----
User-Agent = HiCommandClient
Accept = */*
Host = 193.36.40.55
Content-Type = text/xml
Connection = Keep-Alive
Authorization = null
Content-Length = 225
-----------------------
<?xml version="1.0" encoding="UTF-8"?>
<HiCommandServerMessage>
<APIInfo version="7.0.1" />
<Request>
<StorageManager>
<Get target="StorageArray" option="all">
<StorageArray />
</Get>
</StorageManager>
</Request>
</HiCommandServerMessage>
8. Copy and save the XML information (excluding the HTTP header information) from the
MessageTrace.log file and use a text editor to create a file called getary.inp. For example:
C:\hdvm>type getary.inp
<?xml version="1.0" encoding="UTF-8"?>
<HiCommandServerMessage>
<APIInfo version="7.0.1" />
<Request>
<StorageManager>
<Get target="StorageArray" option="all">
<StorageArray />
</Get>
</StorageManager>
</Request>
</HiCommandServerMessage>
Device Manager CLI properties file364