HP StorageWorks XP Command View Advanced Edition software Device Manager server installation and configuration guide (web version) (T1780-96078, March 2008)

XP Command View AE Suite Common Component
145
253: Restoration failure
254: Backup failure
255: Abnormal termination
For details about the errors, see the contents of the following log files.
In Windows:
<common component installation folder>\log\hcmdsChangeURLn.log
In Linux:
/var/<common component installation
directory>/log/hcmdsChangeURLn.log
Procedure for and examples of executing the hcmdschgurl command
To execute the hcmdschgurl command:
1. To find the URL information registered in the current database, execute the command with the
print option specified.
In Windows
C:\Program Files\CVXPAE\Base\bin\hcmdschgurl /print
http://192.168.11.33:23015 DeviceManager
In Linux
# /opt/CVXPAE/Base/bin/hcmdschgurl -print
http://192.168.11.33:23015 DeviceManager
2. To update the URL information, execute the command with the change option specified.
In the following example, the URL information http://192.168.11.33:23015 is changed
to http://192.168.11.55:23015.
In Windows
C:\Program Files\CVXPAE\Base\bin\hcmdschgurl /change
"http://192.168.11.33:23015" "http://192.168.11.55:23015"
The URL was changed from "http://192.168.11.33:23015" to
"http://192.168.11.55:23015".
In Linux
# /opt/CVXPAE/Base/bin/hcmdschgurl -change
"http://192.168.11.33:23015" "http://192.168.11.55:23015"
The URL was changed from "http://192.168.11.33:23015" to
"http://192.168.11.55:23015".
3. To confirm the results, execute the command with the print option specified.
In Windows
C:\Program Files\CVXPAE\Base\bin\hcmdschgurl /print
http://192.168.11.55:23015 DeviceManager
In Linux
# /opt/CVXPAE/Base/bin/hcmdschgurl -print
http://192.168.11.55:23015 DeviceManager