HP StorageWorks P9000 Tiered Storage Manager Software 7.1.1 CLI Reference Guide (TB585-96014, September 2011)

logger.tracelogLevel=20
logger.fileCount=5
logger.maxFileSize=3MB
logger.filePath=C:\\TieredStorageManager\\Tiered-Storage-Manager-version\\CLI\\logs\\HTSMCLITrace
TIP:
In Solaris, HP-UX, or Linux, CLI trace log files are output with the access permissions -rw-rw-rw-,
because the script htsmcli is running using umask 0 .
logger.filePath property
This property specifies the name of the file to which the trace log data is output, using an absolute
path, or a relative path from the CLI installation directory. n.log is automatically appended to the
specified file name (where n is a positive integer indicating the log file number).
NOTE:
Do not use the following characters and names for the specified file or directory name:
Characters not permitted by the OS for file or directory names
Names reserved by the OS
Default:
In Windows
folder-that-contains-the-htsmCLI.jar-file\logs\HTSMCLITrace
In Solaris, HP-UX, or Linux:
directory-that-contains-the-htsmCLI.jar-file/logs/HTSMCLITrace
logger.maxFileSize property
This property specifies the maximum size of a trace log file. When setting this value, specify KB for
kilobytes, MB for megabytes, or nothing for bytes. Note that for this property, KB indicates 1,024
bytes, and MB indicates 1,024 KB.
Specifiable values: From 32,768 bytes to 2,147,483,647 bytes (less than 2 GB).
Default: 1MB
logger.fileCount property
This property specifies the maximum number of trace log files output by the CLI log output function.
Trace log files are created based on the size specified for logger.maxFileSize property on page 186,
with a log number appended to the end of the file name (for example, HTSMCLITrace1.log and
HTSMCLITrace2.log). Trace information is written to log files in the order of the log numbers.
When the last file reaches the maximum size, the first file is overwritten.
Specifiable values: 2 to 16.
CLI property files186