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

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

Target Cluster Configuration

Software Configuration

Assumptions

Installing and Configuring HA for TimesTen on Local Storage

Example: Preparing the Cluster for HA for TimesTen

Example: Installing TimesTen Software on Local Storage

Example: Enabling TimesTen Software to Run in the Cluster

Example: Defining TimesTen Replication in an Active-Active Configuration

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

Index

Example: Enabling TimesTen Software to Run in the Cluster

This procedure creates the TimesTen resource.

  1. Register the TimesTen resource type.
    phys-schost-1# clresourcetype register ORCL.TimesTen_server
  2. Create the failover resource group for the logical host.
    phys-schost-1# clresourcegroup create -n phys-schost-1:zone1,phys-schost-2:zone2 app-rg
  3. Create the logical-hostname resource ha-host-1.
    phys-schost-1# clreslogicalhostname create -g app-rg ha-host-1
  4. Enable the resource group app-rg.
    phys-schost-1# clresourcedgroup online -eM app-rg
  5. Create the resource group to contain the TimesTen server resource server-rg.
    phys-schost-1# clresourcegroup create -n phys-schost-1:zone1,phys-schost-2:zone2 \
    -p maximum_primaries=2 \
    -p desired_primaries=2 \
    server-rg
  6. Create the TimesTen server resource tt-rs.
    phys-host-1# clrs create -g server-rg  \
    -t TimesTen_server \
    -p Base_directory=/timesten/TimesTen \
    -p Instance=tt1121 \
    -p datastore=test \
    -p table=sctest \
    -p resource_dependencies=ha-host-1 tt-rs \
  7. Enable the resource group server-rg.
    phys-schost-1# clresourcedgroup online -eM server-rg