Don’t Hit Ctrl+Alt+Del On the ESX 4 Console
As reported on vreference.com, there is a dangerous default in ESX 4. Before I expand on this potential problem I want to point out that a bug report has been files with VMware for correcting this in future releases, but for now VI admins need to be aware of the issue – If the key combination of Ctrl+Alt+Del is entered at the Service Console the ESX host will begin a shutdown which will stop all virtual machines running on the host in the process. Read the full vreference post for more details.
I tested this on an ESX 4 host running in a VMware Player VM on my notebook and captured the shutdown and reboot in this video.
DON’T HIT CTRL + ALT + DEL ON ESX 4 from Rich Brambley on Vimeo.
Fortunately, there is a manual workaround to disable this default behavior until VMware provides an update. I’ll use the instructions provided in the previously mentioned vreference.com post.
This is an old throwback which most modern Linux distribution disable these days. To disable this yourself, open up /etc/inittab in your favourite editor and comment out the “ca::ctrlaltdel:/sbin/shutdown -t3 -r now” line with a # symbol so it looks like this:
# Trap CTRL-ALT-DELETE
# ca::ctrlaltdel:/sbin/shutdown -t3 -r now
Save and exit the file. For this to take effect without a reboot, then
run:
init q

Related Posts
-
Jason Boche
-
vmdoug
-
Dracolith
-
rbrambley
-
Jason Boche
-
Dracolith
-
Didier Pironet










