Forum Discussion

khemmerl's avatar
khemmerl
Level 5
13 years ago

How to recover from failed attempt to switch to a different node in cluster

Hello everyone.  I have a two node cluster to serve as an Oracle database server.  I have the Oracle binaries installed on disks local to each of the nodes (so they are outside the control of the Clu...
  • mikebounds's avatar
    13 years ago

    Ken,

    Sorry I forgot "-sys" of hagrp -flush command, but the error did tell you what was wrong and the correct syntax:

     

    VCS WARNING V-16-1-10691 Must specify system name
    VCS INFO V-16-1-10601 Usage:
    hagrp -flush <group> [-force] -sys <system> [-clus <cluster> | -localclus]

     

     

     

    Stuff in square brackets is optional so mandatory args are:

    hagrp -flush <group> -sys <system>

     

    You can see from main.cf which objects are groups which are ClusterService and i1025prd, so you cannot use Ora_DiskGroup_Data because this, as you said in your email, is a resource, not a group.  Flush is stopping VCS taking further action so that stuff that is waiting to offline will not continue once diskgroup resource is deleted

    Mike