ousor
11 years agoLevel 4
split brain
Hi,
If I have 2 nodes vcs with fencing devices,and I experience "split brain",then the fenced node will be taken out of vcs.This node will panic and then reboot,but will not join to vcs.So in this case this node is up and running but not vcs started.right?Also llt,gab are loaded.right?
If there is no fencing devices on the 2 nodes in vcs,and one node is fenced,then what is the best way to perform things on this node,in order to repair?I boot this node in single user mode?
Hi,
With a 2 node with fencing enabled, if split brain occurs, as explained above, node will be waiting on gab to seed. I would recommend following actions
1. Stop gab (/etc/init.d/gab stop or use SMF in solaris 10/11) on fenced node
2. Stop LLT (/etc/init.d/llt stop or use SMF in solaris 10/11) on fenced node
OR as an alternative to first two steps you can bring server to single user mode
Next
3. Fix the heartbeat & test using dlpiping or lltping
4. Start the LLT & GAB on fenced node or bring server to multiuser mode.
With heartbeats working LLT & GAB should start normally.
G