Esxi upgrade 4.1

Aus metasec wiki
Version vom 23. Juli 2010, 11:39 Uhr von Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Upgrade from ESXi 4.0 to 4.1 Anonymous's picture Anonymous 1 week 19 hours 17 min 10 sec ago Hello, You must use the CLI to do that. Install it, launch the CLI…“)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Upgrade from ESXi 4.0 to 4.1 Anonymous's picture Anonymous 1 week 19 hours 17 min 10 sec ago

Hello,

You must use the CLI to do that.

Install it, launch the CLI prompt, put the ESXi host on maintenance mode and run this command :

vihostupdate.pl -server yourhost -i -b "upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip" -B ESXi410-GA-esxupdate

After a while you should have this :

Please wait patch installation is in progress ... Host updated successfully.

launch this one after :

vihostupdate.pl -server yourhost -i -b "upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip" -B ESXi410-GA

Please wait patch installation is in progress ... The update completed successfully, but the system needs to be rebooted for the changes to be effective.

Note : the upgrade file must be accessible from the Host.

Now check that everything worked :

vihostupdate.pl -server yourhost -query


Bulletin ID--------- -----Installed----- ----------------Summary-----------------

ESXi410-GA-esxupdate 2010-07-15T13:31:19 ESXi pre-upgrade Bulletin

ESXi410-GA 2010-07-15T13:46:48 ESXi upgrade Bulletin

And finaly reboot the ESXi Host. You're done !

This procedure is documented here : https://www.vmware.com/pdf/vsphere4/r41/vsp_41_upgrade_guide.pdf (page 63)