HP StorageWorks XP Command View Advanced Edition Software 6.4 Server Administrator Guide for Device Manager and Provisioning Manager (web) (T1780-96341, July 2010)

Table Of Contents
Appendix A Specifying properties
184
Table A-1 Property files of a Device Manager server and XP Provisioning Manager server
Property file Description
server.properties: Contains XP Provisioning
Manager server configuration properties
This file includes the HTTP listener IP address and
port, along with performance tuning settings such as
the size of the input/output buffers, various TCP/IP
stack and socket settings, server cache parameters,
connection thread priorities, and also properties
related to the email notification function.
WARNING! Do not attempt to optimize these
attributes unless you are an expert, because even
minor changes could severely impact the
performance of the XP Provisioning Manager server.
logger.properties: Contains XP Provisioning
Manager logger properties
This file includes directives that configure the XP
Provisioning Manager server logging module,
including the names, locations and output levels of
various operations and error log files.
client.properties: Contains XP Provisioning
Manager web client properties
This file includes properties related to web client
display and operation.
CAUTION:
For ordinary use, you do not need to change the values set in the property files of a Device Manager
server or XP Provisioning Manager server.
Use extreme caution when you are modifying the values, because you can cause the server to fail or to
function incorrectly. Do not modify the values unless you have sufficient expertise.
The default values are set during a new installation.
If you perform an overwrite or upgrade installation, values set in the property files of a Device Manager
server and XP Provisioning Manager server before the installation are inherited.
If two or more entries in a property file have the same property name, the last entry will take effect.
If you modify a property file for the Device Manager server or XP Provisioning Manager server, that
change will not take effect until the Device Manager server is rebooted. In addition, if you modify values
in the following property files, to enable that changes, you must restart the Common Component
services, as well as the Device Manager server:
The client.properties file of Device Manager
The logger.properties file of XP Provisioning Manager software
The client.properties file of XP Provisioning Manager software
The property files for the Device Manager server and XP Provisioning Manager server are in Java
property file format, and can be edited by using a text editor. Each property directive consists of a
name-value pair separated by the equal sign (for example, foo.bar=12345). The appropriate end-of-
line terminator, as defined by the operating system, delineates individual properties.
Comments in Device Manager or XP Provisioning Manager property files are tagged using the (#) at
the start of a line. Literals (text strings or numeric values) do not need to be quoted. Boolean values
can be either true or false (case-insensitive). Any other setting (for example, yes) is interpreted as
false.
The backslash (\) is a reserved character in Java property files, and is used for escaping various
control characters such as tabs, line-feeds, etc. On Windows platforms, absolute pathnames
typically contain backslash characters, and must be backslash-escaped. For example, the file
pathname c:\CVXPAE\docroot\foo.bar should be entered as
c:\\CVXPAE\\docroot\\foo.bar. There is generally no need to backslash-escape any other
characters in the property directives.