🚀 NEW in v2.4.29: 35+ Speed Optimizations added today!Download Now →

Home/Fix/Fix Windows Error 0x800704AF — Cluster Node Shutting Down

How to Fix Fix Windows Error 0x800704AF — Cluster Node Shutting Down on Windows

Getting Windows error code 0x800704AF? Cluster node is in the process of shutting down and cannot accept new requests? Fix error 0x800704AF with step-by-step solutions.

Symptoms

You might be experiencing this problem if you notice:

  • Error 0x800704AF when accessing resources on a cluster node
  • Cluster roles failing to move to a node that is shutting down
  • Applications lose connectivity as node enters shutdown state
  • Failover Cluster Manager shows node transitioning to Down state
  • Live migration requests rejected with this error
  • New resource requests fail during planned maintenance window

Common Causes

  • Administrator initiated shutdown or restart on the cluster node
  • Windows Update triggered automatic restart on the node
  • Cluster-aware updating (CAU) is patching the node
  • Node experiencing critical error causing emergency shutdown
  • Power failure or UPS shutdown signal received
  • Application or service requested system shutdown

Solutions

Solution 1: Wait for Shutdown to Complete and Verify Recovery

  1. 1If the shutdown is planned (maintenance), wait for it to complete
  2. 2Monitor the node status in Failover Cluster Manager
  3. 3After the node restarts, it should automatically rejoin the cluster
  4. 4Verify node status: Get-ClusterNode | Format-Table Name, State
  5. 5If the node does not rejoin after restart:
  6. 6Open Services.msc on the node → verify Cluster Service is Running
  7. 7Manually start if needed: Start-ClusterNode -Name <NodeName>

Solution 2: Drain Roles Before Shutdown

  1. 1Best practice: drain all roles from a node before shutting it down
  2. 2In Failover Cluster Manager, right-click the node → Pause → Drain Roles
  3. 3Or use PowerShell: Suspend-ClusterNode -Name <NodeName> -Drain
  4. 4Wait for all roles to move to other nodes
  5. 5Verify: Get-ClusterGroup | Format-Table Name, OwnerNode, State
  6. 6Only then proceed with shutdown or restart
  7. 7After maintenance, resume the node: Resume-ClusterNode -Name <NodeName>

Solution 3: Prevent Unplanned Shutdowns

  1. 1Configure Windows Update to not auto-restart cluster nodes:
  2. 2Use Group Policy: Computer Configuration → Administrative Templates → Windows Update
  3. 3Enable "No auto-restart with logged on users for scheduled automatic updates"
  4. 4Better: use Cluster-Aware Updating (CAU) for coordinated patching
  5. 5Configure UPS software to notify cluster before initiating shutdown
  6. 6Set up monitoring alerts for unexpected node state changes
  7. 7Review Event Viewer for unexpected shutdown reasons after incidents
FIXES THIS IN 5 MINUTES

Fix Fix Windows Error 0x800704AF — Cluster Node Shutting Down Automatically

RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.

Download Now - Free Trial

No credit card required • Works on Windows 10 & 11

Automated Repairs for This Issue

Browse More Network & Internet Guides

Share this:XRedditLinkedInEmail