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

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 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