How do I network this Windows Failover Cluster and MongoDB Replica Set? (diagram inside)
Posted
by
arex1337
on Server Fault
See other posts from Server Fault
or by arex1337
Published on 2012-10-06T10:07:06Z
Indexed on
2012/10/06
15:39 UTC
Read the original article
Hit count: 268
As you can see, my two Windows Server Failover Cluster (WSFC) nodes have three network interfaces each, which connects them to three different networks :
- A public network
- A private network consisting of the WSFC nodes
- A private network consisting of the WSFC nodes and a machine with the WSFC Quorum Witness File Share
Does this network configuration I've planned, make sense? Do I have the "right" number of NICs and networks? I'm thinking the 2nd NIC/network may be unnecessary.
My two MongoDB Replica Set nodes also have three network interfaces each - very similar to the previous situation:
- A public network
- A private network consisting of the primary and secondary MongoDB Replica Set nodes
- A private network consisting of the primary, secondary and arbiter MongoDB Replica Set nodes
Does this network configuration, make sense? Do I have the "right" number of NICs and networks? I'm thinking the 2nd NIC/network may be unnecessary.
Here is the simpler version I'm considering:
UPDATE:
© Server Fault or respective owner