ESXi Disable a Driver

I was recently helping a customer with some IBM x3690 hosts running ESXi 4.1 Update 1 that was spontaneously rebooting. IBM suggested that the cause was the MegaRAID SAS driver and that the driver should be updated to the latest release. Given that the customer was not using local storage and it was a priority …

ESXi Disable a Driver Read More »

Developing for VMware ESXi

A common question on the forums here is regarding development for VMware ESXi. In most cases users are looking to develop or update a device driver. In other cases a user is looking to integrate a common Linux utility. This page serves to introduce the reader to some of the development resources for ESXi. If …

Developing for VMware ESXi Read More »

Using VMware Compliance Checker

VMware Compliance Checker is a new utility from VMware that checks the security compliance of your hosts against the vSphere Hardening Guidelines. You can check up to 5 ESXi or ESX hosts concurrently to produce a report about the compliance of the hosts and their hosted guests. VMware Compliance Checker (CC) can be installed on Windows …

Using VMware Compliance Checker Read More »

The ping vs vmkping for ESXi

When troubleshooting console issues, and in particular iSCSI connectivity problems, you may read the documentation that will suggest that you use both ping and vmkping to test connectivity to your iSCSI target. With ESX this is necessary as the service console will handle discovery and authentication to the iSCSI target (and thus you using ping) …

The ping vs vmkping for ESXi Read More »

Command-Line Options for the VI Client

If you start the VI client from the command prompt or with a shortcut, you can add several options to bypass the login screen. If you’re using vCenter server you can use –usePassthroughAuth and –server to login to your vCenter server. Instead of –server you can also use the -s option. C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher>vp xclient –PassthroughAuth –server <vCenter_hostname_or_IP> If you connect to …

Command-Line Options for the VI Client Read More »