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

Document Information

Preface

1.  Installing and Configuring Oracle Solaris Cluster HA for Sun Java System Message Queue

Oracle Solaris Cluster HA for Sun Java System Message Queue Overview

Overview of the Installation and Configuration Process for Oracle Solaris Cluster HA for Sun Java System Message Queue

Planning the Sun Java System Message Queue Installation and Configuration

Configuring and Activating Network Resources

How to Configure and Activate Network Resources

Installing and Configuring the Sun Java System Message Queue

How to Install the Sun Java System Message Queue

Verifying the Sun Java System Message Queue Installation and Configuration

How to Verify the Sun Java System Message Queue Installation and Configuration

Planning the Oracle Solaris Cluster HA for Sun Java System Message Queue Installation and Configuration

Standard Data Service Configurations

Configuration Considerations

Configuration Planning Questions

Installing the HA for Sun Java System Message Queue Packages

How to Install the HA for Sun Java System Message Queue Packages

Registering and Configuring the Oracle Solaris Cluster HA for Sun Java System Message Queue

Setting Oracle Solaris Cluster HA for Sun Java System Message Queue Extension Properties

How to Register and Configure the Oracle Solaris Cluster HA for Sun Java System Message Queue as a Failover Data Service

Configuring the SUNW.HAStoragePlus Resource Type

Verifying the Oracle Solaris Cluster HA for Sun Java System Message Queue Installation and Configuration

How to Verify the Oracle Solaris Cluster HA for Sun Java System Message Queue Installation and Configuration

Tuning the Oracle Solaris Cluster HA for Sun Java System Message Queue Fault Monitor

Operations by the Fault Monitor During a Probe

A.  HA for Sun Java System Message Queue Extension Properties

Index

Installing and Configuring the Sun Java System Message Queue

The Sun Java System Message Queue is a Java 2 Enterprise Edition (J2EE™) 1.3 compliant messaging service. This queue is designed to meet the needs of enterprise customers and run under the control of Solaris Cluster software. This section describes the steps to install and enable the Sun Java System Message Queue to run as the Oracle Solaris Cluster HA for Sun Java System Message Queue.


Note - If you run the Sun Java System Message Queue and another messaging service server and they use the same network resources, configure them to listen on different ports. Otherwise, a port conflict might occur between the two services.


Use the following procedure to install the Sun Java System Message Queue.

How to Install the Sun Java System Message Queue

Use the following procedure to install the Sun Java System Message Queue. Only the sections that are specific to the Sun Java System Message Queue are included here. See Sun Java System Message Queue 4.1 Installation Guide for details.


Note - Do not set the AUTOSTART property to YES in the /etc/imq/imqbrokerd.conf file. The AUTOSTART property is set to NO by default because Oracle Solaris Cluster HA for Sun Java System Message Queue starts and stops the application after you have configured the data service.


  1. Install the Sun Java System Message Queue package on all the nodes of the cluster if they are not already installed.
  2. Identify a location on a global file system where you intend to keep your message queue (for example, /global/s1mq).

    You can create a separate directory for this file system.

  3. On any node set IMQ_VARHOME and run the imqbrokerd command to create the configuration directory and files.
    # IMQ_VARHOME=/global/s1mq
    # export IMQ_VARHOME
    # imqbrokerd -name hamq1
  4. Set the imq.portmapper.hostname property to the logical hostname by editing $IMQ_VARHOME/instances/hamq1/props/config.properties.