You are employed as a network administrator at contoso.com.
contoso.com has a single Active Directory domain named contoso.com.
All servers on the Contoso.com network have WindowsServer 2012 installed.
Contoso.com has two servers, named server1 and server2 which are configured in a two-node fail over cluster.
You are currently configuration the quorum settingsfor the cluster.
You want to make use of a quorum mode that allows each node to vote if it is available and in communication.
Which of the following is the mode you should use?
A.
Node Majority
B.
Node and Disk Majority
C.
Node and File Share Majority
D.
No Majority:Disk Only
Explanation:
http://technet.microsoft.com/en-us/library/cc731739.aspx
http://technet.microsoft.com/en-us/library/jj612870.aspx#BKMK_advanced
Node vote assignment is not recommended to enforce an odd number of voting nodes. Instead, you should configure a disk witness or file share witness. For more information, see Witness configuration in this topic.
yes,
but the question asks only for one answer.
Also, you can Remove node vote using PS, (get-clusternode -name server2).nodeweight=0
70-412 As the first and last options below do not meet the scenario or criteria we can rule them out and as there is no mention of any special configuration requirements we could assume they are looking at Node and Disk majority for the answer
•Node Majority (recommended for clusters with an odd number of nodes)
Can sustain failures of half the nodes (rounding up) minus one. For example, a seven node cluster can sustain three node failures.
•Node and Disk Majority (recommended for clusters with an even number of nodes)
•Node and File Share Majority (Even number of nodes and recommended for clusters with special configurations)
•No Majority: Disk Only – No Nodes have votes
I agree with James
https://technet.microsoft.com/en-us/library/cc731739(v=ws.11).aspx
The answer seems to be B