HP XP7 Command View Advanced Edition Mainframe Agent Installation and Configuration Guide (TK981-96005, May 2014)

Changing XP7 mainframe agent information registered in Device Manager
To change XP7 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,
the mainframe host is not registered as the XP7 mainframe agent information, and mainframe volume
information and the logical DKC serial number of the storage system cannot be acquired. If you
specified the name parameter incorrectly, use the DeleteURLLink command to delete the XP7
mainframe agent information, and then use the AddURLLink command to correct the registered XP7
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=*****"
*****: The value is encoded by the CLI.
Example of output from executing the command:
RESPONSE:
An instance of URLLink
objectID=*****
name=MainframeAgent
url=http://192.168.99.100:24042
linkedID=*****
createdByUser=-1
*****: The values are encoded by the CLI.
Deleting XP7 mainframe agent information registered in Device Manager
To delete XP7 mainframe agent information registered in the Device Manager server, use the
DeleteURLLink command.
Note: Use this command when you want to delete only XP7 mainframe agent registration information.
For example, you might 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=*****"
*****: The value is encoded by the CLI.
Example of output from executing the command:
RESPONSE:
(Command completed; empty list returned)
Setting up XP7 mainframe agent48