User's Manual
276 Troubleshooting
Debugging options
HSM_DEBUG_LEVEL
This variable represents the level of detail that FSE processes will track in their debug files. Note that each
debugging level includes all debugging information from lower levels.
The following table represents the values the HSM_DEBUG_LEVEL variable can take, their corresponding
levels, and their descriptions.
Example
HSM_DEBUG_FILE
The following table represents the values the HSM_DEBUG_FILE variable can take and their descriptions.
HP recommends to use the value . (dot), which results in each process producing its own trace file. The
other two cases ("" and FileName) are for special purposes only and should not be used unless required
by HP technical support personnel.
Option value Debugging level Description
L 1 — Low Very little trace information will be
logged in files, producing less debug
overhead and small debug files.
N 2 — Normal The usual level of detail in debug
trace files.
A 3 — API Trace third-party API calls (CORBA,
Firebird…).
D 4 — Detail Trace all process details, which can
produce a lot of debug output.
HSM_DEBUG_LEVEL=A
Option value Description
""
(empty string or variable commented out;
default value)
Debugs will be written to the standard output stdout.
.
(dot)
Debugs will be written to files (one per FSE process) in a directory,
depending on the platform:
Linux specific
/var/opt/fse/log/debug
Windows specific
%InstallPath%\var\log\debug
The value of %InstallPath% depends on the choice made in the FSE
installation process. It defaults to
C:\Program Files\Hewlett-Packard\FSE.
FileName All FSE processes will print their trace data into the file named
FileName.
Linux specific
The location of the file is /var/opt/fse/log/debug/FileName.
Windows specific
The location of the file is
%InstallPath%\var\log\debug\FileName.