LoginSignup
3
4

More than 5 years have passed since last update.

vSphere6.5.X のパッチ適用

Posted at

vSphere6.5.x のESXi に対して、コマンドでパッチを適用する時の流れを自分自身の備忘を兼ねて記載。

環境

  • vSphere 6.5.x

手順

  1. 現在のESXi のバージョン確認
      vmware -v

  2. パッチのダウンロードサイト
      https://my.vmware.com/ja/group/vmware/patch#search

  3. ダウンロードしたパッチをデータストアへアップロード  

  4. ESXiホストをメンテナンスモードへ変更
     vim-cmd hostsvc/maintenance_mode_enter

  5. パッチファイルのプロファイル確認
     esxcli software sources profile list --depot=/vmfs/volumes/datastore1/Update/ESXi650-20171211.zip

  6. パッチの適用
     sxcli software profile update -d /vmfs/volumes/datastore1/Update/ESXi650-20171211.zip -p ESXi-6.5.0-20170304101-standard

3
4
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
3
4