HP StorageWorks P9000 Tiered Storage Manager Software 7.1 CLI Reference Guide (TB585-96011, May 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-.
This is 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 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 number for the file).
NOTE:
Do not use the following characters and names for the file name and directory names to be specified:
• 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 neither of these 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 log output function of the
CLI.
The size of a trace log file is based on the size specified in the “logger.maxFileSize
property” on page 216, 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 is completely full, the first file will be overwritten.
CLI properties files216