What command should you run?

Your network contains two Web servers named Server1 and Server2. Both servers run Windows Server 2012
R2.
Server1 and 5erver2 are nodes in a Network Load Balancing (NLB) cluster. The NLB cluster contains an
application named App1 that is accessed by using the URL http://app1.contoso.com.
You deploy a new server named Server3 that runs Windows Server 2012 R2. The contoso.com DNS zone
contains the records shown in the following table.

You need to add Server3 to the NLB cluster.
What command should you run?
To answer, select the appropriate options in the answer area.

Hot Area:

Your network contains two Web servers named Server1 and Server2. Both servers run Windows Server 2012
R2.
Server1 and 5erver2 are nodes in a Network Load Balancing (NLB) cluster. The NLB cluster contains an
application named App1 that is accessed by using the URL http://app1.contoso.com.
You deploy a new server named Server3 that runs Windows Server 2012 R2. The contoso.com DNS zone
contains the records shown in the following table.

You need to add Server3 to the NLB cluster.
What command should you run?
To answer, select the appropriate options in the answer area.

Hot Area:

Answer:

Explanation:



Leave a Reply 4

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


pikapoka

pikapoka

A this is dump, I believe that typo is an option here.
1st – Get-NlbCluster
2nd – Server2
3rd – Add-NlbClusterNode

As per technet and example:
https://technet.microsoft.com/en-us/library/hh801277(v=wps.630).aspx
EXAMPLE 1
This example adds the host named node2 to the cluster on the node named node1.

PS C:\> Get-NlbCluster node1 | Add-NlbClusterNode -NewNodeName node2 -NewNodeInterface vlan-3

Here we can see that the 1st part is “Get-NlbCluster node1” and then pipe ….
I think node1 from this example is Server1 in our scenario.
The way as it is proposed inhere, it’s written Get-NlbClusterNode

In the test, if I’ll see this Q I’ll go with Get-NlbCluser (if propesed) .

Travis

Travis

Agreed. I’ve seen similar mistakes in the previous tests that I’ve taken, (and passed 😉 )

I believe the link that you provided is where the question was derived, hence, the addition of the “node” in the answer drop-downs.