We have a cluster with ten ESXi hosts, and we need to power down the cluster where vCenter is running. I understand that we should put all ESXi hosts into maintenance mode and then power them down through the DCUI.
In the past, I experienced an issue where an ESXi host did not exit maintenance mode when using the GUI. I was able to SSH into the host and run the CLI command to exit maintenance mode successfully.
In this situation, I will put all the ESXi hosts into maintenance mode. I will first go to the ESXi host where vCenter is running, power it down, and then when the host comes back up, vCenter should start automatically. If the ESXi host does not exit maintenance mode, I plan to SSH into it and use the CLI to bring it out. If the CLI also fails, I might be in trouble.
My questions are:
-
Is it possible for an ESXi host to get stuck in maintenance mode?
-
If that happens, is it safe to power down the ESXi host without putting it into maintenance mode first? I'm just trying to understand the worst-case scenario.
-------------------------------------------