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

Verifying the HA for TimesTen Installation and Configuration

After you install, register, and configure HA for TimesTen, verify this installation and configuration to determine whether the HA for TimesTen data service makes your TimesTen database highly available.

How to Verify the HA for TimesTen Installation for Failover Configurations

  1. Assume the root role on a cluster node that is to host the TimesTen component.
  2. Ensure that all the TimesTen resources are online.

    For each resource, perform the following steps:

    1. Determine whether the resource is online.
      # clresource status TimesTen-rs
    2. If the resource is not online, bring the resource online.
      # clresource enable TimesTen-rs
  3. Switch the resource group to another cluster node, such as node2.
    # clresourcegroup switch -h node2 TimesTen-rg
  4. Confirm that the resource is now online on node2.
    # clresource status TimesTen-rs

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

  1. Become superuser on a cluster node that is to host the TimesTen component.
  2. Ensure that all TimesTen resources are online.

    Perform these steps for each resource.

    1. Determine whether the resource is online.
      # clresource status TimesTen-rs
    2. If the resource is not online, bring the resource online.
      # clresource enable TimesTen-rs
    3. If the resource is online, bring the resource offline, and online again.
      # clresource disable TimesTen-rs
      # clresource enable TimesTen-rs
  3. Confirm that the resource is now online on all nodes in the node list.
    # clresource status  TimesTen-rs

Define the TimesTen Replication

For active-active configurations and master and subscriber configurations, configure your replication between data stores after you have verified the HA for TimesTen configuration. For further information, consult the TimesTen documentation.