WSFC Node Service
The WSFC Node service monitors the status (Up/Down/Other) of a node, or server, in a failover cluster.
This service is based on data returned from the Cluster – Nodes (PS) Automation Manager Policy (AMP), included with N-able - N-central. This AMP file is running the Get-ClusterNode
PowerShell command to determine the status of the nodes.
Details
Name | Details |
---|---|
Service Type | Automation Manager Policy |
Supported Systems/Applications | Windows servers that are part of a WSFC environment. |
Max instances on each device | 100 |
Supported device class | Servers - Windows |
Monitored by | Windows agent |
Scan interval | 5 minutes |
Metrics
Name | Default Thresholds |
---|---|
Cluster Nodes in Up State | N/A – this metrics report back an array of the Cluster Nodes in an “Up” State. |
Cluster Nodes in Down State | N/A – this metrics report back an array of the Cluster Nodes in a “Down” State. |
Cluster Nodes in Other States | N/A – this metrics report back an array of the Cluster Nodes in an “Other” State. |
Number of Cluster Nodes in Up State | Normal: 1-715,827,884
Warning: 715,827,885 – 715,827,886 Failed: 715,827,880– 0 |
Number of Cluster Nodes in Down State | Normal: - 2,147,483,648 - 0
Warning: 715,827,884 – 715,827,884 Failed: 1 – 715,827,880 |
Number of Cluster Nodes in Other States | Normal: - 2,147,483,648 - 0
Warning: 715,827,884 – 715,827,884 Failed: 1 – 715,827,880 |
Troubleshooting
Issue | Recommendation |
---|---|
Misconfigured | Check the
following:
The targeted device is part
of a WSFC environment.
In a PowerShell window,
confirm that the command import-module
failoverclusters runs successfully.
|