HP StorageWorks Command View XP Advanced Edition Device Manager Agent Installation and Configuration Guide (December 2005)
Device Manager Agent Operations 62
Table 3-8 server.properties File
Property Description
server.http.log.reverseDNS (see Note) Specify whether the Device Manager agent uses
reverseDNS.
If you specify this property "
true", the Device Manager
agent tries to find the hostname in the IP address.
When the reverse DNS find the host according to the IP
address, the host name is recorded into the
access.log file (see section
4-4-1 ). If reverseDNS
cannot find a hostname in IPAddress or you specified
this property “false”, the Device Manager agent records
the IPAddress to access.log file. Note that
reverseDNS demands heavy network resources
resulting in a network slowdown. The default is
recommended.
Default: False.
server.http.cache.size (see Note) Specify the upper-limit size of the Device Manager
agent’s internal cache.
If 0 is specified, the Device Manager agent does not
use a file cache, resulting in reduced performance.
Usually you do not need to change this property.
Default: 10000000.
server.http.cache.maxFileSize (see Note) Specify the maximum size of the Device Manager
agent’s internal file cache (in bytes).
If a file larger than that specified is requested, the
Device Manager agent does not use the cache but
reads from the disk. If 0 is specified, the Device
Manager agent does not use a file cache, resulting in
reduced performance. Usually you do not need to
change this property.
Default: 10000000.
server.http.fileTypes.noLog (see Note) Specify file types not to be added to a log. Use a
comma separator (,) to list more than one type (white
space in the list is ignored).
The Device Manager agent does not record the file
types specified here to access.log (see section
4-4-
1 ). If you want to record all files to access.log, do
not specify anything here.
Default: Null (record any type of files).