Esxi upgrade 4.1: Unterschied zwischen den Versionen
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…“) |
Admin (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
Upgrade from ESXi 4.0 to 4.1 | Upgrade from ESXi 4.0 to 4.1 | ||
− | |||
− | |||
Hello, | Hello, | ||
Zeile 9: | Zeile 7: | ||
Install it, launch the CLI prompt, put the ESXi host on maintenance mode and run this command : | 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 | + | 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 : | After a while you should have this : | ||
Zeile 18: | Zeile 16: | ||
launch this one after : | 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 | + | 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 ... | Please wait patch installation is in progress ... | ||
Zeile 27: | Zeile 25: | ||
Now check that everything worked : | Now check that everything worked : | ||
− | vihostupdate.pl -server yourhost -query | + | vihostupdate.pl -server yourhost -query |
---------Bulletin ID--------- -----Installed----- ----------------Summary----------------- | ---------Bulletin ID--------- -----Installed----- ----------------Summary----------------- |
Aktuelle Version vom 23. September 2010, 17:18 Uhr
Upgrade from ESXi 4.0 to 4.1
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)