Skip to main content
Question

Unable to run 'cluster stop' or 'cluster destroy' - Node stuck in "Up, Unconfiguring" (Destroy is in progress error 3611)

  • September 8, 2026
  • 1 reply
  • 18 views

Forum|alt.badge.img

Hi everyone,

I am trying to stop/destroy a 3-node Nutanix AHV cluster running on HPE ProLiant DX hardware in an offline/dark-site environment to reconfigure network IPs.

Whenever I run "cluster stop" or "cluster destroy", the command fails with the following critical error: "CRITICAL MainThread cluster:3611 Destroy is in progress on the nodes: ['192.168.10.18']" Environment details:

- Hardware: HPE ProLiant DX (Enterprise AOS)

- Nodes: 3 (192.168.10.14, 192.168.10.15, 192.168.10.18)

- Current State in 'cluster status': * CVM: 192.168.10.14 Up * CVM: 192.168.10.15 Up, ZeusLeader * CVM: 192.168.10.18 Up, Unconfiguring

- User VMs: All powered off (State: Off)

What is happening:

- On CVM .18, ~/data/logs/genesis.out is stuck in a loop reporting: "INFO node_manager.py:1124 Unconfiguring node... Using legacy firewall framework as node is in unconfigured state"

- Inspecting $(which cluster) around line 3611 shows an RPC check against the SVMs checking for ongoing destroy operations. Because node .18 returns True, the script raises log.FATAL and aborts execution.

- Attempts to abort tasks via "ecli task.list" or clean common marker files did not reset the unconfiguring state of the node.

Goal: I need to either gracefully stop the cluster to run external_ip_reconfig or cleanly destroy the cluster to recreate it with the new IP scheme from scratch. How can I force CVM .18 out of the "Unconfiguring" loop, or how can I cleanly wipe/reset cluster metadata across all 3 nodes so they can be re-initialized? Any guidance is appreciated. Thanks!

1 reply

JeroenTielen
Forum|alt.badge.img+8
  • Vanguard
  • September 8, 2026

I dont know what you have 1 of the cvm's in an unconfiguring state but for now the easiest method is run foundation to completely reinstall all three nodes. 

 

DONT DO THIS ON PRODUCTION MACHINES. ONLY DO THIS WHEN YOU KNOW WHAT YOU ARE DOING. I'M NOT RESPONSIBLE FOR ANY DAMAGE ;) 

 

What you also can do is run (on every cvm) touch /home/nutanix/.node_unconfigure

Then reboot the CVM or restart genesis. Wait wait and wait. This will force destroy everything on the CVM. But I have mixed results with this approach so using foundation would be faster and you will have a fresh cluster within the hour ;)