PrepAway - Latest Free Exam Questions & Answers

What command should you run?

HOTSPOT
Your network contains two Web servers named Server1 and Server2. Both servers run Windows
Server 2012 R2.
Server1 and Server2 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.

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
* The Add-NlbClusterNode cmdlet adds a new node to the NLB cluster. Once the new node settings
are circulated through all of the NLB cluster node, the new cluster node will be in a running state in
the cluster.
* The Get-NlbClusterNode cmdlet retrieves information about a node in the NLB cluster.
* EXAMPLE: This command adds host node2 to the cluster on node1.
C:\PS>
Get-NlbCluster node1 | Add-NlbClusterNode -NewNodeName node2 -NewNodeInterface vlan-3
Name State Interface HostID
—- —– ——— ——
node2 Converged vlan-3 2

Get-NlbClusterNode; Add-NlbClusterNode

4 Comments on “What command should you run?

  1. MC says:

    The cmdlet Get-NlbClusterNode does not work here, it generates an error in the cmdlet Add-NlbClusterNode! In the Example ist used the cmdlet Get-NlbCluster. It queries for the clsuter on node1. There’s a blank between Cet-NlbCluster and node1.




    0



    0
    1. den says:

      wrong, the example does NOT have this exact scenario!
      open your eyes and realize that the example states exactly MC’s and Jerry’s proposal which begins with “Add-NlbCluster” WITHOUT “Node” at the end…

      this is just a crappy questions because no given answer is right 🙁

      so how what may this look like in real exam then?!




      1



      0

Leave a Reply