Go to main content

Oracle® Solaris Cluster Data Service for MySQL Guide

Exit Print View

Updated: October 2019
 
 

How to Deactivate Debugging for HA for MySQL

  1. Determine whether debugging for HA for MySQL is active.
    # grep daemon /etc/          :operator
    #

    If debugging is active, daemon.debug is set in the file /etc/syslog.conf.

  2. If debugging is active, edit the /etc/syslog.conf file to change daemon.debug to daemon.notice.
  3. Confirm that debugging for HA for MySQL is inactive.

    If debugging is inactive, daemon.notice is set in the file /etc/syslog.conf.

    # grep daemon /etc/syslog.conf
    *.err;kern.debug;daemon.notice;auth.none;mail.crit        /var/adm/messages
    *.alert;kern.err;daemon.err                                 operator
    #
  4. Restart the syslogd daemon.
    # svcadm restart svc:/system/system-log:syslog
  5. Set the Debug_level property for the MySQL resource to 0.
    # clresource set -p Debug_level=0 MySQL-resource