*ESXi6.0のUpdate [#ye53e13e]

RIGHT:更新日 &lastmod();

**Patchのダウンロード [#bcfeb07b]

以下からログインしてDL

-https://my.vmware.com/group/vmware/patch#search

&ref("./ESxi60u_1.png");

&ref("./ESxi60u_2.png");


**パッチを充てる [#y229aa11]

***現在のバージョン確認 [#g0ab800a]

 [root@vmesxi60:~] esxcli system version get
    Product: VMware ESXi
    Version: 6.0.0
    Build: Releasebuild-2494585
    Update: 0
    Patch: 0


***メンテナンスモード移行 [#n29bf6ef]

 [root@vmesxi60:~] esxcli system maintenanceMode get
 Enabled <-メンテナンスモード

''メンテナンスモードへ変更''

 [root@vmesxi60:~] esxcli system maintenanceMode set -e true

***パッチ内容の確認 [#s11a0234]

 [root@vmesxi60:~] esxcli software sources profile list -d /vmfs/volumes/datastore1/patch/ESXi600-201601001.zip
 Name                              Vendor        Acceptance Level
 --------------------------------  ------------  ----------------
 ESXi-6.0.0-20160104001-standard   VMware, Inc.  PartnerSupported  <-一番新しい
 ESXi-6.0.0-20160104001-no-tools   VMware, Inc.  PartnerSupported
 ESXi-6.0.0-20160101001s-standard  VMware, Inc.  PartnerSupported
 ESXi-6.0.0-20160101001s-no-tools  VMware, Inc.  PartnerSupported


***パッチの適用 [#o3125620]

一番新しいstandardを使用する

-ESXi5xの時は「esxcli software vib」だったが6xは「profile」に変更
-Patchも-p ESXi-6.0.0-20160104001-standardで指定

 [root@vmesxi60:~] esxcli software profile update -d /vmfs/volumes/datastore1/patch/ESXi600-201601001.zip -p ESXi-6.0.0-20160104001-standard
 Update 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_ehci-ehci-hcd_1.0-3vmw.600.1.26.3380124, \
 VMware_bootbank_esx-base_6.0.0-1.26.3380124, VMware_bootbank_lsi-mr3_6.605.08\
 .00-7vmw.600.1.17.3029758, VMware_bootbank_lsi-msgpt3_06.255.12.00-8vmw.600.\
 1.17.302975
***再起動 [#v76c9b6f]

 [root@vmesxi60:~] sync
 [root@vmesxi60:~] reboot

***パッチの確認 [#z17c5cfa]

 [root@vmesxi60:~] esxcli system version get
    Product: VMware ESXi
    Version: 6.0.0
    Build: Releasebuild-3380124
    Update: 1
    Patch: 26
-------------------------------

*ESXi60のパッチ適用(2018年03月) [#nc224e21]

''RealteckのNICのパッチが当たっていても影響なし。''

**ESXi6.0をesxi6.0-6.0_update03にUpdate [#rfc3808e]

以下からパッチをダウンロード

-https://my.vmware.com/ja/group/vmware/patch#search

--update-from-esxi6.0-6.0_update03.zip
--ESXi600-201803001.zip

***バージョンアップ前のバージョン確認 [#qc3b5baf]

 esxcli system version get
   Product: VMware ESXi
   Version: 6.0.0
   Build: Releasebuild-2494585
   Update: 0
   Patch: 0

***ESXiをメンテナンスモードに移行 [#kf19aa23]

***DLファイルのUpload [#o57db590]

datastore1/tmp/にコピーUpload(必ずdatastore1の下)



***Profile 名の確認 [#j0c6cf5d]

 esxcli software sources profile list -d /vmfs/volumes/datastore1/tmp/update-from-esxi6.0-6.0_update03.zip
 Name                              Vendor        Acceptance Level
 --------------------------------  ------------  ----------------
 ESXi-6.0.0-20170202001-standard   VMware, Inc.  PartnerSupported
 ESXi-6.0.0-20170201001s-standard  VMware, Inc.  PartnerSupported
 ESXi-6.0.0-20170201001s-no-tools  VMware, Inc.  PartnerSupported
 ESXi-6.0.0-20170202001-no-tools   VMware, Inc.  PartnerSupported


- -no-tools:はvmware-toolなし

***Profile 名を指定して update [#z30b4f06]

 esxcli software profile update --depot=/vmfs/volumes/datastore1/tmp/update-from-esxi6.0-6.0_update03.zip --profile=ESXi-6.0.0-20170202001-standard
 Update 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_ehci-ehci-hcd_1.0-3vmw.600.2.52.4600944, \
 VMware_bootbank_esx-base_6.0.0-3.57.5050593, VMware_bootbank_esx-tboot_6.0.0-3.57.5050593, \
 VMware_bootbank_esx-ui_1.14.0-4940836, VMware_bootbank_lsi-mr3_6.605.08.0
 (略)

***再起動 [#xb2fa9c0]

**バージョン確認 [#t2e0f416]

 esxcli system version get
   Product: VMware ESXi
   Version: 6.0.0
   Build: Releasebuild-5050593
   Update: 3  ←ここが 3になっている
   Patch: 57



**ESXi600-201803001にUpdate [#k34840b9]

***Profile 名の確認 [#y7c57486]

 esxcli software sources profile list -d /vmfs/volumes/datastore1/tmp/ESXi600-201803001.zip
 Name                             Vendor        Acceptance Level
 -------------------------------  ------------  ----------------
 ESXi-6.0.0-20180304001-no-tools  VMware, Inc.  PartnerSupported
 ESXi-6.0.0-20180304001-standard  VMware, Inc.  PartnerSupported


***Update [#cad0ab5b]

 esxcli software profile update --depot=/vmfs/volumes/datastore1/tmp/ESXi600-201803001.zip --profile=ESXi-6.0.0-20180304001-standard
 Update 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_cpu-microcode_6.0.0-3.84.7967664, \
 VMware_bootbank_ehci-ehci-hcd_1.0-4vmw.600.3.69.5572656, VMware_bootbank_esx-base_6.0.0-3.84.7967664, \
 VMware_bootbank_esx-dvfilter-generic-fastpath_6.0.0-3.79.6921384,

***再起動 [#y8c9a455]

***バージョン確認 [#h6bd9913]

 esxcli system version get
    Product: VMware ESXi
    Version: 6.0.0
    Build: Releasebuild-7967664
    Update: 3
    Patch: 84  ←ここが上がっている




**参考 [#n0d43523]

-http://i-think-it.net/esxi6-to-esxi6u1-update-cui/
-http://pubs.vmware.com/vsphere-60/index.jsp?topic=%2Fcom.vmware.vsphere.upgrade.doc%2FGUID-E51C5DB6-F28E-42E8-ACA4-0EBDD11DF55D.html



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS