Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Cluster Data Service for Sun Java System Web Server Guide |
1. Installing and Configuring Oracle Solaris Cluster HA for Sun Java System Web Server
Planning the Installation and Configuration
Installing and Configuring a Sun Java System Web Server
How to Install a Sun Java System Web Server
How to Configure a Sun Java System Web Server
Installing the HA for Sun Java System Web Server Packages
How to Install the HA for Sun Java System Web Server Packages
Registering and Configuring Oracle Solaris Cluster HA for Sun Java System Web Server
Setting Oracle Solaris Cluster HA for Sun Java System Web Server Extension Properties
Setting IP Addresses and Port Numbers for the Sun Java System Web Server Application
How to Register and Configure HA for Sun Java System Web Server in a Scalable Configuration
How to Configure SUNW.HAStoragePlus Resource Type
Tuning the Oracle Solaris Cluster HA for Sun Java System Web Server Fault Monitor
Operations by the Fault Monitor During a Probe
Upgrading the HA for Sun Java System 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 Sun Java System 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.
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 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 use the new features of the HA for Sun Java System Web Server 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.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.