HP XP P9000 Tiered Storage Manager Software 7.6.1-00 CLI Reference Guide
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.
Specify the port number (default: 20352) that is set for the server.rmi.port property of the
Tiered Storage Manager server when SSL is not used for communication between the Tiered
Storage Manager server and the CLI.
Specify the port number (default: 24500) that is set for the server.rmi.security.port
property of the Tiered Storage Manager server when SSL is used for communication between the
Tiered Storage Manager server and the CLI.
If the port number is not specified, 20352 is used by default.
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 commands30