VCS behavior
We have one two node SFRAC cluster i.e parallel one. I need to understand the behaviour of VCS for the below situation.
We have freezed one node by hasys -freeze node1 and then we pull both the heartbeat cables from the node.
how will cluster behave ?
Note:--> there is no lowpri heartbeat link and there is only two normal HB links.
If you have SFRAC, then you must have fencing, so if you pull both HB cables at the same time, one of the nodes will panic. Regardless of which nodes panics, any parallel service groups will remain online (like Oracle service group) , but if you have any failover service groups, then if node 1 panics, they will failover, but if node2 panics, they will not failover as node1 is frozen. If you don't want failover service group to failover then you should freeze the failover service groups, not freeze the systems. Freezing a system is generally used if you temporarily want to stop service groups failing to a particular system and you don't want to stop VCS on that system.
Mike