JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for SWIFTAlliance Access Guide SPARC Platform Edition
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring Oracle Solaris Cluster HA for Alliance Access

Overview of Installing and Configuring HA for Alliance Access

Oracle Solaris Cluster HA for Alliance Access Overview

Planning the Oracle Solaris Cluster HA for Alliance Access Installation and Configuration

Configuration Restrictions

Configuration Requirements

Oracle Solaris Cluster components and their dependencies

Installing and Configuring Alliance Access

How to Install and Configure Alliance Access

Verifying the Installation and Configuration of Alliance Access

How to Verify the Installation and Configuration of Alliance Access

Installing the HA for Alliance Access Packages

How to Install the HA for Alliance Access Packages

Registering and Configuring Oracle Solaris Cluster HA for Alliance Access

How to Register and Configure Oracle Solaris Cluster HA for Alliance Access as a Failover Service

Verifying the Oracle Solaris Cluster HA for Alliance Access Installation and Configuration

How to Verify the Oracle Solaris Cluster HA for Alliance Access Installation and Configuration

Understanding the Oracle Solaris Cluster HA for Alliance Access Fault Monitor

Resource Properties

Probing Algorithm and Functionality

Debugging Oracle Solaris Cluster HA for Alliance Access

How to turn on debugging for Oracle Solaris Cluster HA for Alliance Access

Index

Registering and Configuring Oracle Solaris Cluster HA for Alliance Access

This section contains the procedures you need to configure Oracle Solaris Cluster HA for Alliance Access.

How to Register and Configure Oracle Solaris Cluster HA for Alliance Access as a Failover Service

This procedure assumes that you installed the data service packages during your initial Solaris Cluster installation.

Steps 1 to 6 will normally already be done in order to prepare for the installation of the IBM DCE and Alliance Access software. See How to Install and Configure Alliance Access. Typically, you should go directly to step 7.

  1. Become superuser on one of the nodes in the cluster that will host Oracle Solaris Cluster.
  2. Register the SUNW.gds resource type.
    # clresourcetype register SUNW.gds
  3. Register the SUNW.HAStoragePlus resource type.
    # clresourcetype register SUNW.HAStoragePlus
  4. Create a failover resource group.
    # clresourcegroup create [-n node-zone-list] swift-rg
    -n node-zone-list

    Specifies a comma-separated, ordered list of zones that can master the resource group. The format of each entry in the list is node. In this format, node specifies the node name and zone specifies the name of a non-global Solaris zone. To specify the global zone, or to specify a node without non-global zones, specify only node. This list is optional. If you omit this list, the global zone of each cluster node can master the resource group.

  5. Create a resource for the Oracle Solaris Cluster Disk Storage.
    # clresource create -g swift-rg  \
    -t SUNW.HAStoragePlus  \
    -x FilesystemMountPoints=/global/saadg/alliance swift-ds
  6. Create a resource for the Oracle Solaris Cluster Logical Hostname.
    # clreslogicalhostname create  -g swift-rg\
      -h swift-lh swift-lh-rs
  7. Enable the failover resource group that now includes the Oracle Solaris Cluster Disk Storage and Logical Hostname resources.
    # clresourcegroup online -M swift-rg
  8. Create a resource for Alliance Access.
    1. Before running this script, check that the names of the resources match what is configured in /opt/SUNWscsaa/util/saa_config.
      # /opt/SUNWscsaa/util/saa_register 
    2. Run the registration script provided as part of the Alliance Access HA agent.
  9. Start the Alliance Access instance manually.
    su - all_adm
    The GUI will open up. From within the GUI, select the menu
    Alliance - Start Alliance Servers
  10. Stop the Alliance Access manually.
    su - all_adm
     The GUI will come up. Stop the application from within the GUI.
  11. Enable each Oracle Solaris Cluster resource.
    # clresource status -g swift-rg
    # clresource enable swift-saa-rs