Sun Cluster Data Service for SWIFTAlliance Gateway Guide for Solaris OS

How to Verify the SWIFTAlliance Gateway Installation and Configuration

Perform this procedure on each node that can master the SWIFTAlliance Gateway resource group.

  1. Log in as superuser to a node that can master the SWIFTAlliance Gateway resource group.

  2. Switch the SWIFTAlliance Gateway resource group to the node that you logged in to in Step 1.


    # scswitch -z -g sag-rg -h node
    
    -z

    Specifies that the node that masters a resource group is to be switched

    -g sag-rg

    Specifies that the SWIFTAlliance Gateway resource group is to be switched to another node

    -h node

    Specifies the node to which the SWIFTAlliance Gateway resource group is to be switched

  3. Confirm that the SWIFTAlliance Gateway instance can be started.


    # su - swnet
    # cd /swift/SWIFTAlliance/Gateway/bin
    # ./sag_bootstrap start
    # ./sag_system -SagUser Administrator -SagPwd pwd-for-admin -- start
    

    The application started successfully if the following command returns a started status. This status indicates that the SWIFTAlliance Gateway is operational.


    # ./sag_system -SagUser Administrator -SagPwd pwd-for-admin -- status system
    
  4. Create another SWIFTAlliance Gateway operator with an operating profile that contains only the functions to start and stop the application.

  5. Confirm that the SWIFTAlliance Gateway instance can be stopped.


    # su - swnet
    # cd /swift/SWIFTAlliance/Gateway/bin
    # ./sag_bootstrap stop
    

Where to Go From Here

Go to How to Install Sun Cluster HA for SWIFTAlliance Gateway Packages by Using the Web Start Program.