Check and make sure that the process is actually stuck and not just taking a very long time. To do this, follow these steps: 1. Make sure SSH service is running on the ESXi host Navigate to configuration -> security profile -> services -> Click on Properties Choose the ‘SSH’ service, ‘Options’, and click ‘Start’ Once SSH is enabled, connect to the ESXi host using your favorite ssh client. 2. Run -> vim - cmd vmsvc / getallvms Find the vmid of the virtual machine, in this case its 20. 3. Now run -> vim - cmd vmsvc / get . tasklist 20 <- this is the # of the vm from above 4. Find the removeallsnapshots task # then run: vim - cmd vimsvc / task _ info 185720854 <- this # will be different for you If you see: “The object has already been deleted or has not been completely created” or similar, your snapshot removal is probably frozen, but in order to be sure, let’s loo...
Comments
Post a Comment