JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for SWIFTAlliance Gateway Guide

    Oracle Solaris ClusterSPARC Platform Edition

search filter icon
search icon

Document Information

Preface

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

Oracle Solaris Cluster HA for Alliance Gateway Overview

Overview of Installing and Configuring Oracle Solaris Cluster HA for Alliance Gateway

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

Configuration Restrictions

Configuration Requirements

Configuration Considerations

Resource Dependencies

Configuration Files and Registration Script

Configuration Planning Questions

Installing and Configuring Alliance Gateway

How to Install and Configure Alliance Gateway

How to Verify the Alliance Gateway Installation and Configuration

Installing the Oracle Solaris Cluster HA for Alliance Gateway Packages

How to Install the Oracle Solaris Cluster HA for Alliance Gateway Packages

Registering and Configuring the Oracle Solaris Cluster HA for Alliance Gateway

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

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

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

Tuning the Oracle Solaris Cluster HA for Alliance Gateway Fault Monitor

Debugging Oracle Solaris Cluster HA for Alliance Gateway

How to Set the Debug Flag for Oracle Solaris Cluster HA for Alliance Gateway

How to Debug a Failed Restart for the Alliance Gateway Resource

Index

Registering and Configuring the Oracle Solaris Cluster HA for Alliance Gateway

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

To enable Oracle Solaris Cluster HA for Alliance Gateway to make Alliance Gateway highly available, configure the Oracle Solaris Cluster HA for Alliance Gateway data service as a failover data service.

Before you perform this procedure, ensure that the Oracle Solaris Cluster HA for Alliance Gateway data service packages are installed.

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

Use this procedure to configure the Oracle Solaris Cluster HA for Alliance Gateway data service as a failover service.

  1. Become superuser on one of the nodes in the cluster that is the host for Alliance Gateway.
  2. Register the SUNW.gds resource type.
    # clresourcetype register SUNW.gds
  3. Register the SUNW.HAStoragePlus resource type.
    # clresourcetype register SUNW.HAStoragePlus
  4. Create the failover resource group.
    # clresourcegroup create [-n node-zone-list] sag-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 sag-rg \
    -t SUNW.HAStoragePlus \
    -x FilesystemMountPoints=/swift sag-ds-rs
    sag-ds-rs

    Specifies that the resource that you are creating is named sag-ds-rs.

    -g sag-rg

    Specifies that the resource is to be added to the Alliance Gateway resource group.

    -x FileSystemMountPoints=mountpoint-list

    Specifies a list of valid mount points for the file system.

  6. Create a resource for the Oracle Solaris Cluster logical hostname.
    # clreslogicalhost create -g sag-rg \
    -h gatewayhostname sag-lh-rs
  7. Enable the failover resource that contains the Oracle Solaris Cluster Disk Storage and the Logical hostname resources.
    # clresourcegroup online -eM sag-rg
  8. Create a resource for Alliance Gateway.
    1. Change the variables in the /opt/SUNWscsag/util/sag_config file.

      For information about this file, see Configuration Files and Registration Script.

    2. Run the registration script to register the data service and application.

      For information about this script, see Configuration Files and Registration Script.

      # /opt/SUNWscsag/util/sag_register
  9. Enable the Alliance Gateway resource.
    # clresource enable sag-resource-rs

Next Steps

Go to Verifying the Oracle Solaris Cluster HA for Alliance Gateway Installation and Configuration.