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

Document Information

Preface

1.  Installing and Configuring HA for TimesTen

HA for TimesTen Overview

Overview of Installing and Configuring HA for TimesTen

Planning the HA for TimesTen Installation and Configuration

Planning the Resource Group Topology for HA for TimesTen

TimesTen and Solaris Containers

HA for TimesTen and In-Memory Database Cache

Configuration Restrictions

Configuration Requirements

Installing and Configuring TimesTen

How to Enable a TimesTen Database to Run in a Global Zone Configuration

How to Install and Configure TimesTen

Verifying the Installation and Configuration of TimesTen

How to Verify Installation and Configuration of TimesTen

Installing the HA for TimesTen Package

How to Install the HA for TimesTen Package

Registering and Configuring HA for TimesTen

Specifying Extension Properties for the TimesTen Resource

Creating and Enabling Resources for TimesTen

How to Create and Enable Resources for TimesTen in a Failover Configuration

How to Create and Enable Resources for TimesTen in a Multiple-Master Configuration

How to Create and Enable Resources for TimesTen in a Scalable Configuration

How to Create and Enable Resources for TimesTen in an Active-Standby Configuration

Verifying the HA for TimesTen Installation and Configuration

How to Verify the HA for TimesTen Installation for Failover Configurations

How to Verify the HA for TimesTen Installation for Scalable or Multiple-Master Configurations

Define the TimesTen Replication

Tuning the HA for TimesTen Fault Monitor

Operation of the Fault Monitor for ORCL.TimesTen_server Resource Type

Operation of the Fault Monitor for the Other HA for TimesTen Resource Types

Debugging HA for TimesTen

How to Activate Debugging for HA for TimesTen

A.  HA for TimesTen Extension Properties

B.  Deployment Example: Installing HA for TimesTen in a Failover Configuration

C.  Deployment Example: Installing HA for TimesTen in an Active-Active Configuration

D.  Deployment Example: Installing HA for TimesTen in a Scalable Subscriber Configuration

Index

Debugging HA for TimesTen

HA for TimesTen resource types have an extension property, debug_level, that enables you to activate debugging for TimesTen resources.

How to Activate Debugging for HA for TimesTen

Perform this procedure to activate debugging.


Note - To deactivate debugging, repeat this procedure with the following changes:


  1. Determine whether you are in the global zone or in a non-global zone configuration.

    If your TimesTen resource group node list contains non-global zones, you are in a non–global zone configuration. In any other case, you are in a global zone configuration.

  2. Determine whether debug logging for HA for TimesTen is active in your node or zone.
    # grep daemon /etc/syslog.conf
    *.err;kern.debug;daemon.notice;mail.crit        /var/adm/messages
    *.alert;kern.err;daemon.err                     operator
    #

    If debug logging is inactive, daemon.notice is set in the file /etc/syslog.conf of the appropriate zone.

  3. If debug logging is inactive, edit the /etc/syslog.conf file in the appropriate node or zone to change daemon.notice to daemon.debug.
  4. Confirm that debug logging for HA for TimesTen is active.

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

    # grep daemon /etc/syslog.conf
    *.err;kern.debug;daemon.debug;mail.crit        /var/adm/messages
    *.alert;kern.err;daemon.err                    operator
    #
  5. Restart the syslogd daemon in the appropriate node or zone.
    # svcadm refresh svc:/system/system-log:default
  6. Set the debug_level property to either 1 or 2.
    # clresource set -p debug_level=intended value

    Note - Setting the debug_level property to 2 will result in a Korn shell trace of the validate command.