ESX/ESXi/vCenter Ports

Here is a link to a great PDF diagram outlining all of the network port requirements for your virtual environment. Great resource to have, and your firewall admin will love you! vSphere Network Ports

Read More

Network Ports

ESX vs Hyper-V…VMware vs Microsoft

Like most others out there, I have recently started hearing the ESX/VMware vs Hyper-V/Microsoft questions popping up throughout my day. Check here to get my thoughts!

Read More

Microsoft vs VMware

ESX/ESXi root login over SSH

This is an old one, but worthy of documentation… By default root login over SSH is disabled in ESX 3.X and vSphere 4.X. While it is best practice for security to leave this disabled, from time to time a situation [...]

Read More

putty

64-bit vCenter install, 32-bit ODBC DSN required!

A few weeks ago I attempted to build out a vCenter instance at an office in Europe, intended to be added to my main vCenter instance as a linked clone. Reading the release docs for vCenter 4.0, it is apparent that future releases of vCenter will not be supported in a 32-bit environment. This led me to decide to build this new vCenter out as 64-bit from the start (and to make a note to upgrade my existing main vCenter in the future). During the vCenter installation, the installer prompted me for a 32-bit ODBC source, even though I had already installed the x64 SQL Native Client connector and setup a connection to my SQL enterprise cluster.

A quick search on the web provided some simple instructions to setup a 32-bit ODBC DSN.

To configure a 32-bit ODBC DSN you launch the 32-bit version of the Data Source Administrator. It is located in %systemdrive%\Windows\SysWoW64\Odbcad32.exe

One launched, you can go ahead and create the necessary DSN and the installer will be happy!

ESX 4.0u1 Intel Quad NIC issue

My server of choice for running ESX 4.0 is currently Dell’s 2U PowerEdge R710. Recently I received 2 of these and began the build out process, only to find that the ESX 4.0u1 installer (and ultimately the entire OS) did not recognize either of the two Intel Quad Port GB server adapters I have installed. To get the NIC to work, I needed to manually install the drivers for this NIC. This was NOT an issue with the initial ESX 4.0 release.

The driver is located HERE.
One downloaded, use a tool like Undisker to extract the files from the ISO.

Use WinSCP to copy the extracted files to a directory on your ESX host.

At this point you must put your server in maintenance mode.

Using Putty, login to your host and change to the directory that contains the files you SCP’d over earlier.

Run esxupdate --bundle=INT-intel-lad-ddk-igb-1.3.19.12.1-offline_bundle-185976.zip update

Once the process finishes, reboot your host and exit maitenance mode. Your NIC should now be active.

VCP on vSphere!

Just a quick note that this week I upgraded from VCP on VI3 to VCP on vSphere. This test was quite challenging, but Ive been working with vSphere since it was in beta and had a lot of practical knowledge using the product.

There are mannnnnny other virtualization blogs posting great links to study material. Between these items and reviewing the VMware PDF’s, I had no trouble with the exam at all.

Good luck to anyone taking the test!

Changing Service Console IP via command line

Had to look up how to change the Service Console IP via command line today… here is a good article:

“Once in the service console runt the command “esxcfg-vswif -d vswif0″. This command deletes the existing vswif0. Don’t worry if you get a message about nothing to flush. Then you need to run the command to change the ip address, subnet mask and broadcast address. They are also specified in that order when the command is given. An example command is below.

“esxcfg-vswif -a vswif0 -p Service\ Console -i 10.1.1.1 -n 255.255.255.0 -b 10.1.1.255″

In this command the -a switch is to add a vswif, the \ in the Service\ Console is deliberate, the -i is the ip address, the -n is the netmask and the -b is the broadcast address.

You now need to change your default gateway, you can do this by editing the network file located at /etc/sysconfig/network. To do this at the command prompt, follow the steps below.

“cd /etc/sysconfig”
“vi network”
Then while in vi, go to the location of the default gateway using the arrow keys.
Hit “i” which will perform an insert and change the default gateway to your liking.
Hit the escape key twice to exit insert mode.
type “:wq!” to write (i.e save) and quit.

At this point you can run some commands to restart the vmware management, but I prefer to restart the server and will recommend you do that.”

Issue uninstalling old version of VMware Tools

Upgrading an old XP VM to vSphere today, I had an issue when trying to upgrade the VMware Tools.  The tools installer tries to remove an old version of VMware Tools.msi, and asks to insert the “VMware Tools” disk and then click “OK”. When browsing for the file, it is looking for a source with a label of “1″. 

To get around this problem, I found a solution on the web:

  • Open the registry
  • Locate “[HKEY_CURRENT_USER\Software\Microsoft\Installer\Products\8E24D35BB278E034284D0860A513CF1E” and delete it.
  • Reboot the machine.
  • Run the new VMware Tools installer again.
  • Page 3 of 712345...Last »