Service group's failover even after disabling autofailover attribute

book

Article ID: 100006152

calendar_today

Updated On:

Cause

As part of VCS shutdown script at reboot, it executes hastop -local -evacuate to failover the nodes to next available node in the cluster.

Resolution

Check for the evacuate attribute in the service group attributes.

  • hagrp -display service_group_name | grep -i evacuate

If the value of the Evacuate attribute is 1, then that particular service group will failover to the next available node during reboot or system shutdown.

Changing the evacuate attribute :

  • haconf -makerw
  • hagrp -modify service_group_name Evacuate 0
  • haconf -dump -makero
 

Applies To

Solaris 10

Issue/Introduction

Service group failover to another node in the cluster at node reboot, even after disabling the Autofailover attribute for the service group.