HP P9000 Command View Advanced Edition Suite Software 7.3.1-00 CLI Reference Guide

Example of executing the command:
hdvmcli GetHost -o "D:\logs\GetHost.log" "objectid=*****"
*****: The value is encoded by the CLI.
Example of output from executing the command:
RESPONSE:
An instance of Host
objectID=*****
name=toro2
hostID=1
capacityInKB=0
hostType=2
sysplexID=RSDPLEX
statusOfDBUpdating=-1
*****: The value is encoded by the CLI.
Changing mainframe host information
To change the information of a mainframe host registered in the Device Manager server, use the
ModifyHost command. You can change the name of a mainframe host by specifying the new host
name in the hostname parameter.
NOTE:
When you change the host name, specify the host name that was set in the initialization parameter
for P9000 mainframe agent. If you specify a host name that differs from the host name set during
P9000 mainframe agent environment setup, you cannot acquire information from P9000 mainframe
agent.
The ModifyHost command cannot be used to modify the hosttype parameter information.
To modify the hosttype parameter information, use the DeleteHost command to delete the
target mainframe host, and then re-register the mainframe host.
Example of executing the command:
hdvmcli ModifyHost -o "D:\logs\ModifyHost.log"
"objectid=*****" "hostname=snow"
*****: The value is encoded by the CLI.
CLI Reference Guide 437