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 plan to perform maintenance on Server1.
You need to ensure that all new connections to App1 are directed to Server2.
The solution must not disconnect the existing connections to Server1.
What should you run?

A.
The Set-NlbCluster cmdlet
B.
The nlb.exe suspend command
C.
The nlb.exe stop command
D.
The Suspend-NlbClusterNode cmdlet
Explanation:
http://blogs.msdn.com/b/clustering/archive/2012/04/03/10290554.aspx
Confused by this one….
Article quoted in answer pertains to Windows Server Clustering, not Network Load Balancing Clusters.
What are looking for here is -drain / -drainstop the node which we want to perform maintenance on.(“The solution must not disconnect the existing connections to Server1”)
A. Set-NLBCluster –> Cluster level, we want a node specific command
B. NLB.exe suspend (“NLB drainstop” would be the NLB switch we want..)
C. NLB.exe stop (“NLB drainstop” would be the NLB switch we want..)
D. Suspend-NLBClusterNode…No drain switch available
In the other version of this question Stop-NLBClusterNode is the answer (used with drain switch) e.g Stop-NLBClusterNode -drain “NodeName”
I’m confused….Anyone got any ideas?
1
0
You’re right Cob – in the context of the question none of the answers look right – I’m guessing in the exam there will be an option with a drainstop option.
0
0
D
Suspend-ClusterNode -Name “node1” -Target “node2” -Drain
This example pauses the node named node1 and moves the workloads from it to the node named node2.
https://docs.microsoft.com/en-us/powershell/module/failoverclusters/suspend-clusternode?view=win10-ps
0
1
I took the test last week and this question was on it. Best I can recall these answers are as stated. I don’t see a drain switch for suspend-nlbclusternode but I do see one for suspend-clusternode so I suspect the answer is correct. Not sure why there are two very similar cmdlets out there.
0
0
Also, see the explanation link… http://blogs.msdn.com/b/clustering/archive/2012/04/03/10290554.aspx, they use suspend-clusternode.
0
0
That’s for a failover cluster.
1
0
anyone can aprove the asnwer for this question plz ?
0
0
May be technically Suspend-NlbClusterNode doesn’t disconnect open sessions, it just suspends them. So no sessions are interrupted, they will be disconnected after timeout?
0
0
Passed at 93x with help of lead2pass 392q premium vce dumps, almost all questions same as my exam.
0
0
Answers are wrong: nlb.exe drainstop
“This command disables all new traffic handling on the specified hosts. While draining, hosts continue to service opened connections and stop their cluster operations when there are no more active connections.
This command can be performed on the whole cluster or remotely to a single host.”
https://technet.microsoft.com/en-us/library/cc759601(v=ws.10).aspx
0
0
Passed with 841 just going through these 389 questions. Only had 1 question outside of the ones listed.
It went something along the lines of, what would you run to fix protected system files?
Repair-volume
sfc
fsutil
I think the answer is fsutil.
0
0
Congratulations
Thanks for your feedback
0
0
@ Study have you taken your exam yet?
0
0
@Debbieboo, yes, i study yet. My exam is next friday.
0
0
I think SFC.
2
0
its SFC
2
0
Use the System File Checker tool to repair missing or corrupted system files
Fsutil repair: Administers and monitors NTFS self-healing repair operations.
2
0
check the link below
NLB.exe drainstop [{Cluster[:Host] | all {local | global}}]
Disables all new traffic handling on the specified hosts. While draining, hosts continue to service opened connections and stop their cluster operations when there are no more active connections. Draining mode can be terminated by explicitly stopping cluster mode with the stop command or by restarting new traffic handling with the start command. The optional parameters allow the command to address a specific cluster, a specific cluster on a specific host, all clusters on the local computer, or all global computers that are part of the cluster.
https://technet.microsoft.com/en-us/library/cc772833(WS.10).aspx
0
0
The Suspend-NlbClusterNode cmdlet suspends a specific node in an NLB cluster. You might need to suspend a node in a cluster to override any remote control commands that are issued or for maintenance work.
It says for maintenance work
I think it´s D
0
1
Forgot the link
https://technet.microsoft.com/en-us/library/ee817114.aspx
0
1
Checkout this resource for more questions an maybe right answers to some of the discussed ones.
https://quizlet.com/80255883/microsoft-70-412-course-exam-flash-cards/
0
0
https://technet.microsoft.com/en-us/library/ee817127.aspx
it’s D
0
0
Detailed Description
The Stop-NlbClusterNode cmdlet stops a node in an NLB cluster. When you use the stop the nodes in the cluster, client connections that are already in progress are interrupted. To avoid interrupting active connections, consider using the -drain parameter, which allows the node to continue servicing active connections but disables all new traffic to that node.
0
0
Very big thank You to this community for the discussion and help in preparation for the exams.
New questions – at least I saw them first time(I did not read entire dumps from this site – I am using it the verify answers I cant agree with đŸ™‚ Maybe they are included). I cannot recall them better – didn’t have much sleep lately.
You need to ensure that VM1 will boot on host 2.
Test-VHD
——————————–
You have 4 forests.
adatum.com
marketing.adatum.com
sales.adatum.com
contosot.com
two-way trust marketing. –> adatum.com, sales. –> adatum.com, adatum.com –> contoso.com
You need to create one-way external trust from marketing. to sales.
You need to ensure that authentication will work. Each column one answer.
Two colums: marketing.adatum.com sales.adatum.com
4 rows:
Add forest routing suffix
marketing.adatum.com
Add forest routing suffix
sales.adatum.com
Mask forest routing suffix
marketing.adatum.com
Mask forest routing suffix
sales.adatum.com
———————–
NT AUTHORITY\SYSTEM
Account is —> service/user/virtual account
When it is used to connect in network it will be visible on the second computer as —-> computer account.
———————-
5 sites. Bridging is disabled.
S2——–S3
|
|
S1——–S4——-S5
You need to ensure that S1 and S5 can be replicated in one replication cycle.
A.
B.
C. Site bridge.
D. Site link.
0
0
nlb.exe drainstop.
0
0
Passed today with 900. Only 5 new question but they were very similar to other in this dump.
Great site and great community, thank for all.
0
0