Go to main content

Oracle® Solaris Cluster Data Service for Oracle TimesTen Guide

Exit Print View

Updated: September 2015
 
 

Example: Preparing the Cluster for TimesTen

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

      Install the following cluster software components on both nodes.

    • Oracle Solaris Cluster core software

    • HA for TimesTen data service software

  2. Beginning on the non-global zone that owns the file system, add the timesten user.
    phys-schost-1# groupadd -g 1000 timesten
    phys-schost-1# useradd -g 1000 -d /global/mnt3/timesten -s /bin/ksh timesten
    
    phys-schost-2# groupadd -g 1000 timesten
    phys-schost-2# useradd -g 1000 -d /global/mnt3/timesten -s /bin/ksh timesten