Go to main content

Oracle® Solaris Cluster Data Service for Oracle Solaris Zones Guide

Exit Print View

Updated: July 2020
 
 

How to Deactivate Debugging for HA for Solaris Zones

  1. Determine whether debugging for HA for Solaris Zones is active.

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

    # grep daemon /etc/syslog.conf
    *.err;kern.debug;daemon.debug;mail.crit/var/adm/messages
    *.alert;kern.err;daemon.erroperator
    #
  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 Solaris Zones 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;mail.crit/var/adm/messages
    *.alert;kern.err;daemon.erroperator
    #
  4. Restart the syslogd daemon.
    # svcadm restart system-log
  5. Set the value of the Debug_level extension property to 0.
    # clresource set -p Debug_level=0 solaris-zone-resource