ESX7.0 データストアにオフラインバンドルをパッチ適用する方法

環境
ESXi7.0
vSphere Client 7.0

操作方法
1.vSphere Client(Host Client)経由でダンロードしたオフラインバンドルファイルをESXiのデータストアへアップロードします。

2.vSphere Client(Host Client)からESXiをメンテナンスモードに切り替えます。
以下コマンドを実行します

esxcli system maintenanceMode set --enable true
esxcli system maintenanceMode get

3.適用可能なプロファイルを調べます
書式

esxcli software sources profile list –depot= <アップロードしたオフラインバンドルまでのフルパス>”

操作例

esxcli software sources profile list --depot=/vmfs/xxx/patch/VMware-ESXi-7.xx-xxx-depot.zip

結果

ESXi-7.xx-xxxx-standard
ESXi-7.xx-xxxx-no-tools

「s」が付いていない “standard” を選択するので、特に要件等がない場合には、
ESXi-7.xx-xxx-standard を選べば良いです。

4.パッチを実行します。
書式

esxcli software profile update –depot= <アップロードしたオフラインバンドルまでのフルパス> –profile= <適用するプロファイル名>”

操作例

esxcli software profile update --depot=/vmfs/xxx/patch/VMware-ESXi-7.xx-xxx-depot.zip --profile=ESXi-7.xx-xxx-standard

5.「Message: The update completed successfully,xxx」と出力された場合は、正常に完了しました。

6.再起動後バージョンを確認
vSphere Client(Host Client)管理画面にログインして対象ESXiを確認します。
以下のコマンドを実行してバージョンを確認します

vmware -vl

 

Vmware

Posted by arkgame