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
144
When adding a link for an application:
C:\Program Files\CVXPAE\Base\bin\hcmdslink /add /file
C:\SampleLink.txt /user system /pass manager
When deleting a link for an application:
C:\Program Files\CVXPAE\Base\bin\hcmdslink /delete /file
C:\SampleLink.txt /user system /pass manager
Command execution examples (in Linux)
When adding a link for an application:
# /opt/CVXPAE/Base/bin/hcmdslink -add -file /opt/SampleLink.txt -user
system -pass manager
When deleting a link for an application:
# /opt/CVXPAE/Base/bin/hcmdslink -delete -file /opt/SampleLink.txt -
user system -pass manager
5-5-2 Modifying URL information for starting web client
IMPORTANT: If your Device Manager server at the recovery site has a different IP address, and
you need to switch to that site, then you must change the URL pointers as described in this
section. The URL must be fully qualified, for example,
http://192.168.1.100:23015<http://192.168.1.100:23015/>.
Once you begin to operate Device Manager, if any of the following changes are made in the
configuration, you need to modify the access information (URL information) used to start web client:
Change to the IP address of a host in which the Device Manager server is installed.
Change to a port used by HBase Storage Mgmt Web Service.
Change to the setting of the Device Manager system in order to use or stop using SSL.
Change to a remote server (for example, in the case of a remote site for disaster recovery).
The access information is stored in the database of Common Component. To modify information
stored in the database, use the hcmdschgurl command described below.
Format:
In Windows:
<common component installation folder>\bin\hcmdschgurl {/print |
/change old-URL new-URL }
In Linux:
<common component installation directory>/bin/hcmdschgurl {-print | -
change old-URL new-URL }
Function:
The hcmdschgurl command updates the access information (URL information) used to start
each application. The access information is stored in the database of Common Component.
Options:
print: Displays a list of URLs and programs that are currently set up.
change: Overwrites the information about the currently registered URL with the information
about the new URL. Specify the currently registered URL and the new URL. The specified URL
must be a complete URL that contains protocols and port number. You cannot use an IPv6
address. You must use a host name to specify the URL in an IPv6 environment.
Return values:
1: Argument error
2: URL does not exist