Go to main content

Oracle® Solaris Cluster Data Service for Apache Tomcat Guide

Exit Print View

Updated: June 2017
 
 

Example: Configuring Cluster Resources for Apache Tomcat

  1. Register the necessary data types on both nodes.
    phys-schost-1# clresourcetype register SUNW.gds SUNW.HAStoragePlus
  2. Create the Apache Tomcat resource group.
    phys-schost-1# clresourcegroup create RG-TOM
  3. Create the logical host.
    phys-schost-1# clreslogicalhostname create -g RG-TOM ha-host-1
  4. Create the HAStoragePlus resource in the RG-TOM resource group.
    phys-schost-1# clresource create -g RG-TOM -t SUNW.HAStoragePlus -p AffinityOn=TRUE \
    -p FileSystemMountPoints=/global/mnt3,/global/mnt4 RS-TOM-HAS
  5. Enable the resource group.
    phys-schost-1# clresourcegroup online -eM RG-TOM