Modify
tmsplx.xml
and rsyslog.conf
to enable ServerProtect debug logging.Procedure
- Using a text editor such as
vi
, edit the following configuration files:WARNING
Making incorrect changes to a configuration file can cause serious system errors. Back uptmsplx.xml
andrsyslog.conf
to restore your original settings. After modifying thersyslog.conf
file, restart the rsyslog service immediately before you continue.- Edit
tmsplx.xml
to define the debug level for each debug parameter (UserDebugLevel
andKernelDebugLevel
). - To assign the path and filename where ServerProtect will
write debug logs, edit
/etc/rsyslog.conf
.See Configuring rsyslog for more information.
-
To direct all ServerProtect user debug logs to
/path/splx.log
, include the following line inrsyslog.conf
:local3.* /path/splxUserDebug.log
-
To direct ServerProtect kernel debug logs to
/path/splxKernDebug.log
, include the following line inrsyslog.conf
:kern.debug /path/splxKernDebug.log
- Edit
- Save and close the configuration file.
- Restart rsyslog.
/etc/init.d/rsyslog restart
Note
To prevent Linux file operation errors, restart rsyslog before you restart the ServerProtect service. - Restart ServerProtect
service:
/etc/init.d/splx restart