PrepAway - Latest Free Exam Questions & Answers

What command should you run?

HOTSPOT
Yournetwork 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.
Youdeploy a new server named Server3 that runs Windows Server 2012 R2. The contoso.com DNS
zone contains the records shown in the following table.

Youneed 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:
<map><m x1=”8″ x2=”159″ y1=”89″ y2=”107″ ss=”0″ a=”0″ /><m x1=”199″ x2=”264″
y1=”107″ y2=”128″ ss=”0″ a=”0″ /><m x1=”1″ x2=”151″ y1=”198″ y2=”219″ ss=”0″ a=”0″ /></map>
* 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

3 Comments on “What command should you run?

  1. fgsfds says:

    I believe this answer to be incorrect.

    I believe the answer should be “Get-NlbClusterVip App1” as this cmdlet will return information unique to the cluster itself. Whereas the cmdlet listed in the answer above would return information about a specific node in the cluster. In the answer explanation the cmdlet used to get the cluster information is “Get-NlbCluster” not “Get-NlbClusterNode”.

    The “Add-NlbClusterNode” portion of the answer I believe to be correct.




    0



    0
    1. den says:

      you should try in lab before guessing.
      I did and found out that none of the given answers worked!
      It works when omitting “Node” from the first command and just using “get-nlbcluster” instead…

      so I don’t know what to pick in case I get such a crappy choice of answers in the real exam :-/




      1



      0

Leave a Reply