Error Code details
V-16-1-10282
Severity: Error 
Component: Cluster Server 
Message:
Group %s for resource %s is auto-disabled in cluster
Description:

When the AutoDisabled flag is set for a service group, it indicates one of the following:
 

  • The local Veritas Cluster Server (VCS) has failed on a system while a group was running.
     
  • A system running the group left the cluster with an unreliable communication channel.
     

For example, the hastatus -sum command displays output similar to the following for a service group:
 

-- GROUP STATE
-- Group           System               Probed     AutoDisabled         State
B  cvcs            csvcs3                   Y                    Y              
OFFLINE       
B  cvcs            csvcs4                   Y                    N              
OFFLINE
 

An attempt to online the service group fails: 
 

# hagrp -online cvcs -sys csvcs4
 

An error message indicates that the group is AutoDisabled in the cluster. You cannot bring the group online with the AutoDisabled flag set. 
 

Trying to change the attribute also fails:
 

# hagrp -modify cvcs AutoDisabled csvcs3 0
 

An error message indicates that you cannot modify system attributes.

 

Veritas solutions
Solution 1 Vote: [Useful] [Not useful]
Last Modified: 2012-09-11 19:05:05
Platform: Windows Server 2003 (x86-64), Windows Server 2003 (IA-64), Windows Server 2003 (x86-32), Windows Server 2008 (x86-64), Windows Server 2008 (IA-64), Windows Server 2008 (x86-32), Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016
Release: 5.1SP1
Content:
  1. Before you bring the resource online, run the following command and confirm that the failover service group is not active on any other node.

    # hastatus -sum
  1. Enter the hagrp command in this format:

    # hagrp -autoenable group_name -sys system_name

    For example:

    # hagrp -autoenable cvcs -sys csvcs3
     
  1. Run the hastatus -sum command again. The output indicates that the AutoDisabled flag is turned off.

    # hastatus -sum

    -- GROUP STATE
    -- Group           System               Probed     AutoDisabled         State
    B  cvcs            csvcs3                   Y                    N             
    OFFLINE      
    B  cvcs            csvcs4                   Y                    N              
    OFFLINE