HP StorageWorks P9000 Command View Advanced Edition Suite Software 7.1 Administrator Guide (web) (TB581-96050, May 2011)

B Specifying Tiered Storage Manager server
properties
This section describes the property files of the Tiered Storage Manager server.
Overview of Tiered Storage Manager server properties
The following table lists the Tiered Storage Manager server properties.
Table 131 Tiered Storage Manager server properties
DescriptionProperty file
This property file is related to the Tiered Storage
Manager server operations.
server.properties file
This property file is related to the GUI display
and operations.
client.properties file
This property file is related to databases.
database.properties file
This property file is related to access to the
Device Manager server.
devicemanager.properties file
This property file is related to log output.
logger.properties file
This property file is related to linking with PA.
hppa.properties file
Use a text editor when editing the property files. Templates for property files are stored in the
template folder, which is located under the folder where Tiered Storage Manager is installed.
The property files are in the Java property file format. The property file conventions are:
Each property must be entered as a combination of a property name and value separated by an
equals sign (=). For example, server.rmi.port=20352.
A literal (character string or value) does not need to be enclosed by quotation marks.
The backslash (\) is reserved as an escape character. Since absolute path names in Windows
include backslashes, you must add an escape character before every backslash in a Windows
path name.
For example, the path name of the file c:\CVXPAE\TieredStorageManager should be entered
as c:\\CVXPAE\\TieredStorageManager. When you specify properties, there is no need
to precede other characters with the escape character \.
Each property must be separated by a line delimiter (a line feed character).
A line beginning with a hash mark (#) is a comment line.
If a line ends with a backslash (\), the next line is a continuation of the current line.
Administrator Guide (Web Version) 323