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: Preparing the Cluster for HA for TimesTen

  1. Install and configure the cluster as instructed in Oracle Solaris Cluster Software Installation Guide.

    Install the following cluster software components on both nodes.

    • Oracle Solaris Cluster core software

    • HA for TimesTen data service software

  2. Add the timesten group and user.
    phys-schost-1# zlogin zone1
    zone1# groupadd -g 1000 timesten
    zone1# useradd -g 1000 -m -d /timesten -s /bin/ksh timesten
    
    phys-schost-2# zlogin zone2
    zone2# groupadd -g 1000 timesten
    zone2# useradd -g 1000 -m -d /timesten -s /bin/ksh timesten