Today I performed the upgrade from VMware vCenter 4.0 to vCenter 4.1. My old vCenter server runs Microsoft Windows Server 2003 32-bits, since vCenter 4.1 is not supported on a 32-bit operating system I made a new 2008R2 VM on which I will install the new version.
First make a back-up of the VMware vCenter database, the datamigration utility will upgrade the database. After the upgrade it isn’t possible to start the vCenter 4.0 service anymore!
For the migration I’ve used the datamigration utility which is available on the vCenter 4.1. media kit. Everything worked strait forward except the backup of the vCenter database (MS SQL Express 2005). I think the problem occurs because in the past this instance is upgraded from MSDE 2000 to SQL Express 2005. After I changed the named pipe string in the SQL connection manager from \\.\pipe\MSSQL$SQLEXPRESS\sql\query to \\.\pipe\sql\query (VMware KB 1024490) and restarted the SQL service it worked fine.
See VMware KB 1021635 for datamigration instructions. This instruction is also availible as VMware KB Video;
After the expiration of the Microsoft support on Windows XP < SP3 I want to check in Active Directory which computers are not on SP3. I found a small tool on the internet what does exacly what I want;
Finaly VMware released VMware vSphere 4.1 today. After testing and playing with the Beta for the last couple of months its now availible to the public.
Zo vandaag heb ik de laatste vSphere 4.0 host geupgrade naar 4.0 Update 1. Het proces is erg makkelijk, het staat beschreven in de vSphere Upgrade Guide Update 1 maar het komt hierop neer;
Kopieer het bestand ESX4-0.0-update01.zip naar je ESX host d.m.v. WinSCP of de datastore browser
Maak de directory /var/update aan en verplaats ESX4-0.0-update01.zip naar deze locatie d.m.v. de commando’s;
# mkdir /var/update
# mv ESX4-0.0-update01.zip /var/update
# cd /var/update
Vervolgens kan je de update uitvoeren met esxupdate
Direct vanuit het zip bestand;
# esxupdate -bundle=ESX4-0.0-update01.zip update
Of eerst unpacken en dan upgraden
# unzip ESX4-0.0-udpate01.zip
# esxupdate -m metadata.zip update
Vandaag liep ik tegen een probleem aan dat mijn (Intel) netwerkkaarten opeens geen link meer hadden naar het netwerk. Eerst dacht ik aan een switch probleem maar bij het aansluiten van een andere switch hield ik het probleem. De on-board broadcom NetXtreme kaarten hadden wel gewoon connectie.
Na een zoekopdracht via google op het type Intel kaart wat ik in mijn server heb zitten kwam ik volgend kb artikel van VMware tegen;
Forbes Guthrie heeft na zijn serie reference cards van VI-3 nu de eerste versie van de vReference Card for vSphere 4.0 on-line gezet. Erg handig om boven je bureau te hangen.