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

The following table describes 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:
Only printable characters, (that is ASCII characters and \u0020 - \u007E (which are recognized as
ASCII characters)) can be used for property values in the htsmcli.properties file.
The following table lists 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 a hash
mark (#) 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 183