JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle E-Business Suite Guide     Oracle Solaris Cluster
search filter icon
search icon

Document Information

Preface

Installing and Configuring Oracle Solaris Cluster HA for Oracle E-Business Suite

HA for Oracle E-Business Suite Overview

Overview of Installing and Configuring HA for Oracle E-Business Suite

Planning the HA for Oracle E-Business Suite Installation and Configuration

Configuration Restrictions

Restriction for the Supported Configurations of HA for Oracle E-Business Suite

Restriction for the Location of Oracle E-Business Suite Files

Configuration Requirements

Determine Which Solaris Zone Oracle E-Business Suite Will Use

Installing and Configuring Oracle E-Business Suite

How to Install and Configure Oracle E-Business Suite

Verifying the Installation and Configuration of Oracle E-Business Suite

How to Verify the Installation and Configuration of Oracle E-Business Suite

Installing the HA for Oracle E-Business Suite Packages

How to Install the HA for Oracle E-Business Suite Packages

Registering and Configuring HA for Oracle E-Business Suite

How to Register and Configure HA for Oracle E-Business Suite

Verifying the HA for Oracle E-Business Suite Installation and Configuration

How to Verify the HA for Oracle E-Business Suite Installation and Configuration

Upgrading HA for Oracle E-Business Suite

How to Upgrade to the New Version of HA for Oracle E-Business Suite

Understanding the HA for Oracle E-Business Suite Fault Monitor

Resource Properties

Probing Algorithm and Functionality

Concurrent Manager Probe

Forms Server in Servlet Mode Probe

Forms Server in Socket Mode Probe

Reports Server Probe

Debugging HA for Oracle E-Business Suite

How to Turn on Debugging for HA for Oracle E-Business Suite

Index

Debugging HA for Oracle E-Business Suite

How to Turn on Debugging for HA for Oracle E-Business Suite

HA for Oracle E-Business Suite can be used by multiple Oracle E-Business Suite instances. It is possible to turn debugging on for all Oracle E-Business Suite instances or a particular Oracle E-Business Suite instance.

/opt/SUNWscebs/xxx/etc/config allows you to turn on debugging for all Oracle E-Business Suite instances or for a specific Oracle E-Business Suite instance on a particular node or zone within the cluster. If you require debugging to be turned on for HA for Oracle E-Business Suite across the whole cluster, repeat this step on all nodes within the cluster.

  1. Edit the /etc/syslog.conf file.
    1. Change daemon.notice to daemon.debug.
      # grep daemon /etc/syslog.conf
      *.err;kern.debug;daemon.notice;mail.crit        /var/adm/messages
      *.alert;kern.err;daemon.err                     operator
      #
    2. Change the daemon.notice file to daemon.debug and restart the syslogd command.

      Note that the following output, from grep daemon /etc/syslog.conf, shows that daemon.debug has been set.

      # grep daemon /etc/syslog.conf
      *.err;kern.debug;daemon.debug;mail.crit        /var/adm/messages
      *.alert;kern.err;daemon.err                    operator
    3. Restart the syslog daemon.
      # svcadm disable system-log
      # svcadm enable system-log
  2. Edit the /opt/SUNWscebs/cmg/etc/config file.

    Perform this step for each component that requires debug output, on each node of Oracle Solaris Cluster as required.

    Edit the /opt/SUNWscebs/cmg/etc/config file and change DEBUG= to DEBUG=ALL or DEBUG=sun-cluster-resource.

    # cat /opt/SUNWscebs/cmg/etc/config
    #
    # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
    # Use is subject to license terms.
    #
    # ident "@(#)config     1.1     06/03/06 SMI"
    #
    # Usage:
    #       DEBUG=<RESOURCE_NAME> or ALL
    #
    DEBUG=ALL

    Note - To turn off debug, reverse the previous steps.