HP StorageWorks XP Command View Advanced Edition Software 6.4 Server Administrator Guide for Device Manager and Provisioning Manager (web) (T1780-96341, July 2010)

Table Of Contents
Settings required for linking with related products
92
@DISPLAYNAME: The name displayed in the link dialog box that appears when you select
Go and then Links in the global tasks bar area of web client. If no information is specified,
the name specified in @NAME is displayed. You can specify a Unicode code point in the
range from U+10000 to U+10FFFF. The maximum length of the name is 80 characters.
@DISPLAYORDER: The order of the applications displayed in the link dialog box that
appears when you select Go and then Links in the global tasks bar area of 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. You cannot use an IPv6 address. You must use a host name to specify the
URL in an IPv6 environment.
@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 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 the command was
successful.
For details about errors, see the following log files.
In Windows:
installation-folder-for-Common-Component\log\hcmdslinkn.log
In Linux:
/var/installation-directory-for-Common-Component/log/hcmdslinkn.log
Command execution examples (in Windows)
The following command adds a link for an application (note that this command is entered on
one line):
C:\Program Files\CVXPAE\Base\bin\hcmdslink /add /file
C:\SampleLink.txt /user system /pass manager
The following command deletes a link for an application (note that this command is entered on
one line):
C:\Program Files\CVXPAE\Base\bin\hcmdslink /delete /file
C:\SampleLink.txt /user system /pass manager
Command execution examples (in Linux)
The following command adds a link for an application (note that this command is entered on
one line):
# /opt/CVXPAE/Base/bin/hcmdslink -add -file /opt/SampleLink.txt -user
system -pass manager
The following command deletes a link for an application (note that this command is entered on
one line):
# /opt/CVXPAE/Base/bin/hcmdslink -delete -file /opt/SampleLink.txt -
user system -pass manager