JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle TimesTen Guide     Oracle Solaris Cluster
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 Enable TimesTen to Run in a Non-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 Packages

How to Install the HA for TimesTen Packages

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 Installation and Configuration of TimesTen

Before you install the HA for TimesTen packages, verify that each TimesTen instance that you created is correctly configured to run in a cluster. The instance is the TimesTen database processes together with the associated data store processes. This verification does not confirm that the TimesTen databases are highly available, because the HA for TimesTen data service is not yet configured.

How to Verify Installation and Configuration of TimesTen

Perform this procedure for each TimesTen instance that you created in Installing and Configuring TimesTen. During the verification, you complete the TimesTen postinstallation steps.

Before You Begin

Determine whether you are in a local zone or in the global zone.

  1. Switch to the TimesTen user, if necessary.
    # su - timesten
  2. Connect to your data store and exit.
    $ ttIsql test -e "exit;"
  3. Stop the TimesTen server.
    $ your-instance-dir/startup/tt_instancename stop
  4. If you are in a non-global zone, exit the zone to return to the global zone.