Which of the following is the mode you should use?

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?

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



Leave a Reply 4

Your email address will not be published. Required fields are marked *


ctrl_alt_del3t3

ctrl_alt_del3t3

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.

Chamil Dilhan

Chamil Dilhan

yes,
but the question asks only for one answer.
Also, you can Remove node vote using PS, (get-clusternode -name server2).nodeweight=0

James L

James L

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