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

Document Information

Preface

Installing and Configuring HA for Logical Domains

Installing and Configuring HA for Logical Domains

HA for Logical Domains Overview

Planning the HA for Logical Domains Installation and Configuration

Configuration Restrictions

How to Configure Logical Domains to Reset for Control Domain Failures

Installing and Configuring Logical Domains

How to Install the Logical Domains Software

How to Enable the Logical Domains Instances to Run in a Cluster

Verifying the Installation and Configuration of Logical Domains

How to Verify the HA for Logical DomainsInstallation and Configuration

Installing the HA for Logical Domains Packages

How to Install the HA for Logical Domains Packages

Registering and Configuring HA for Logical Domains

How to Configure HA for Logical Domains

How to Remove a HA for Logical Domains Resource From a Failover Resource Group

Verifying the Installation and Configuration of Logical Domains

How to Verify the HA for Logical DomainsInstallation and Configuration

Tuning the HA for Logical Domains Fault Monitor

Resource Properties

Probing Algorithm and Functionality

Operations of the Logical Domains Probe

Debugging HA for Logical Domains

How to Activate Debugging for HA for Logical Domains

Index

Debugging HA for Logical Domains

HA for Logical Domains has a extension property named debug_level that enables you to activate debugging for Logical Domains guest domain resources.

How to Activate Debugging for HA for Logical Domains

  1. Determine whether debugging for HA for Logical Domains 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 Logical Domains 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.