Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Cluster Data Service for Oracle GlassFish Server Message Queue Guide Oracle Solaris Cluster 4.0 |
1. Installing and Configuring HA for Oracle GlassFish Message Queue
HA for Oracle GlassFish Message Queue Overview
Overview of the Installation and Configuration Process for HA for Oracle GlassFish Message Queue
Planning the Oracle GlassFish Message Queue Installation and Configuration
Installing and Configuring Oracle GlassFish Message Queue
How to Install the Oracle GlassFish Message Queue
Verifying the Oracle GlassFish Message Queue Installation and Configuration
How to Verify the Oracle GlassFish Message Queue Installation and Configuration
Planning the HA for Oracle GlassFish Message Queue Installation and Configuration
Standard Data Service Configurations
Configuration Planning Questions
Installing the HA for Oracle GlassFish Message Queue Package
How to Install the HA for Oracle GlassFish Message Queue Package
Registering and Configuring HA for Oracle GlassFish Message Queue
Setting HA for Oracle GlassFish Message Queue Extension Properties
How to Register and Configure HA for Oracle GlassFish Message Queue as a Failover Data Service
Configuring the SUNW.HAStoragePlus Resource Type
Verifying the HA for Oracle GlassFish Message Queue Installation and Configuration
How to Verify the HA for Oracle GlassFish Message Queue Installation and Configuration
Tuning the HA for Oracle GlassFish Message Queue Fault Monitor
Operations by the Fault Monitor During a Probe
A. HA for Oracle GlassFish Message Queue Extension Properties
Before you install and configure Oracle GlassFish Message Queue, set up the network resources that the service uses after installation and configuration. To configure and activate the network resources, use the following command-line procedure.
To perform this procedure, you need the following information about your configuration.
The names of the cluster nodes that can master the data service.
The network resource that clients use to access Oracle GlassFish Message Queue. Normally, you set up this hostname when you install the cluster. See the Oracle Solaris Cluster Concepts Guide for details on network resources.
You should have performed this verification during the Oracle Solaris Cluster installation.
Note - To avoid name service look-up failures, ensure that all of the logical hostnames are present in the /etc/inet/hosts file on all the cluster nodes. Configure name service mapping in the /etc/nsswitch.conf file on the servers to check the local files before trying to access NIS, NIS+, or DNS.
# clresourcegroup create [-n node-list] resource-group
Specifies the name of the resource group. This name can be your choice.
Specifies a comma-separated, ordered list of nodes that can master this resource group. The format of each entry in the list is node. In this format, node specifies the node name. To specify the global zone, specify only node.
This list is optional. If you omit this list, the global zone of each cluster node can master the resource group.
Use the following command to add a logical hostname to a resource group.
# clreslogicalhostname create -g resource-group [-h hostname, …] [-N netiflist] lhresource
Specifies the name of the resource group.
Specifies a comma-separated list of network resources.
Specifies an optional, comma-separated list that identifies the IPMP groups that are on each node. The format of each entry in the list is netif@node. The replaceable items in this format are as follows:
Specifies an IPMP group name, such as sc_ipmp0, or a public network interface card (NIC). If you specify a public NIC, Oracle Solaris Cluster attempts to create the required IPMP groups.
Specifies the name or ID of a node. To specify the global zone, specify only node.
Note - If you require a fully qualified hostname, you must specify the fully qualified name with the -h option and you cannot use the fully qualified form in the resource name.
Note - Oracle Solaris Cluster does not currently support the use of the adapter name for netif.
# clresourcegroup online resource-group
Specifies the name of the resource group.