tags:

views:

807

answers:

1

How would I drainstop one of the nodes in a MS NLB via command line and then get notified of its completion?

If there's no way to callback, is there an easy way to poll?

+2  A: 

http://technet.microsoft.com/en-us/library/cc772833.aspx has it all.

Run the drainstop and then query until it is drained.

nlb query yourServer

TonyOssa