Switch vSphere Client language on Windows 7

I installed the VMware vSphere 5 Client in French on my Windows 7 virtual machine. Since I wanted to take screenshots, I had to start it in English. Even when not installed in English, you can still run the English version. Just run:

"C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe" -locale en_US

Worth a post?

Source: VMware KB: Changing the language used by vSphere Client

Monitoring VMware vCenter Appliance with SNMP

VMware provides a vCenter (Linux) Appliance since vSphere 5. Unfortunately, the one shipping with 5.0 was a bit low on features. I am giving a try on v5.1 and it is far better. Except that SNMP in not enabled…

I’ll keep the quick&dirty directions here. The source link is already quite complete.

Continue reading…

Update ESXi v5 without vCenter or Update Manager

This is just a quick note so that I can remember later on how to update my standalone ESXi v5 from the CLI.

Continue reading…

Monitor VMware vSphere from OpenBSD using the Perl SDK

Last time, I had a look at how to monitor VMware vSphere from FreeBSD using the Perl SDK. Quite simple using the ports!

Believe it or not, installing and running the VMware vSphere Perl SDK on OpenBSD is as simple as breathing. Here’s the POC.

Continue reading…

Managing ESXi 5 VM from the command line

I only have one physical machine and my vSphere client is installed on a Windows XP virtual machine. If, for some reason, that VM is not usable, I need a way to manage my VM from the ESXi. Here’s a few reminders on commands to use to manage VM from the VMware ESXi v5 command line.

Every command is used from the ESXi itself, via a remote SSH connexion. Those could also be run from a distant machine where the vSphere Command-Line Interface (vCLI) has been installed.

Continue reading…