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

The following table shows the correspondence between properties in the htsmcli.properties
file and CLI command arguments.
Table 98 Correspondence between properties in the htsmcli.properties file and CLI command arguments
ValueProperty
The location of the Tiered Storage Manager server
htsmserver.location
--username optionoption.username
--password optionoption.password
No corresponding argument
option.password2
--secure optionoption.secure
Parameter specified by using a combination name and value
parameter.parameter-name
NOTE:
Usable and printable characters are restricted to ASCII characters, including \u0020 - \u007E (which
are recognized as ASCII characters), when they are used for values of properties in the
htsmcli.properties file.
The following table shows some example values for the location of the Tiered Storage Manager server,
as well as other options, in the htsmcli.properties file.
Table 99 Example settings of property values in the htsmcli.properties file
ValueProperty
rmi://myhost.mydomain:24500/HTSMServerhtsmserver.location
user01option.username
@C:\\TieredStorageManager\\Tiered-Storage-Manager-
version\\CLI\\pass.txt
option.password
trueoption.secure
The following shows an example of the above properties and values. Lines that begin with hash marks
(#) are comments.
htsmserver.location=rmi://myhost.mydomain:24500/HTSMServer
option.username=user01
#option.password=user01_pass
#option.password=@/home/user01/htsmclipassword
option.password=@C:\\TieredStorageManager\\Tiered-Storage-Manager-version\\CLI\\pass.txt
option.secure=true
CLI Reference Guide 213