HP StorageWorks P9000 Tiered Storage Manager Software 7.1.1 CLI Reference Guide (TB585-96014, September 2011)

For details on the CLI command arguments that can be specified for the htsmcli.properties file,
see Table 98.
If the value of an argument specified in the htsmcli.properties file and the value specified on
the command line differ, the value specified from the command line takes precedence over the value
in the property file.
The description of each argument is provided below.
server-location
Specify the location of the Tiered Storage Manager server by using the following format:
rmi://host-name-or-IP-address:port/HTSMServer
(For example, specify a value such as rmi://myhost.mydomain:20352/HTSMServer.)
host-name-or-IP-address
Specify the host name or IP address of the Tiered Storage Manager server. If this is omitted, the
local host is used as the default value.
If you specify an IPv6 address, enclose it in square brackets ([ ]), as shown in the following ex-
ample, or an error occurs:
rmi://[IPv6-address]:port/HTSMServer
If you specify an IPv6 address when the OS is Solaris, HP-UX or Linux, you might need to use
platform-dependent escape characters.
port
Specify the port number of the Tiered Storage Manager server. If you do not specify any value,
one of the following default values will be set:
If SSL communication with the Tiered Storage Manager server has been set:
24500
If SSL communication with the Tiered Storage Manager server has not been set:
20352
command-name
The name of a command, such as GetStorageDomains or CreateMigrationTask.
Command names are not case-sensitive.
(For example, getstoragedomains and GETSTORAGEDOMAINS are the same.)
options
Use the general UNIX format when entering options. There are two kinds of expressions: one-character
expressions and one-word expressions. Insert a hyphen before one-character expressions, and two
hyphens before one-word expressions. For example, specify -u for a one-character expression, or
--username for a one-word expression.
Options can be specified in any order. Options are case sensitive.
Using CLI commands34