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
91
In Linux:
installation-directory-for-Common-Component/bin/hcmdslink {-add | -
delete } -file user-defined-application-file [-nolog] -user user-
identifier -pass password
Function:
The hcmdslink command registers a web application to allow you to start the desired
application from web client, or cancels the registration.
In the user-defined application file, you specify a desired application name, URL, and name to
be displayed. Then, use the hcmdslink command to register that information. The link to the
registered application will be displayed in the link dialog box that appears when you select Go
and then Links in the global tasks bar area of web client.
NOTE: Once you register a link for starting an application, do not delete the user-defined
application file used in the hcmdslink command. If you do, you cannot delete the link for the
registered application
Options:
add: Registers an application.
delete: Deletes an application.
file: Specifies the name of the user-defined application file. In Linux, do not specify a path
that includes a space.
user: Specifies a user ID used to register or delete the user-defined application link. Specify
the user ID of a user who has the Admin permission.
pass: Specifies the password for the user ID used to register or delete the user-defined
application link.
nolog: Suppresses outputting messages to the command line. However, even when this
option is specified, messages for option errors are displayed.
User-defined application file (the following shows coding examples in the user-defined application
file):
CAUTION: To code the user-defined application file, use ASCII characters only. Also note that
you cannot use a control code other than the CR and LF control code.
@TOOL-LINK
@NAME SampleApp
@URL http://SampleApp/index.html
@DISPLAYNAME SampleApplication
@DISPLAYORDER 1
@ICONURL http://SampleApp/graphic/icon.gif
@TOOL-END
The items to be specified in the user-defined application file are as follows:
@TOOL-LINK: The start key. The information between the start key and the end key is the
setting information. This item is required.
@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. You cannot use an IPv6 address. You must use a host name to specify the URL
in an IPv6 environment.