HP StorageWorks Command View XP Advanced Edition Device Manager Server Installation and Configuration Guide (December 2005)
Command View XP AE Suite Common Component 74
• @NAME: Information used as the key for registration. Specify a unique name. This item is
required. The maximum length of the name is 256 bytes. Use alphanumeric characters only.
• @URL: The URL of the target of the link from Web Client. The maximum length of the URL is
256 bytes.
• @DISPLAYNAME: The name displayed in the window that appears when you select Tools in
Web Client. If no information is specified, the name specified in @NAME is displayed. The
maximum length of the name is 60 bytes.
• @DISPLAYORDER: The order of the application displayed in the window that appears when
you select Tools in Web Client. The applications are displayed in ascending order of this value.
You can specify a value in the range from -2147483648 to 2147483647.
• @ICONURL: The URL of the icon displayed beside the link. The maximum length of the URL is
256 bytes.
• @TOOL-END: The end key. This item is required.
Return values:
• 0: Normal termination.
• 255: Failure.
If you do not specify the -nolog option, you can judge whether or not the command was successful
from the output message. If you specify the -nolog option, no message is output. Therefore, you need
to use the return value of the command to judge whether or not the command was successful. For
details about errors, see the contents of the log file (hcmdslink[n].log).
Command execution examples:
• When adding a link for an application: hcmdslink /add /file C:\SampleLink.txt
/user system /pass manager
• When deleting a link for an application: hcmdslink /delete /file C:\SampleLink.txt
/user system /pass manager
4-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, e.g., 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 Common Web Service.
• Change to the setting of the Device Manager system in order to use or stop using SSL.
• Change to a remote server (e.g., 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
®
: 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.