HP StorageWorks P9000 Tiered Storage Manager Software 7.1 CLI Reference Guide (TB585-96011, May 2011)

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 descriptions of each argument are 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 within square brackets ([ ]), as shown in the following
example. Note that an error occurs if you do not specify an IPv6 address in brackets:
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,
either of the following values will be set by default:
24500: When SSL communication with the Tiered Storage Manager server has been set
20352: When SSL communication with the Tiered Storage Manager server has not been set
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, and
--username for a one-word expression.
Options can be specified in any order. Options are case sensitive.
parameters
Parameters contain information passed to the server as part of a request. The parameters required
depend on the command requested. Each parameter consists of a name and a value.
Using CLI commands34