ผู้เขียน หัวข้อ: Update ESXI 6.5 to 6.5U1  (อ่าน 1901 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ ผู้ดูแลระบบ

  • ยิ้มวันละนิด จิตแจ่มใส
  • Administrator
  • *****
  • กระทู้: 156
  • จิตใจสงบ ชีวิตเป็นสุข
    • ดูรายละเอียด
    • ศูนย์คอมพิวเตอร์และเครือข่ายวารินชำราบ
Update ESXI 6.5 to 6.5U1
« เมื่อ: วันที่ 29 สิงหาคม 2017, 07:50:14 »
 :here: :here:

How to update ESXi 6.5 to 6.5 Update 1 via command line

If you’ve only have a couple ESXi hosts to upgrade, then using the command line method is a fast and easy way of doing so.

    Place the host you are upgrading into Maintenance Mode.
    Then SSH into the host using PuTTY (or any other SSH client/terminal).
    Type the following command to open the firewall for outgoing HTTP requests:

    esxcli network firewall ruleset set -e true -r httpClient

    Type the following command to download and upgrade to ESXi 6.5 U1

    esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.5.0-20170702001-standard

    After the update has finished disable the HTTP firewall rule by typing:

    esxcli network firewall ruleset set -e false -r httpClient

    And finally, reboot the ESXi host to complete the upgrade.

    reboot

    Doesn’t hurt to also disable SSH when you’re done for security purposes.

กรณี error no28 

 [InstallationError]
 [Errno 28] No space left on device
       vibs = VMware_locker_tools-light_6.5.0-0.23.5969300
 Please refer to the log file for more details.

====================================

1) downloaded the vib manually and installed it:
Official Download:

https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/tools-light/VMware_locker_tools-light_6.5.0-0.23.5969300.vib

and upload to VM

2) Install with

esxcli software vib install -v "absolute_path_to_vib"

3) I updated my host to the newest release:
esxcli software profile update -p ESXi-6.5.0-20170702001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml

 :13: :13: