1. Installing and Configuring Oracle Solaris Cluster HA for Apache
Planning the Installation and Configuration
Overview of the Installation and Configuration Process for Oracle Solaris Cluster HA for Apache
Installing and Configuring Apache
Installing a Non-Secure Apache Webserver
How to Install and Configure the Apache Software From the Solaris CD-ROM
How to Install and Configure the Apache Software from the Apache Web Site
Installing a Secure Apache Webserver
How to Install and Configure the Apache Software Using mod_ssl
How to Install and Configure the Apache Software Using apache-ssl
Installing the HA for Apache Packages
How to Install the HA for Apache Packages
Registering and Configuring Oracle Solaris Cluster HA for Apache
Setting Oracle Solaris Cluster HA for Apache Extension Properties
Example-- Setting Monitor_Uri_List for Scalable HA for Apache Instance
Example-- Setting Monitor_Uri_List for Failover HA for Apache Instance
Tools for Registering and Configuring HA for Apache
How to Register and Configure the Oracle Solaris Cluster HA for Apache by Using clsetup
How to Configure SUNW.HAStoragePlus Resource Type
How to Verify Data Service Installation and Configuration
Tuning the Oracle Solaris Cluster HA for Apache Fault Monitor
Operations by the Oracle Solaris Cluster HA for Apache Fault Monitor
Operations by the Fault Monitor Before a Probe
Operations for a Nonsecure Web Server
Operations for a Monitored URI List
Operations for a Secure Web Server
Upgrading the SUNW.apache Resource Type
Information for Registering the New Resource Type Version
Information for Migrating Existing Instances of the Resource Type
Upgrade the SUNW.apache resource type if the following conditions apply:
You are upgrading from an earlier version of the HA for Apache data service.
You need to use the new features of this data service.
For general instructions that explain how to upgrade a resource type, see Upgrading a Resource Type in Oracle Solaris Cluster Data Services Planning and Administration Guide. The information that you require to complete the upgrade of the SUNW.apache resource type is provided in the subsections that follow.
The relationship between a resource type version and the release of Oracle Solaris Cluster data services is shown in the following table. The release of Oracle Solaris Cluster data services indicates the release in which the version of the resource type was introduced.
|
To determine the version of the resource type that is registered, use the clresourcetype showcommand.
The resource type registration (RTR) file for this resource type is /opt/SUNWscapc/etc/SUNW.apache.
The information that you require to edit each instance of the SUNW.apache resource type is as follows:
You can perform the migration at any time.
If you need to use the new features of the Oracle Solaris Cluster HA for Apache data service, the required value of the Type_version property is 4.
If you need to monitor deployed applications, set the Monitor_Uri_List extension property to a single URI or a list of URIs to specify the locations of the applications that are to be probed.
The following example shows a command for modifying an instance of the SUNW.apache resource type.
Example 1-3 Migrating Instances of the SUNW.apache Resource Type
# clresource set -p Monitor_Uri_List=http://schost-1/test.html \ -p Type_version=4 apache-rs
This command modifies the SUNW.apache resource named apache-rs as follows:
The Type_version property of this resource is set to 4.
The Fault Monitor probe will monitor the URI http://schost-1/test.html.