HP P9000 Command View Advanced Edition Software Mainframe Agent Installation and Configuration Guide

1. Execute the GetHost command with no object ID specified to acquire a list of all hosts registered
in Device Manager.
2. In the displayed host information, find the name of the mainframe host you are looking for.
3. Acquire the object ID based on the information related to the mainframe host you found in step
2.
Example of executing the command:
hdvmcli GetHost -o "D:\logs\GetHost.log" "objectid=HOST.1"
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.
Note: 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=HOST.1" "hostname=snow"
Deleting a mainframe host
To delete a mainframe host registered in the Device Manager server, use the DeleteHost command.
Note: If you delete a mainframe host, the P9000 mainframe agent information registered in Device
Manager is also deleted, and the mainframe storage information displayed in GUI is no longer
displayed.
Example of executing the command:
hdvmcli DeleteHost -o "D:\logs\ DeleteHost.log" "objectid=HOST.1"
Setting up the Replication Manager software environment
This section describes the environment settings required for Replication Manager software. For details
on how to specify each setting, see the HP P9000 Replication Manager Software User Guide.
Mainframe Agent Installation and Configuration Guide 47