I am running several VMWare ESXi4 servers and I wanted to upgrade them to the latest release of ESXi4.1. The following steps I used to achieve this job in less than 5 minutes. Please make sure you installed vSpere CLI and download the upgrade package on you system before you can start.
How to upgrade to VMWare ESXi 4.1?
- Install vSphere Command-Line Interface
http://www.vmware.com/support/developer/vcli/ - Download the ESXi 4.1 (upgrade ZIP from ESXi 4.0) upgrade package
https://www.vmware.com/tryvmware/p/activate.php?p=free-esxi&lp=1 - Make sure ZIP is stored on the local drive like c:\vmware Start the vSpere CLI Execute the following command line
perl vihostupdate.pl –server 192.168.200.1 –username root –password password –install –bundle c:\vmware\upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip - Reboot the ESXi server and verify everything went as excepted to have an upgrade ESXi4.1.
VMWare ESXi4 upgrade to ESXi4.1 video
In this demo I am going to upgrade my VMWare ESXi4 server with the latest version of ESXi4.1. I am using the vSpere CLI tools to perform the upgrade job. In less than 5 minutes you should be up and running.
Related posts
-
VMWare: How to migrate or backup small scale vCenter database?
VMWare vCenter Server requires a sql database engine to store it’s data. During the vCenter installation there is an option to choose a “Microsoft SQL Server 2005 Express” instance for small scale deployments. I have installed the local SQL engine on my vCenter virtual machine and now I want to migrate... -
VMWare: how to upgrade from ESXi 4.0 to 4.1?
I am running several VMWare ESXi4 servers and I wanted to upgrade them to the latest release of ESXi4.1. The following steps I used to achieve this job in less than 5 minutes. Please make sure you installed vSpere CLI and download the upgrade package on you system before you... -
VMWare: how to install Windows 7 from USB media on VMWare Workstation?
In my previous post I created a USB installation disk with the Windows 7 USB DVD Download Tool. Now I am going to use the USB flash disk drive to install my systems. I also can use this media to install my virtual machines. VMWare Workstation 6.5 or lower does... -
VMWare: why upgrade to VMWare Workstation 7?
VMWare has updated their client virtualization platform and released the VMWare Workstation 7 release. Why upgrade to VMWare Workstation 7? Why Choose VMware Workstation? Check out this cool video from the VMWare site. The wow experience with the latest release. The guys from VMWare did a great job! The... -
VMWare: Failed to start VMware VirtualCenter Server service?
My Openfiler iSCSI SAN failed and all virtual machines on my Virtual Center Server needed to be reboot. After reboot the “VMWare VirtualCenter Server” service failed to start showing the following error message: I opened Windows Explorer, browsed to to C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\Logs and opened latest vpxd-XX.log log... -
VMWare: how to set static MAC address ESX?
Last week I planned to migrate some virtual machines running on a VMWare Server 1.x Windows host to aVMWare ESX 3.5i host. One of the vm’s is running as license server and the registration key was registered by using the MAC of the network interface. I had to keep the... -
VMWare ESX: Blue screen during installation of Windows XP
If you try to install Windows XP virtual machine on a VMWare ESX host you will receive the following error blue screen during the Setup phase. Make sure you download the SCSI LSI Logic driver. Restart the setup; run F6 and load the SCSI drivers. With the lastest versions of... -
VMWare ESX: Virtual Hard Disk FULL
Recently I was working to move a virtual machine test network to production. Before bringing this virtual machine into production I wanted to run the latest updates and during that process my virtual hard disk become full. When I created this virtual machine I configured the initial disk space 6GB.... -
VMware Workstation 6.04 linux x64 unrecoverable error
I am running Ubuntu 8.04 LTS Desktop Edition 64bit edition and after I installed VMWare Workstation 6.04 Linux x64 edition I got the following error when trying to start my virtual machines sitting on a NTFS USB disk volume. VMware Workstation unrecoverable error: (vcpu-0)Failed to allocate page for guest RAM!A... -
Cisco: how to configure multiple ports on a switch as trunk?
If you are managing Cisco network equipment and switches in particular then you should be aware of the following feature. This feature can save you a lot of time when configuring Cisco switches. In my example I configured 20 ports to be as trunk in a lab environment. Switch1#conf t...
Alex
I’ve done it a few weeks ago, with any worries at all.
There’s a similar script for 3.5, for installing it’s patches/updating. The process is pretty much the same.
Ivan Versluis
Thanks Alex for being here. I learned about these scripts not long ago and before that I used the Update utility. For some reason it failed to update my ESXi servers to 4.1 and therefore I learned about these steps.
I like this much more than having the GUI 😉
Mike
Hi. I get the following error when I do this:
Error: Server version unavailable at ‘https://localhost/sdk/vimService.wsdl’
Please help
Ivan Versluis
Hi Mike,
I have not experienced this problem myself before. Please try this post here: http://www.omniweb.com/wordpress/?p=545