JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle VM Server for SPARC Guide     Oracle Solaris Cluster 4.0
search filter icon
search icon

Document Information

Preface

SPARC: Installing and Configuring HA for Oracle VM Server

SPARC: Installing and Configuring HA for Oracle VM Server

SPARC: HA for Oracle VM Server Overview

SPARC: Planning the HA for Oracle VM Server Installation and Configuration

Configuration Guidelines

SPARC: How to Configure Oracle VM Server for SPARC to Reset for Control Domain Failures

SPARC: Installing and Configuring Oracle VM Server for SPARC

SPARC: How to Install the Oracle VM Server for SPARC Software

SPARC: How to Enable the Oracle VM Server for SPARC Instances to Run in a Cluster

Installing the HA for Oracle VM Server Package

How to Install the HA for Oracle VM Server Package

SPARC: Registering and Configuring HA for Oracle VM Server

SPARC: How to Configure HA for Oracle VM Server

SPARC: How to Remove an HA for Oracle VM Server Resource From a Failover Resource Group

SPARC: Verifying the Installation and Configuration of Oracle VM Server for SPARC

SPARC: How to Verify the HA for Oracle VM Server Installation and Configuration

SPARC: Tuning the HA for Oracle VM Server Fault Monitor

Resource Properties

Probing Algorithm and Functionality

Operations of the Oracle VM Server for SPARC Probe

SPARC: Debugging HA for Oracle VM Server

SPARC: How to Activate Debugging for HA for Oracle VM Server

Index

SPARC: Debugging HA for Oracle VM Server

HA for Oracle VM Server has a extension property named Debug_level that enables you to activate debugging for Oracle VM Server for SPARC guest domain resources.

SPARC: How to Activate Debugging for HA for Oracle VM Server

  1. Determine whether debugging for HA for Oracle VM Server is active.
    # grep daemon /etc/syslog.conf
    *.err;kern.debug;daemon.notice;mail.crit        /var/adm/messages
    *.alert;kern.err;daemon.err                     operator
    #

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

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

  2. If debugging is inactive, edit the /etc/syslog.conf file in the appropriate node to change daemon.notice to daemon.debug.
  3. Confirm that debugging for HA for Oracle VM Server is active.
    # grep daemon /etc/syslog.conf
    *.err;kern.debug;daemon.debug;mail.crit        /var/adm/messages
    *.alert;kern.err;daemon.err                    operator
    #
  4. Restart the syslogd daemon in the global zone.
    # svcadm refresh svc:/system/system-log:default
  5. Set the property Debug_level to level 2.
    # clresource set -p Debug_level=2 LDom-guest-domain-resource

    Note - To deactivate debugging, repeat these steps, changing daemon.debug to daemon.notice and changing the Debug_level property to 0.