ESXi 6.7 update2 からupdate3(20200403001)へのアップデート
以前と同じ方法
[httpClient有効化のコマンド]
10:17
[Errno 28] No space left on device
のエラー発生!
/tmpにダウンロードしてから実行
ESXi Version 6.7.0 Historyからesx-updateの.vidをダウンロード
[httpClient有効化のコマンド]
# esxcli network firewall ruleset set --ruleset-id=httpClient --enabled=true
プロファイルの確認 コマンド
# esxcli software sources profile list -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml | grep ESXi-6.7 | sort
最新は ESXi-6.7.0-20200403001-standard なのでこれを適用
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.7.0-20200403001-standard↑をコピペすると -d の後に全角スペースのようなものがはいるので修正が必要
10:17
[Errno 28] No space left on device
のエラー発生!
/tmpにダウンロードしてから実行
ESXi Version 6.7.0 Historyからesx-updateの.vidをダウンロード
wget https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-update/VMware_bootbank_esx-update_6.7.0-3.94.15820472.vibパッチ適用
esxcli software vib install -f -v file:/tmp/VMware_bootbank_esx-update_6.7.0-3.94.15820472.vib
Installation Resultで完了
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: VMware_bootbank_esx-update_6.7.0-3.94.15820472
VIBs Removed: VMware_bootbank_esx-update_6.7.0-2.60.13981272
VIBs Skipped:
コメント
コメントを投稿