Posts made in November, 2009

VMware vSphere 4 Ctrl-Alt-Del how to disable

Something to watch out for with the ESX 4 console. If you hit CTRL-ALT-DEL on ESX 4 console, the server will reboot even if there are running VMs and it doesn’t matter if the server is not in Maintenance Mode.

Follow these steps to disable this yourself:

1. Edit /etc/inittab. Any text editors will do- I like nano but vi works just as well.
2. Search for “CTRL-ALT-DELETE” or “ctrlaltdel”
3. Comment out the line “ca::ctrlaltdel:/sbin/shutdown -t3 -r now” with a # symbol.

It should look like:

# Trap CTRL-ALT-DELETE

# ca::ctrlaltdel:/sbin/shutdown -t3 -r now

4. Save and exit the file.
5. To make this take effect without a reboot, run the command:

init q

read more

Was invited for a sneak peak of the new vSphere client

Last night I was invited for a preview meeting on a conceptual design for the new vSphere client. I am bound by the NDA that I signed so there will be no specific details here. But I can say that there are a lot of super cool things in the works for the client and vCenter server. VMware is really bring the console up to date and providing the types of reporting and searching features that admin’s have been waiting for.

They are also trying to keep a blend of features that will be useful to IT shops and Cloud providers without leaving one behind. I’m sure there is a ton of work left to be done on what they are working on but as it is now, the product is already something that I would love to have in our environment.

read more