Go to main content

Oracle® Solaris Cluster Data Service for Oracle TimesTen Guide

Exit Print View

Updated: September 2015
 
 

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