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

Document Information

Preface

Installing and Configuring HA for TimesTen

A.  HA for TimesTen Extension Properties

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

Target Cluster Configuration

Software Configuration

Assumptions

Installing and Configuring HA for TimesTen on Shared Storage

Example: Configuring Cluster Resources for TimesTen

Example: Preparing the Cluster for TimesTen

Example: Installing TimesTen Software on Shared Storage

Example: Enabling TimesTen Software to Run in the Cluster

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

Example: Configuring Cluster Resources for TimesTen

  1. Register the necessary resource types on both nodes.
    phys-schost-1# clresourcetype register ORCL.TimesTen_server SUNW.HAStoragePlus
  2. Create the TimesTen resource group RG-TT.
    phys-schost-1# clresourcegroup create -n phys-schost-1:zone1,phys-schost-2:zone2 RG-TT
  3. Create the logical host ha-host-1.
    phys-schost-1# clreslogicalhostname create -g RG-TT ha-host-1
  4. Create the HAStoragePlus resource in the RG-TT resource group.
    phys-schost-1# clresource create -g RG-TT -t SUNW.HAStoragePlus -p AffinityOn=TRUE \ -p FilesystemMountPoints=/global/mnt3 TT-HSP-RS
  5. Enable the RG-TT resource group.
    phys-schost-1# clresourcegroup online -eM RG-TT