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

hdvmcli AddHostRefresh -o "D:\logs\AddHostRefresh.log" "objectid=HOST.1"
Acquiring P9000 mainframe agent information registered in the Device Manager
To acquire P9000 mainframe agent information registered in the Device Manager server, use the
GetURLLink command. By executing this command, you can acquire the IP address and port number
of the mainframe host from the url information in the execution results.
Example of executing the command:
hdvmcli GetURLLink -o "D:\logs\GetURLLink.log" "objectid=URLLINK.HOST.1.1"
Changing P9000 mainframe agent information registered in the Device Manager
To change P9000 mainframe agent information registered in the Device Manager server, use the
AddURLLink command. You can change the IP address or port number of the mainframe host by
specifying a new IP address or port number in the url parameter in URL format.
Note: In the name parameter, specify MainframeAgent. If the name parameter is specified incorrectly,
it is not registered as P9000 mainframe agent information, and mainframe storage information cannot
be acquired. If you specified the name parameter incorrectly, use the DeleteURLLink command
to delete the P9000 mainframe agent information, and then use the AddURLLink command to correct
the registered P9000 mainframe agent information.
Example of executing the command:
hdvmcli AddURLLink -o "D:\logs\AddURLLink.log"
"url=http://192.168.99.100:24042" "name=MainframeAgent" "linkedid=HOST.1"
Deleting P9000 mainframe agent information registered in the Device Manager
To delete P9000 mainframe agent information registered in the Device Manager server, use the
DeleteURLLink command.
Note: Use this command when you want to delete only P9000 mainframe agent registration information.
For example, you may want to execute the command if you specified the name parameter incorrectly.
Example of executing the command:
hdvmcli DeleteURLLink -o "D:\logs\DeleteURLLink.log" "objectid=URLLINK.HOST.1.1"
Acquiring mainframe host information
To acquire information about a mainframe host registered in the Device Manager server (such as the
host name), use the GetHost command.
Note: If you do not know the object ID of a mainframe host, use the following procedure to acquire
the object ID.
Setting up P9000 mainframe agent46