VCS ERROR V-16-10031-1001 CVMVolDg:cvmvoldg:online:CVM cluster is not activated on this node

book

Article ID: 100022538

calendar_today

Updated On:

Resolution

The error will be seen if CVMVolDg resources are onlined by VCS prior to the cvm service group having been onlined
 
If this error is seen in the VCS engine_A log, ensure that all service groups with CVMVolDgresources within them are made dependent on the cvm service group using the online local firm dependency. If this is not the case, then CVMVolDg resources are likely to online without CVM having been properly started - hence the error.

e.g.
group dbgrp(
       SystemList= { rdgv240sol17 = 0, rdgv240sol18 = 1 }
       Parallel= 1
       AutoStartList= { rdgv240sol17, rdgv240sol18 }
       )
 
       CFSMountdbmnt (
               Critical= 0
               MountPoint= "/dbvol"
               BlockDevice= "/dev/vx/dsk/dbdg/dbvol"
               )
 
       CVMVolDgdbdg (
               CVMDiskGroup= dbdg
               CVMVolume= { dbvol }
               CVMActivation= sw
               )
 
       Oracledb (
               Critical= 0
               ResourceOwner= oracle
               Sid@rdgv240sol17 = otherdb1
               Sid@rdgv240sol18 = otherdb2
               Owner= oracle
               Home= "/app/oracle/orahome"
               StartUpOpt= SRVCTLSTART
               ShutDownOpt= SRVCTLSTOP
               )
 
requires group cvm online local firm
db requiresdbmnt
dbmnt requiresdbdg
 
 

 

Issue/Introduction

VCS ERROR V-16-10031-1001 CVMVolDg:cvmvoldg:online:CVM cluster is not activated on this node