HP StorageWorks XP Command View Advanced Edition software Device Manager server installation and configuration guide (web version) (T1780-96078, March 2008)

Device Manager server properties
201
8-4-4 logger.hbase.loglevel
In this property, you can specify the verbosity level for each operation (trace) log file and error log
file written by Common Component. The log files are HDvMtracen.log, HDvMGuiTracen.log,
and HDvMGuiMessagen.log,where n is an integer that represents the backup number for the file.
Each logging event has its own importance level independent from its type (error, warning, and
information). The levels, in increasing order of importance, are: 30, 20, 10, and 0. The default
logging level for production systems is 20, which means that messages for logging event levels 20,
10, and 0 are written into the HDvMtrace1.log, but messages for logging event level 30 are not.
Default: 20
8-4-5 logger.hbase.sysloglevel
In this property, you can specify the verbosity level for the operation (trace) log data and error log
data written to the event log (in Windows) or to syslog (in Linux) by Common Component. Each
logging event has its own importance level independent from its type (error, warning, and
information). The levels, in increasing order of importance, are: 30, 20, 10 and 0. The default
logging level for production systems is 0, which means that messages for only the logging event
leveled 0 are written into the EventLog (Windows) or the syslog (Linux) but messages for the
logging event leveled 30, 20, and 10 are not. The default value is recommended.
Default: 0
8-4-6 logger.hbase.MaxBackupIndex
In this property, you can specify the maximum number of backups for each trace and error log file
that is written by Common Component. The log files are HDvMtracen.log,
HDvMGuiTracen.log, and HDvMGuiMessagen.log, where n is an integer that represents the
backup number of the file. Valid values are between 1 and 16. When a log file reaches its maximum
length, its filename is modified by increasing a counter (for example, for example, HDvMtrace2). As
more backup log files are created, their counter or version suffix is incremented (for example,
HDvMtrace2.log becomes HDvMtrace3.log), 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.
Default: 10
8-4-7 logger.hbase.MaxFileSize
In this property, you can specify the maximum size of each operation (trace) log file and error log file
that is written by Common Component. The log files are HDvMtracen.log,
HDvMGuiTracen.log, and HDvMGuiMessagen.log, where n is an integer that represents the
backup number of the file. The specified size is assumed to be in bytes unless you specify KB for
kilobytes, MB for megabytes or GB for gigabytes. Valid values are between 4096 and 2147483647.
Even if this directive is not found in the properties file, an internal default value of 1 MB will be used.
Default: 1 MB
8-5 Dispatcher properties
Dispatcher properties are contained in the dispatcher.properties file.
This properties file contains a set of configurable directives pertaining to the operation of Device
Manager server's dispatcher layer, including properties that allow the fine-tuning of various
background processes (daemons) and the optimization of the thread-priority for service agents.