Suspendre le nœud NLB

Microsoft.Windows.NetworkLoadBalancing.SuspendNode (Task)

Cette tâche suspend le nœud NLB. Afin de démarrer le nœud NLB, vous devez tout d'abord exécuter la tâche Relancer le nœud NLB, puis exécuter la tâche Démarrer le nœud NLB.

Knowledge Base article:

Résumé

Cette tâche suspend le nœud NLB. Afin de démarrer le nœud NLB, vous devez tout d'abord exécuter la tâche Relancer le nœud NLB, puis exécuter la tâche Démarrer le nœud NLB.

Element properties:

TargetMicrosoft.Windows.NetworkLoadBalancing.ServerRole
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.NetworkLoadBalancing.NodeAction Default

Source Code:

<Task ID="Microsoft.Windows.NetworkLoadBalancing.SuspendNode" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.NetworkLoadBalancing.ServerRole" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Windows.NetworkLoadBalancing.NodeAction">
<ComputerPrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerPrincipalName>
<ClusterIP>$Target/Property[Type="Microsoft.Windows.NetworkLoadBalancing.ServerRole"]/ClusterIP$</ClusterIP>
<Operation>suspend</Operation>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Task>