Oracle® Solaris Cluster Data Service for Oracle Real Application Clusters Guide

Exit Print View

Updated: July 2014, E39656–01
 
 

How to Recover From the Timing Out of the START Method

  1. Assume the root role or assume a role that provides solaris.cluster.admin RBAC authorization.
  2. On the node where the START method timed out, take offline the framework resource group that failed to start.

    To perform this operation, switch the primary nodes of the resource group to the other nodes where the group is online.

    # clresourcegroup offline -n nodelist resource-group
    –n nodelist

    Specifies a comma-separated list of other cluster nodes on which resource-group is online. Omit from this list the node where the START method timed out.

    resource-group

    Specifies the name of the framework resource group.

    If your configuration uses both a multiple-owner volume-manager framework resource group and a Support for Oracle RAC framework resource group, first take offline the multiple-owner volume-manager framework resource group. When the multiple-owner volume-manager framework resource group is offline, then take offline the Support for Oracle RAC framework resource group.

    If the Support for Oracle RAC framework resource group was created by using the clsetup utility, the name of the resource group is rac-framework-rg.

  3. On all cluster nodes that can run Support for Oracle RAC, bring online the framework resource group that failed to come online.
    # clresourcegroup online -eM resource-group
    resource-group

    Specifies that the resource group that you brought offline in Step 2 is to be moved to the MANAGED state and brought online.