Shows any actions currently running against logical clusters.
Name |
Datatype |
Description |
---|---|---|
Handle |
int |
Unique handle you can use to cancel this action. |
State |
varchar(20) |
State of the action, |
LCID |
int |
Logical cluster ID to which this action applies. |
LogicalClusterName |
varchar(30) |
Logical cluster name of this logical cluster (denormalized to reduce joins). |
Action |
varchar(15) |
Action being performed. A combination of the command running and its scope. For example, offline instance or failover cluster. |
FromInstances |
varchar(96) |
A comma-separated list of |
ToInstances |
varchar(96) |
A comma-separated list of |
InstancesWaiting |
int |
Number of instances waiting to go offline
(this is a count of FromInstances that are
in the |
WaitType |
varchar(20) |
Current wait state for this action (one of |
StartTime |
datetime |
Date and time the command was issued. |
Deadline |
datetime |
Date and time the command must be finished
(based on the time value supplied to the |
CompleteTime |
datetime |
Date and time the command and action completed
(when InstancesWaiting is zero and the action
went from |
ConnectionsRemaining |
int |
Number of connections remaining to move as a result of this command. |
NonMigConnections |
int |
Number of connections to be terminated because they do not support the migration protocol. |
NonAHConnections |
int |
Number of connections that do not support the high availability failover protocol. These connections are disconnected and cannot fail over when the command finalizes. |
None