- VMware vSphere PowerCLI (VMware-PowerCLI-5.0.1-581491.exe)
- VMware vSphere 5.0 update 1 offline bundle (update-from-esxi5.0-5.0_update01.zip)
- 在vSphere 5.0 update 1之後出的修補程式 (ESXi500-201204001.zip, ESXi500-201205001.zip, ESXi500-201206001.zip)
如果你是第一次使用PowerCLI, 記得變更一下執行原則:
> Set-ExecutionPolicy RemoteSigned
把vSphere 5 offline bundle跟修補程式放到一個資料夾內(方便處理):
用Add-ESXSoftwareDepot把offline bundle跟修補程式加在一起:
> Add-ESXSoftwareDepot .\ESXi500-201204001.zip, .\update-from-esxi5.0-5.0_update01.zip
> Add-ESXSoftwareDepot .\ESXi500-201205001.zip, .\update-from-esxi5.0-5.0_update01.zip
> Add-ESXSoftwareDepot .\ESXi500-201206001.zip, .\update-from-esxi5.0-5.0_update01.zip
列出image profile:
> Get-EsxImageProfile
可以pipe到Out-GridView比較容易看, 用日期排序一下找出最新(後)且名稱結尾是standard的profile (ESXi-5.0.0-20120604001-standard)
> Get-EsxImageProfile | Sort-Object ModifiedTime | Out-GridView
接下來就是把它匯出成ISO檔:
> Export-EsxImageProfile -ImageProfile "ESXi-5.0.0-20120604001-standard" -ExportToISO -filepath .\ESXi-5.0.0-20120604001.iso
用來開機安裝可以發現已經是新的build了:
繼續閱讀:
客製化vSphere 5安裝映像檔Part II - 加入驅動程式
客製化vSphere 5安裝映像檔Part III - 懶人篇
客製化vSphere 5安裝映像檔Part IV - 懶人進化篇
沒有留言:
張貼留言