Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Cluster Data Service for Oracle iPlanet Web Server Guide Oracle Solaris Cluster 4.1 |
1. Installing and Configuring HA for Oracle iPlanet Web Server
Planning the Installation and Configuration
Overview of the Installation and Configuration Process for HA for Oracle iPlanet Web Server
Installing and Configuring Oracle iPlanet Web Server Software
How to Install Oracle iPlanet Web Server
How to Configure Oracle iPlanet Web Server
Installing the HA for Oracle iPlanet Web Server Package
How to Install the HA for Oracle iPlanet Web Server Package
Registering and Configuring HA for Oracle iPlanet Web Server
Setting HA for Oracle iPlanet Web Server Extension Properties
Setting IP Addresses and Port Numbers for the Oracle iPlanet Web Server Application
How to Register and Configure HA for Oracle iPlanet Web Server in a Failover Configuration
How to Register and Configure HA for Oracle iPlanet Web Server in a Scalable Configuration
How to Configure the SUNW.HAStoragePlus Resource Type
Tuning the HA for Oracle iPlanet Web Server Fault Monitor
Operations by the Fault Monitor During a Probe
Upgrading the HA for Oracle iPlanet Web Server Resource Type
Information for Registering the New Resource Type Version
Information for Migrating Existing Instances of the Resource Type
Upgrade the SUNW.iws resource type if the following conditions apply:
You are upgrading from an earlier version of the HA for Oracle iPlanet Web Server 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.iws resource type is provided in the subsections that follow.
To determine the version of the resource type that is registered, use the clresourcetype show command.
The resource type registration (RTR) file for this resource type is /opt/SUNWschtt/etc/SUNW.iws.
The information that you require to edit each instance of the SUNW.iws resource type is as follows:
You can perform the migration at any time.
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.iws resource type.
Example 1-7 Migrating Instances of the SUNW.iws Resource Type
# clresource set \ -p Monitor_Uri_List=http://schost-1/test.html \ -p Type_version=4 webserver-rs
This command modifies the SUNW.iws resource named webserver-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.