Modify
tmsplx.xml
and syslog.conf
to disable 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
andsyslog.conf
to restore your original settings. - Press ESC, then type
save, and close
tmsplx.xml
. - Delete or comment out the debug path and filename in the following file
depending on your platform.
/etc/syslog.conf (CentOS4 or CentOS5)
/etc/syslog-ng (SLES11 or SLED11)
- Restart ServerProtect
service:
/etc/init.d/splx restart
Note
To prevent Linux file operation errors, restart the ServerProtect service before you restart syslog. - Query PID.
ps -ef | grep syslogd (CentOS4 or CentOS5)
ps -ef | grep syslog-ng (SLES11 or SLED11)
- Reload configuration.
kill -HUP <syslogd PID> (CentOS4 or CentOS5)
kill -HUP <syslog-ng PID> (SLES11 or SLED11)
etc/init.d/splx restart