Sun Cluster Data Service for Oracle Real Application Clusters Guide for Solaris OS

How to Verify the Sun Cluster Support for Oracle Real Application Clusters Installation and Configuration

Perform this task as superuser for each Oracle RAC server resource group that you created when you performed the procedure inRegistering and Configuring Oracle RAC Server Resources.

  1. Verify that the Oracle RAC server resource group is correctly configured.


    # scrgadm -pv -g rac-server-rg
    
    -g rac-server-rg

    Specifies the name of the Oracle RAC server resource group for the node

  2. Bring online the Oracle RAC server resource group.


    # scswitch -Z -g rac-server-rg
    
    -g rac-server-rg

    Specifies the name of the Oracle RAC server resource group for the node

  3. Verify that the Oracle RAC server resource group and its resources are online.


    # scstat -g
    
  4. Take offline the Oracle RAC server resource group.


    # scswitch -F -g rac-server-rg
    
    -g rac-server-rg

    Specifies the name of the Oracle RAC server resource group for the node

  5. Verify that the Oracle RAC server resource group and its resources are offline.


    # scstat -g
    
  6. Bring online again the Oracle RAC server resource group.


    # scswitch -Z -g rac-server-rg
    
    -g rac-server-rg

    Specifies the name of the Oracle RAC server resource group for the node

  7. Verify that the Oracle RAC server resource group and its resources are online.


    # scstat -g