目次

概要

ESXi6.7を6.7u1へアップデートする手順。

アップデート方法

当ページではOffline Bundleを用いたアップデートのみを記載する。
Offline Bundleの入手にはライセンス契約が必要となる。

6.7 → 6.7update1 アップデート手順

Offline Bundleを用いたアップデート

概要

ESXi内にアップデートパッケージを配置し、コマンドによりアップデートを行う方式。
既に動作しているシステムに対する上書きとなる。

手順

アップデート関連Tips

エラー対策

アップデート実行時に以下のエラーが発生した場合の対応ケース。

esxcli software profile update -p ESXi-6.7.0-20181002001-standard -d update-from-esxi6.7-6.7_update01.zip

[InstallationError]
Error in running backup script: non-zero code returned.
return code: 1
output: lockfile: Sorry, giving up on "/tmp/altbootbank.lck"
      vibs = {'VMW_bootbank_net-cdc-ether_1.0-3vmw.670.0.0.8169922',〜<以下略>〜

Profileではなく、VIBアップデートを行うと以下のエラーが発生する。

esxcli software vib update -d update-from-esxi6.7-6.7_update01.zip

[DependencyError] VIB VMware_bootbank_esx-base_6.7.0-1.28.10302608 requires esx-update >= 6.7.0-1.28,
but the requirement cannot be satisfied within the ImageProfile.
VIB VMware_bootbank_esx-base_6.7.0-1.28.10302608 requires esx-update << 6.7.0-1.29,
but the requirement cannot be satisfied within the ImageProfile. Please refer to the log file for more details.

VMware_bootbank_esx-base_6.7.0-1.29が依存関係で求められていることが分かる。
Offline Bundleに含まれるパッケージの依存関係に問題があるため、以下のコマンドによるオンラインアップデートにて回避することができる。

esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-6.7.0-20181002001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli network firewall ruleset set -e false -r httpClient

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2025-03-16 (日) 23:21:22