Do I need a witness node for a 2-server SAN setup?

0
1
Asked By TechieWhiz987 On

I'm setting up a high-availability failover cluster by directly connecting two Hyper-V or ESXi servers to a shared SAN storage device. Is it necessary to set up a witness node to prevent split-brain scenarios? Thanks in advance for your help!

5 Answers

Answered By LinuxLover88 On

In Linux clustering setups, they often use a quorum disk for similar purposes. There might be an equivalent for Microsoft that could help you out. It’s worth looking into!

MSExpert77 -

Yeah, MS clustering can also utilize a shared quorum disk as a witness!

QuorumQuest -

Absolutely! They’re basically the same concept.

Answered By CloudTester45 On

If you're working with an even node cluster, having a witness is a must! Ideally, something like a cloud witness would work well, but there are various setups to consider that can fit your needs.

Answered By ServerGuru101 On

You can use a small 1GB disk on the SAN as a witness. This is a simple solution for managing cluster quorum without needing a dedicated VM.

FunnyCoworker99 -

Had a coworker who jokingly suggested using God as a witness. Spoiler: it didn’t work out as a tiebreaker!

Answered By SimplicitySeeker On

A witness is crucial to avoid chaos in case of disconnection. If both servers think they’re the master, you can end up with a situation where both are making conflicting changes, which leads to data corruption. The witness gives a clear majority to one side, so only that server continues to take resources for clients.

Answered By ClusterKing32 On

Yes, having an even number of nodes like this definitely requires a witness. It helps prevent the split-brain problem by ensuring only one server can make changes if they lose communication with each other.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.