To allow ServerProtect to store
                  debug log information, configure settings for rsyslog.
Procedure
- Open 
/etc/rsyslog.confand add the following lines to the file:# this is for splx debug loglocal3.* /var/log/splx_usr.log# this is for KHM debug logkern.debug /var/log/splx_kern.log - Restart the rsyslog daemon by typing 
/etc/init.d/rsyslog restartin the terminal. - Set the debug parameter (
UserDebugLevel) in thetmsplx.xmlfile to 5. - Set the debug parameter (
KernelDebugLevel) in thetmsplx.xmlfile to 3. - Restart ServerProtect by
                        typing 
service splx restart.After you have configured the settings, ServerProtect stores debug information to thesplx_usr.logandsplx_kern.logfile in/var/log/. You can open this file to see the debug logs. 
		