Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Cluster Data Service for Oracle VM Server for SPARC Guide Oracle Solaris Cluster 4.0 |
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
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
Probing Algorithm and Functionality
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.
# 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.
# grep daemon /etc/syslog.conf *.err;kern.debug;daemon.debug;mail.crit /var/adm/messages *.alert;kern.err;daemon.err operator #
# svcadm refresh svc:/system/system-log:default
# 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.