LoginSignup
2
3

More than 5 years have passed since last update.

ESXi 6.5 ドライバのアップデート

Last updated at Posted at 2018-11-01

ドライバを更新する

準備

  • 仮想ホストはメンテナンスモードにする
  • 仮想ホストはSSHサービス有効にする
  • vibファイルを入手する
  • vibファイルを任意のデータストアへコピーしておく

現行バージョンの確認

# esxcli software vib list
Name                           Version                              Vendor  Acceptance Level  Install Date
-----------------------------  -----------------------------------  ------  ----------------  ------------
lsi-mr3                        6.910.18.00-1vmw.650.0.0.4564106     VMW     VMwareCertified   2018-11-01

アップデートのリハーサルをする

要再起動とな。

# esxcli software vib update --dry-run -v /store/lsi-mr3-7.703.19.00-1OEM.650.0.0.4598673.x86_64.vib
Installation Result
   Message: Dryrun only, host not changed. The following installers will be applied: [BootBankInstaller]
   Reboot Required: true
   VIBs Installed: Avago_bootbank_lsi-mr3_7.703.19.00-1OEM.650.0.0.4598673
   VIBs Removed: VMW_bootbank_lsi-mr3_7.702.13.00-3vmw.650.2.50.8294253
   VIBs Skipped:

アップデート本番

# esxcli software vib update -v /store/lsi-mr3-7.703.19.00-1OEM.650.0.0.4598673.x86_64.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: Avago_bootbank_lsi-mr3_7.703.19.00-1OEM.650.0.0.4598673
   VIBs Removed: VMW_bootbank_lsi-mr3_7.702.13.00-3vmw.650.2.50.8294253
   VIBs Skipped:

再起動する

※SSHサービスが無効になっているので再度Web Host Clientから有効にする。

# esxcli system shutdown reboot -r update-driver

ドライバのバージョンを確認する

# esxcli software vib list
Name                           Version                              Vendor  Acceptance Level  Install Date
-----------------------------  -----------------------------------  ------  ----------------  ------------
lsi-mr3                        7.707.11.00-1OEM.650.0.0.4598673     Avago   VMwareCertified   2018-11-03                       7.703.19.00-1OEM.650.0.0.4598673     Avago   VMwareCertified   2018-11-01
2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3