Views:
Modify tmsplx.xml and syslog.conf to disable ServerProtect debug logging.

Procedure

  1. Using a text editor such as vi, edit the following configuration files:
    WARNING
    WARNING
    Making incorrect changes to a configuration file can cause serious system errors. Back up tmsplx.xml and syslog.conf to restore your original settings.
  2. Press ESC, then type save, and close tmsplx.xml.
  3. 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)
  4. Restart ServerProtect service:
    /etc/init.d/splx restart
    Note
    Note
    To prevent Linux file operation errors, restart the ServerProtect service before you restart syslog.
  5. Query PID.
    ps -ef | grep syslogd (CentOS4 or CentOS5)
    ps -ef | grep syslog-ng (SLES11 or SLED11)
  6. Reload configuration.
    kill -HUP <syslogd PID> (CentOS4 or CentOS5)
    kill -HUP <syslog-ng PID> (SLES11 or SLED11)
    etc/init.d/splx restart