Move Group

Microsoft.Windows.Cluster.Group.Move (Task)

This task moves a Resource Group to next node.

Knowledge Base article:

Summary

This task fails over a resource group to another cluster node.

Resolutions

In case the task failed due to insufficient permissions, you can grant the 'Default Action Account' from Root Management Server the rights to administer the cluster using the Cluster Administration console, or you can configure the 'Windows Cluster Action Account' Run As profile with an account that has access to the cluster.

Element properties:

TargetMicrosoft.Windows.Cluster.Group
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.Cluster.Group.Action Default

Source Code:

<Task ID="Microsoft.Windows.Cluster.Group.Move" Accessibility="Public" Enabled="true" Target="ClusLibrary!Microsoft.Windows.Cluster.Group" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Cluster.Group.Action">
<NodeName>$Target/Property[Type='ClusLibrary!Microsoft.Windows.Cluster.Group']/GroupActiveOnNodeDuringDiscovery$</NodeName>
<GroupName>$Target/Property[Type='ClusLibrary!Microsoft.Windows.Cluster.Group']/OriginalGroupName$</GroupName>
<MethodName>Move</MethodName>
<TimeoutSeconds>960</TimeoutSeconds>
</WriteAction>
</Task>