HP XP Command View Advanced Edition Software User Manual
Page 298

Using the Device Manager properties file
298
C:\hdvm>type getserv.inp
<?xml version="1.0" encoding="UTF-8"?>
<HiCommandServerMessage>
<APIInfo version="5.9" />
<Request>
<ServerAdmin>
<Get target="ServerInfo" />
</ServerAdmin>
</Request>
</HiCommandServerMessage>
C:\hdvm>
9.
At the CLI prompt, type the following command: do –i getserv.inp
You will see results similar to the following example:
C:\hdvm>type getservinp
Das System kann die angegebene Datei nicht finden.
C:\hdvm>type getserv.inp
<?xml version="1.0" encoding="UTF-8"?>
<HiCommandServerMessage>
<APIInfo version="5.9" />
<Request>
<ServerAdmin>
<Get target="ServerInfo" />
</ServerAdmin>
</Request>
</HiCommandServerMessage>
C:\hdvm>
C:\hdvm>
C:\hdvm>do -i getserv.inp
RESPONSE:
<?xml version="1.0" encoding="UTF-8"?>
<HiCommandServerMessage>
<APIInfo version="5.9" />
<Response>
<EchoCommand name="GetServerInfo" status="COMPLETED" result="0"
resultSource="ServerAdmin.GetServerInfo" messageID="253437470" />
<ResultList>
<ServerInfo buildVersion="Build 0590-00 (Jan 16, 2008)"
serverURL="http://193.36.40.55:2001" upTime="1 day 23 hours 52 minutes 4
seconds" upSince="Wed, 23 Jan 2008 06:07:01 GMT" currentApiVersion="5.9"
license="1">
<StorageArray arrayFamily="XP512/48" displayArrayFamily="XP512/48"
/>
<StorageArray arrayFamily="XP1024/128"
displayArrayFamily="XP1024/128" />
<StorageArray arrayFamily="XP12K/10K/SVS200"
displayArrayFamily="XP12K/10K/SVS200" />
<StorageArray arrayFamily="R600" displayArrayFamily="XP24K/20K" />
</ServerInfo>
</ResultList>
</Response>
</HiCommandServerMessage>
C:\hdvm>