Symptom:
Pressing Ctrl+Alt+Del in the ESX 4.0 service console, whether the ESX host is in maintenance mode or not, can cause:
- All virtual machines running on the host to power down.
- ESX host to reboot.
This is a known issue which is resolved in VMware ESX 4.0, Patch ESX400-201002402-BG.
If you cannot immediately patch your ESX host, disable the option to Reboot the host on Ctrl+Alt+Del on the ESX host:
- Log in to the ESX host via KVM, SSH or by accessing the console directly.
- Open the file /etc/inittab using a text editor such as vi or nano.
- Edit /etc/inittab by placing a # symbol in front of the line ca::ctrlaltdel:/sbin/shutdown -t3 -r now so that it reads:
# Trap CTRL-ALT-DELETE
# ca::ctrlaltdel:/sbin/shutdown -t3 -r now
- Save the file and exit the text editor.
- Force the configuration changes to take effect without rebooting the host, by executing init q
0 comments:
Post a Comment