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
194
This property file contains a set of directives that configure Device Manager server's logging
module, including the names, locations and verbosity level of the various operation and error log
files. You can also use this file to configure trace logging for debugging and diagnostic purposes.
The properties logger.loglevel, logger.MaxBackupIndex, and logger.MaxFileSize are
applied to the following files: access.log.n, cim_access.log.n, error.log.n,
service.log.n, stdout.log.n, stderr.log.n, statuscheck.log.n, trace.log.n,
CIMOMTracen.log, and SMISClientTracen.log.
The properties logger.hbase.loglevel, logger.hbase.MaxBackupIndex, and
logger.hbase.MaxFileSize are applied to the following files: HDvMtracen.log,
HDvMGuiTracen.log, and HDvMGuiMessagen.log.
The n in the file name indicates the backup generation number of the file.
The Windows event log is viewable in the Event Viewer. The default syslog is specified in
/etc/syslog.conf
A-4-1 logger.loglevel
In this property, you can specify the verbosity level for the trace.log.n, error.log.n,
CIMOMTracen.log, and SMISClientTracen.log (the n in the file name indicates the backup
generation number of the file). The values accepted in this field are (in decreasing order of detail):
DEBUG, INFO, WARN, ERROR, and FATAL. If this property is set to the default, entries whose
verbosity level is either INFO, WARN, ERROR, or FATAL are written into the trace.log.n. In this
case, entries whose verbosity level is DEBUG are not written into the logs.
Default: INFO
A-4-2 logger.MaxBackupIndex
In this property, you can specify the maximum number of backups for the access.log.n,
cim_access.log.n, error.log.n, service.log.n, stdout.log.n, stderr.log.n,
statuscheck.log.n, trace.log.n, CIMOMTracen.log, and SMISClientTracen.log.
The n in the file name indicates the backup generation number of the file. When a log file reaches its
maximum length its filename is modified by appending a counter, for example, access.log.1. As
more backup log files are created, their counter or version suffix is incremented (for example,
access.log.1 becomes access.log.2), until the specified number of rolling backups have been
created. After that, the oldest backup log file is deleted each time a new backup is created.
Specifiable values are from 1 to 20.
Default: 10
A-4-3 logger.MaxFileSize
In this property, you can specify the maximum size for the access.log.n, cim_access.log.n,
error.log.n, service.log.n, stdout.log.n, stderr.log.n, statuscheck.log.n,
trace.log.n, CIMOMTracen.log, and SMISClientTracen.log (the n in the file name
indicates the backup generation number of the file). If the maximum size is exceeded, a new log file
is created. Unless KB is specified for kilobytes or MB for megabytes, the specified size is interpreted
to mean bytes.
Specifiable range: from 512 KB to 32 MB
Default: 1 MB