JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Sun Java System Application Server Guide     Oracle Solaris Cluster
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring Oracle Solaris Cluster HA for Sun Java System Application Server Supported Versions as of 9.1

Oracle Solaris Cluster HA for Sun Java System Application Server Overview

Highly Available Components

Highly Available DAS and NA

Highly Available Message Queue and HADB

Supported Configurations

Before Node Failure

After Node Failure

Overview of the Installation and Configuration Process for Oracle Solaris Cluster HA for Sun Java System Application Server

Planning the Oracle Solaris Cluster HA for Sun Java System Application Server Installation and Configuration

Configuration Restrictions and Requirements

Installing and Configuring Application Server

How to Configure and Activate Network Resources

How to Install and Configure the Application Server

Verifying the Application Server Supported Versions as of 9.1 Installation and Configuration

How to Verify the Installation and Configuration of the Domain Administration Server (DAS)

How to Verify the Installation and Configuration of the Node Agents Configured as a Failover Data Service

Configuring the Sun Java System Web Server Plug-in

Using the Application Server With HADB

Installing the HA for Sun Java System Application Server Packages

How to Install the HA for Sun Java System Application Server Packages

Registering and Configuring Oracle Solaris Cluster HA for Sun Java System Application Server Supported Versions as of 9.1

Setting Oracle Solaris Cluster HA for Sun Java System Application Server Extension Properties

How to Register and Configure Oracle Solaris Cluster HA for Sun Java System Application Server as a Failover DAS Component and a Failover NA Component

Examples of Registering and Configuring the Failover DAS Component in the Oracle Solaris Cluster HA for Sun Java System Application Server

Example of Creating the Failover Node Agent Component in the Oracle Solaris Cluster HA for Sun Java System Application Server

Configuring the SUNW.HAStoragePlus Resource Type

Tuning the Fault Monitor for Oracle Solaris Cluster HA for Sun Java System Application Server

Operations by the Fault Monitor for the DAS Component During a Probe

Fault Monitor Operations When the Monitor_Uri_List Property Is Set

Fault Monitor Operations When the Monitor_Uri_List Property Is Not Set

Verifying the Oracle Solaris Cluster HA for Sun Java System Application Server Installation and Configuration

How to Verify the Failover DAS Component

How to Verify the Failover Node Agent Component

2.  Installing and Configuring Oracle Solaris Cluster HA for Sun Java System Application Server Supported Versions Before 8.1

A.  Extension Properties for HA for Sun Java System Application Server Supported Versions as of 9.1

B.  Extension Properties for HA for Sun Java System Application Server Supported Versions Before 8.1

Index

Verifying the Oracle Solaris Cluster HA for Sun Java System Application Server Installation and Configuration

This section describes how to verify that Oracle Solaris Cluster HA for Sun Java System Application Server has been correctly installed and configured so that the Sun Java System Application Server runs as a highly available data service under Oracle Solaris Cluster.


Note - After installation, use only the cluster administration command clresourcegroup(1CL) to manually start and stop Application Server. After you start Application Server, it runs under the control of Oracle Solaris Cluster software.


How to Verify the Failover DAS Component

The DAS resource group was created in How to Configure and Activate Network Resources.

Perform this procedure on all of the potential primary nodes or zones of the DAS component. This procedure requires a pair of nodes, indicated as Node1 and Node2.

  1. On a cluster member, Node1, become superuser or assume a role that provides solaris.cluster.admin RBAC authorization.
  2. Bring the DAS resource group online on Node1.
    # clresourcegroup online -n Node1 DAS-resource-group
  3. Connect to the administrative console from a web browser.
    https://IP-address:port
  4. Verify that you are connected to the administrative console.
  5. Switch the resource group from Node1 to Node2.
    # clresourcegroup online -n Node2 DAS-resource-group
  6. Connect to the administrative console from a web browser.
    https://IP-address:port
  7. Verify that you are connected to the administrative console.

    If you are not able to connect to the administrative console from the browser, perform the following actions.

  8. Test high availability by killing the DAS process manually.

    The DAS fault monitor detects the unavailability of the process and restarts it locally.

  9. Test data service functionality by forcing DAS failover.

    Note the values of the standard resource properties Retry_count and Retry_interval. Kill the DAS process manually a number of times equal to Retry_count and within the time period Retry_interval. The DAS resource fails over to another cluster member.

  10. Verify the DAS failover.

    If the DAS resource has not failed over, perform the following actions.

How to Verify the Failover Node Agent Component

This procedure is based on a configuration with four Node Agents in two resource groups, as described in Example of Creating the Failover Node Agent Component in the Oracle Solaris Cluster HA for Sun Java System Application Server. The resource groups are na-rg1 and na-rg2, the failover IP addresses are IP1 and IP2, and the eight server instances are Instance1 through Instance8. The failover IP addresses are represented by logical host names.

Perform this procedure on all of the potential primary nodes or zones of the Node Agent component. This procedure requires a pair of nodes, indicated as Node1 and Node2.

  1. On a cluster member, Node1, become superuser or assume a role that provides solaris.cluster.admin RBAC authorization.
  2. Bring the Node Agent resource group na-rg1 online on Node1.
    # clresourcegroup online -n Node1 na-rg1
  3. Bring the Node Agent resource group na-rg2 online on Node1.
    # clresourcegroup online -n Node1 na-rg2
  4. Connect to the server instances from a web browser.
    http://IP1:Instance1–port
    http://IP1:Instance2–port
    http://IP1:Instance3–port
    http://IP1:Instance4–port
    http://IP2:Instance5–port
    http://IP2:Instance6–port
    http://IP2:Instance7–port
    http://IP2:Instance8–port
  5. Ensure that you can connect to any application deployed on the server instances.

    If you are not able to connect to the instances from the browser, perform the following actions.

  6. Switch the resource groups from Node1 to Node2.
    # clresourcegroup online -n Node2 na-rg1
    # clresourcegroup online -n Node2 na-rg2
  7. After the switchover, repeat Step 4 and Step 5.
  8. Test high availability by killing the Node Agent processes manually.

    When the Node Agent Process is killed, the Node Agent and all its associated server instances are restarted.

    When the application server instances are killed, the Node Agent restarts them. The data service monitors the health of the Node Agent only.

  9. Test the data service functionality by forcing a Node Agent resource failover.

    Note the values of the standard resource properties Retry_count and Retry_interval. Kill the Node Agent process manually a number of times equal to Retry_count and within the time period Retry_interval. The Node Agent resource fails over to another cluster node.

  10. When the Node Agents start on another node, repeat Step 4 to test the availability of the server instances.