更新內容 :
在這次的 Update 修改了,以下幾點問題
CIM and API Issues
Guest Operating System Issues
Miscellaneous Issues
Networking Issues
Security Issues
Server Configuration Issues
Storage Issues
Supported Hardware Issues
Upgrade and Installation Issues
vCenter Server and vSphere Client Issues
Virtual Machine Management Issues
vMotion and Storage vMotion Issues
VMware Tools Issues
詳細內容 請參考官網 : VMware ESXi 5.1 Update 1 Release Notes
系統環境
VMware ESXi 5.1.0 Build 799733
VMware vSphere Client-5.1.0-786111
升級方式
在esxi5.1 Update 1的升級方式有兩種,可以選一種適合自己的操作即可。
方式一 (使用iso 檔更新)
下載iso檔
本站載點 : 下載
官網載點 :
https://my.vmware.com/web/vmware/details?productId=285&downloadGroup=VCL-VSP510-ESXI-51U1
請選「VMware-VMvisor-Installer-5.1.0.update01-1065491.x86_64.iso」
下圖為位升級的 ESXI 版號
用光碟開機後,會出現以下兩個選項,請選「ESXi-5.1.0-20130402001-standard Installer」
下面兩張圖為讀取光碟資料,請耐心等候。
此為ESCi 5.1 Update 1的歡迎畫面,沒問題的話按Enter
使用條款說明,同意的話就按F11
以下為掃瞄到的硬碟設備,請依照各人掃瞄出來的結果,選擇當初安裝ESXi5.1.0 Build 799733的硬碟來升級ESXi5.1.0 Build 1865491。選擇好後按下Enter即可。
掃瞄到硬碟中,有舊版本ESXi5.1.0 Build 799733,所以會做詢問。
在這邊因為要做版本升級,所以請選擇 [Upgrade ESXi, preserve VMFS datastore]
The selected storage device contains an installation of ESXi and a VMFS datastore. Choose whether to upgrade or install and overwrite the existing ESXi installation. Also choose whether to preserve or overwrite the existing VMFS datastore.
( ) Upgrade ESXi, preserve VMFS datastore (升級ESXi,並保留VMFS數據資料)
( ) Install ESXi, preserve VMFS datastore (安裝ESXi,並保留VMFS數據資料)
( ) Install ESXi, overwrite VMFS datastore(安裝ESXi,並覆蓋VMFS數據資料)
確認升級的話就可按下F11開始升級。
此為升級進度,請耐心等候
升級完成後,系統會要求重開機。
重開機完成後。就可在VMWare ESXi畫面看到由原本的ESXi5.1.0 Build 799733升級為ESXi5.1.0 Build 1865491。
如此一來就升級完成。可以開啟相關VM測試看是否有問題。
方式二 (使用更新檔更新)
下載升級包 【update-from-esxi5.1-5.1_update01.zip】
下載點有以下兩個
官網載點 : https://my.vmware.com/web/vmware/details?productId=285&downloadGroup=VCL-VSP510-ESXI-51U1
本站載點 : http://download1.faq-book.com/file/VMware/VMware-update/update-from-esxi5.1-5.1_update01.zip
更新檔有582MB,為了能節省時間會建議直接用SSH的方式下載(看是要用官網的或是本站提供的載點都可)。
1 2 3 4 |
~ # cd /vmfs/volumes/datastore1 /vmfs/volumes/50449a02-85f13f55-658f-00221961ecb1 # wget http://hostupdate.vmware.com/software/VUM/OFFLINE/release-383-20130425-023671/update-from-esxi5.1-5.1_update01.zip Connecting to hostupdate.vmware.com (23.59.3.51:80) update-from-esxi5.1- 3% |* | 21056k 1:12:48 ETA |
查看更新前的版本(以方便更新後比對)
主要看的是版本號: ESXi-5.1.0-799733-standard
1 2 3 4 5 6 7 8 |
~ # esxcli software profile get ESXi-5.1.0-799733-standard Name: ESXi-5.1.0-799733-standard Vendor: VMware, Inc. Creation Time: 2012-09-28T15:59:49 Modification Time: 2013-06-06T08:22:27 Stateless Ready: True Description: |
更新 維護模式
在要使用更新檔來更新時請使用「維護模式」來更新,以避免其他問題發生
進入維持模式
1 2 |
~ # vim-cmd /hostsvc/maintenance_mode_enter 'vim.Task:haTask-ha-host-vim.HostSystem.enterMaintenanceMode-418622229' |
此時查看VMware vSphere Client 發現在圖案的部份會不同,也會出現maintenance mode的字樣
開始更新 「esxcli software vib install -d 檔案路徑 」
更新完成後會出現一堆訊息,請查看其中會有 esx-xserver_5.1.0-0.11.1063671,的字串,表示更新完成(更新過程大約一兩分鐘)
1 2 3 4 5 6 7 |
~ # esxcli software vib install -d /vmfs/volumes/datastore1/update-from-esxi5.1-5.1_update01.zip Installation Result Message: The update completed successfully, but the system needs to be reboot ed for the changes to be effective. Reboot Required: true VIBs Installed: VMware_bootbank_esx-base_5.1.0-1.12.1065491, VMware_bootbank_ esx-xserver_5.1.0-0.11.1063671, |
更新完後要重開機才會生效
1 |
~ # reboot |
重開機後會看到由原先的 ESXi5.1.0 Build 799733升級為ESXi5.1.0 Build 1865491。
驗證是否更新完成
查看的內容會比更新前多不少東西,可查看是否有「esx-xserver 5.1.0-0.11.1063671」
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
~ # esxcli software profile get (Updated) ESXi-5.1.0-799733-standard Name: (Updated) ESXi-5.1.0-799733-standard Vendor: localhost.xendesktop.local Creation Time: 2013-06-06T08:32:16 Modification Time: 2013-06-06T09:15:47 Stateless Ready: True Description: 2013-06-06T08:32:16.596760+00:00: The following VIBs are installed: misc-drivers 5.1.0-1.12.1065491 net-bnx2 2.0.15g.v50.11-7vmw.510.1.12.1065491 scsi-megaraid-sas 5.34-4vmw.510.1.12.1065491 net-bnx2x 1.61.15.v50.3-1vmw.510.0.11.1063671 net-igb 2.1.11.1-3vmw.510.1.12.1065491 net-tg3 3.123b.v50.1-1vmw.510.1.12.1065491 net-e1000e 1.1.2-3vmw.510.1.12.1065491 esx-xserver 5.1.0-0.11.1063671 net-ixgbe 3.7.13.6iov-10vmw.510.1.12.1065491 tools-light 5.1.0-1.12.1065491 esx-base 5.1.0-1.12.1065491 ipmi-ipmi-si-drv 39.1-4vmw.510.1.12.1065491 ---------- The general availability release of VMware ESXi Server 5.1.0 brings whole new levels of virtualization performance to datacenters and enterprises. |
退出維護模式
1 2 |
~ # vim-cmd /hostsvc/maintenance_mode_exit 'vim.Task:haTask-ha-host-vim.HostSystem.exitMaintenanceMode-462609112' |
此時查看VMware vSphere Client 發現圖案的部份,已恢復正常了
或是也可直接登入VMware vSphere Client查看是否有退出
若紅框1的地方為 Maintenance Mode,表示還沒退出,對 Maintenance Mode 右鍵,選 Exit Maintrnance Mode 就可退出
也可登入VMware vSphere Client 來查看版號。看是否更新成功
VMware vSphere Client
此次 VMware ESXi 5.1 Update 1 版本升級,也有釋出 VMware vSphere Client 5.1 Update 1 (VMware-viclient-all-5.1.0-1064113.exe)。由於此次升級內容不多,因此還是可以延用舊版本的VMware vSphere Client 5.1 (VMware-viclient-all-5.1.0-786111.exe) 有需要的人可在下載安裝
官網載點 : https://my.vmware.com/web/vmware/details?productId=285&downloadGroup=VCL-VSP510-ESXI-51U1
本站載點 : 下載
評論
此文章尚無評論。