Go to main content

Oracle® Solaris Cluster Data Service for Oracle Essbase Server Guide

Exit Print View

Updated: September 2015, E57599–01
 
 

How to Activate Debugging for Oracle Essbase Server

  1. Edit the /etc/syslog.conf file on the appropriate node to change daemon.notice to daemon.debug.
  2. Add /var/cluster/logs/DS/ORCL.essbase/message_log_$RESOURCE to the /etc/syslog.conf file.
  3. Confirm that debugging for the Oracle Essbase Server is active.
    # grep daemon /etc/syslog.conf
    *.err;kern.debug;daemon.debug;mail.crit /var/cluster/logs/DS
         /ORCL.essbase/message_log_$RESOURCE
    *.alert;kern.err;daemon.err operator
  4. Restart the syslogd daemon.
    # svcadm refresh svc:/system/system-log:default
  5. Set the property debug_level to level 2.
    # /usr/cluster/bin/clresource set -p debug_level=2 oracle-essbase-server-rs

    For more information about the debug_level property, see the ORCL.gds(5) man page.