JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Apache Tomcat Guide     Oracle Solaris Cluster
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring Oracle Solaris Cluster HA for Apache Tomcat

A.  Deployment Example: Installing Apache Tomcat in the Global Zone

B.  Deployment Example: Installing Apache Tomcat in a Failover Zone

C.  Deployment Example: Installing Apache Tomcat in a Non-Global Zone

Target Cluster Configuration

Software Configuration

Assumptions

Installing and Configuring Apache Tomcat on Shared Storage in a Non-Global Zone

Example: Preparing the Cluster for Apache Tomcat

Example: Configuring the Zone

Example: Configuring Cluster Resources for Apache Tomcat

Example: Installing the Apache Tomcat Software on Local Storage

Example: Modifying the Apache Tomcat Configuration File

Example: Enabling the Apache Tomcat Software to Run in the Cluster

Index

Example: Configuring Cluster Resources for Apache Tomcat

  1. Register the HAStoragePlus resource type.
    phys-schost-1# clresourcetype register SUNW.gds SUNW.HAStoragePlus
  2. Create the Apache Tomcat resource group.
    phys-schost-1# clresourcegroup create -n phys-host-1:clu1,phys-host-2:clu1 RG-TOM
  3. 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
  4. Enable the resource group.
    phys-schost-1# clresourcegroup online -M RG-TOM