How to fix “The Failover Clustering feature is not installed on this node. [ERROR_CLUSTER_NOT_INSTALLED (0x172C)]” – Error Code 5932
Error Code 5932
Error code Error Code 5932 is a common Windows issue that typically arises from “The Failover Clustering feature is not installed on this node. [ERROR_CLUSTER_NOT_INSTALLED (0x172C)]”.
Overview
In this article, we’ll focus on resolving the issue described as: “The Failover Clustering feature is not installed on this node. [ERROR_CLUSTER_NOT_INSTALLED (0x172C)]”. This error, identified by the error code Error Code 5932, can impede your system’s performance, and here’s how you can fix it.
Identifying the Problem
Error Code 5932 arises when you try to create a failover cluster or add a node to an existing cluster, but the Failover Clustering feature is not installed on the node. Some symptoms that might indicate this error include:
– You encounter difficulties setting up or managing failover clusters.
– The Failover Clustering Manager (FCM) tool displays the error message “The Failover Clustering feature is not installed on this node.”
Common Fixes
1. Install the Failover Clustering Feature
– Open “Server Manager” and navigate to “Features” from the left pane.
– Click “Add Features” and select the checkbox for “Failover Clustering”.
– Follow the on-screen instructions to complete the installation.
2. Enable the Failover Clustering Service
– Press “Windows Key + R” to open the Run dialog box.
– Type “services.msc” and press “Enter”.
– Right-click on the “Failover Clustering” service and select “Start”.
– Set the “Startup type” to “Automatic” to ensure it starts with Windows.
3. Verify Network Connectivity
– Ensure that all nodes in the cluster can communicate with each other over the network.
– Check firewall settings and network configurations if necessary.
Advanced Troubleshooting
1. Check Event Logs
– Open “Event Viewer” and navigate to “Applications and Services Logs” > “Microsoft” > “FailoverClustering”.
– Look for any error events that may provide additional details about the issue.
2. Use PowerShell Commands
– Open an elevated PowerShell window.
– Run the following command to verify if the Failover Clustering feature is installed:
Get-WindowsFeature -Name Failover-Clustering
- If the output shows “Installed” for both the “Name” and “InstallState” properties, the feature is installed.
3. Reset Failover Cluster Manager
– Stop the “Failover Clustering” service.
– Navigate to the folder “C:\Windows\Cluster\”.
– Delete all files and folders in this directory except for “ClusterDatabase.xml”.
– Start the “Failover Clustering” service again.
Conclusion
Error Code 5932 can be resolved by installing the Failover Clustering feature, verifying network connectivity, and exploring advanced troubleshooting options. By following the steps outlined in this article, you can effectively address this error and maintain the stability of your failover clusters. Additionally, staying up-to-date with Windows updates and ensuring system security can help prevent future occurrences of this error.