What command should you run?

Posted by: Pdfprep Category: 70-412 Tags: , ,

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 run the Windows PowerShell command: Import-Module NetworkLoadBalancingClusters You need to add Server3 to the NLB cluster.

What command should you run? To answer, select the appropriate options in the answer area.

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

Reference: Get-NlbClusterNode; Add-NlbClusterNode

Leave a Reply

Your email address will not be published.