博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
vsphere 5.0 update 1
阅读量:6340 次
发布时间:2019-06-22

本文共 8301 字,大约阅读时间需要 27 分钟。

I wanted to document this real quick as I keep having to do this in my home lab on a semi-regular basis.  Since I only have a single physical server, and I use the vCenter appliance, I have no Update Manager installed for this one physical box.  I do useit for all my nested ESXi machines in the rest of the lab, but I do need to update the physical one on occasion.  Many of you may have run into this in the past that it is a bit of a pain since the new tools including the Remote Command Line do not support a direct “Upload” of a patch file to ESXi.  With that here is the most basic and simple way I found to handle the process.  Since ESXi 5.0 uses the new VIB model the commands and process have changed slightly but the basic concepts are the same.

  1. Download the patch file you want directly from the 
  2. Ensure that you enable SSH for remote support on the ESXi Host
  3. Make sure your host is in Maintenance Mode, this is a requirement since you will need to reboot
  4. Transfer the update file over to the host using FileZilla or SCP to a MOUNTED DATASTORE of some kind.  NOTE:  There is not enough space to transfer this to a location on the local ESXi Image.  It took me a bit to realize this was failing to copy.
  5. Once you have uploaded the file to a datastore, this is considered a “Local Depot Repository” as opposed to one on FTP or HTTP.

Now that the file has been transferred to a datastore you can patch a single host or multiple hosts that are mounted to that datastore either with the local tools via SSH remote support mode, or the Remote Command Line Tools using the esxcli commands.  I am sure there is also a PowerCLI option as well I just have not tried it, but   has posted a way to do so on  so check it out if you are a PowerCLI user.

NOTE: If you try and use the old esxupdate command, which by the way is still there, you get this message:

~ # esxupdateUsage: This program is not meant to be used directly.  Please use esxcli image/software instead.esxupdate: error: Command must be specifiedUsage: This program is not meant to be used directly.  Please use esxcli image/software instead.

The esxcli commands are also available in the remote command line but when you run them you will see you cannot “upload” directly which is why you may just want to run them locally.   It is also worth pointing out that esxcli “Image” is not a valid command.  The correct syntax will be something like this.  If you are using the Remote Command Line you will also need to specify the server and login credentials.  The syntax below without those is for the local SSH versions.

esxcli software vib install -d /vmfs/volumes/[DATASTORE]/[PATCH_FILE].zip

Once the patch is run you should see a result like this:

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: VMware_bootbank_esx-base_5.0.0-0.4.504890   VIBs Removed: VMware_bootbank_esx-base_5.0.0-0.3.474610   VIBs Skipped: VMware_bootbank_ata-pata-amd_0.3.10-3vmw.500.0.0.469512, VMware_bootbank_ata-pata-atiixp_0.4.6-3vmw.500.0.0.469512, VMware_bootbank_ata-pata-cmd64x_0.2.5-3vmw.500.0.0.469512, VMware_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.500.0.0.469512, VMware_bootbank_ata-pata-pdc2027x_1.0-3vmw.500.0.0.469512, VMware_bootbank_ata-pata-serverworks_0.4.3-3vmw.500.0.0.469512, VMware_bootbank_ata-pata-sil680_0.4.8-3vmw.500.0.0.469512, VMware_bootbank_ata-pata-via_0.3.3-2vmw.500.0.0.469512, VMware_bootbank_block-cciss_3.6.14-10vmw.500.0.0.469512, VMware_bootbank_ehci-ehci-hcd_1.0-3vmw.500.0.0.469512, VMware_bootbank_esx-tboot_5.0.0-0.0.469512, VMware_bootbank_ima-qla4xxx_2.01.07-1vmw.500.0.0.469512, VMware_bootbank_ipmi-ipmi-devintf_39.1-4vmw.500.0.0.469512, VMware_bootbank_ipmi-ipmi-msghandler_39.1-4vmw.500.0.0.469512, VMware_bootbank_ipmi-ipmi-si-drv_39.1-4vmw.500.0.0.469512, VMware_bootbank_misc-cnic-register_1.1-1vmw.500.0.0.469512, VMware_bootbank_misc-drivers_5.0.0-0.0.469512, VMware_bootbank_net-be2net_4.0.88.0-1vmw.500.0.0.469512, VMware_bootbank_net-bnx2_2.0.15g.v50.11-5vmw.500.0.0.469512, VMware_bootbank_net-bnx2x_1.61.15.v50.1-1vmw.500.0.0.469512, VMware_bootbank_net-cnic_1.10.2j.v50.7-2vmw.500.0.0.469512, VMware_bootbank_net-e1000_8.0.3.1-2vmw.500.0.0.469512, VMware_bootbank_net-e1000e_1.1.2-3vmw.500.0.0.469512, VMware_bootbank_net-enic_1.4.2.15a-1vmw.500.0.0.469512, VMware_bootbank_net-forcedeth_0.61-2vmw.500.0.0.469512, VMware_bootbank_net-igb_2.1.11.1-3vmw.500.0.0.469512, VMware_bootbank_net-ixgbe_2.0.84.8.2-10vmw.500.0.0.469512, VMware_bootbank_net-nx-nic_4.0.557-3vmw.500.0.0.469512, VMware_bootbank_net-r8168_8.013.00-3vmw.500.0.0.469512, VMware_bootbank_net-r8169_6.011.00-2vmw.500.0.0.469512, VMware_bootbank_net-s2io_2.1.4.13427-3vmw.500.0.0.469512, VMware_bootbank_net-sky2_1.20-2vmw.500.0.0.469512, VMware_bootbank_net-tg3_3.110h.v50.4-4vmw.500.0.0.469512, VMware_bootbank_ohci-usb-ohci_1.0-3vmw.500.0.0.469512, VMware_bootbank_sata-ahci_3.0-6vmw.500.0.0.469512, VMware_bootbank_sata-ata-piix_2.12-4vmw.500.0.0.469512, VMware_bootbank_sata-sata-nv_3.5-3vmw.500.0.0.469512, VMware_bootbank_sata-sata-promise_2.12-3vmw.500.0.0.469512, VMware_bootbank_sata-sata-sil_2.3-3vmw.500.0.0.469512, VMware_bootbank_sata-sata-svw_2.3-3vmw.500.0.0.469512, VMware_bootbank_scsi-aacraid_1.1.5.1-9vmw.500.0.0.469512, VMware_bootbank_scsi-adp94xx_1.0.8.12-6vmw.500.0.0.469512, VMware_bootbank_scsi-aic79xx_3.1-5vmw.500.0.0.469512, VMware_bootbank_scsi-bnx2i_1.9.1d.v50.1-3vmw.500.0.0.469512, VMware_bootbank_scsi-fnic_1.5.0.3-1vmw.500.0.0.469512, VMware_bootbank_scsi-hpsa_5.0.0-17vmw.500.0.0.469512, VMware_bootbank_scsi-ips_7.12.05-4vmw.500.0.0.469512, VMware_bootbank_scsi-lpfc820_8.2.2.1-18vmw.500.0.0.469512, VMware_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.500.0.0.469512, VMware_bootbank_scsi-megaraid-sas_4.32-1vmw.500.0.0.469512, VMware_bootbank_scsi-megaraid2_2.00.4-9vmw.500.0.0.469512, VMware_bootbank_scsi-mpt2sas_06.00.00.00-5vmw.500.0.0.469512, VMware_bootbank_scsi-mptsas_4.23.01.00-5vmw.500.0.0.469512, VMware_bootbank_scsi-mptspi_4.23.01.00-5vmw.500.0.0.469512, VMware_bootbank_scsi-qla2xxx_901.k1.1-14vmw.500.0.0.469512, VMware_bootbank_scsi-qla4xxx_5.01.03.2-3vmw.500.0.0.469512, VMware_bootbank_uhci-usb-uhci_1.0-3vmw.500.0.0.469512, VMware_locker_tools-light_5.0.0-0.3.474610

Now you can reboot your system and it should have the latest version of the ESXi firmware and tools installed.  Not too hard, but getting the syntax and the file location is a bit tricky.  You can also now delete the patch file from the datastore.  I hope this helps a few people with small home labs out or folks that need to apply specific VIB patches to their hosts without Update Manager.

Thanks to  and  for pointing out the fact the remote tools can also be used but ONLY AFTER you still copy the file to a Datastore ‘Depot’

 

ESXi 5.0 Installable Update 1(CD ISO)

Boot your server with this CD image in order to install or upgrade to ESXi 5.0 Update 1. NOTE: VMware ESXi 5.0 Update 1 require 64-bit capable servers for installation and execution. Please refer to the VMware Compatibility Guide for a list of qualified server hardware.       293M     iso
(md5sum:38b9847bfd1737dc6bf82e2f7ec87d3c)
(sha1sum:5de04f5c8951d82830ca3650183d3986c5cb2148)

ESXi5.0 Update 1 Offline Bundle
Contains VIB packages, bulletins, and image profiles for ESXi, including VMware Tools. Use the Tools bulletin with VMware Update Manager to deploy VMware Tools to ESXi hosts. Use the image profiles and the VIB packages with VMware Image Builder and VMware Auto Deploy to create custom image/ISO generation for ESXi deployments. The VIB packages and image profiles may also be used with the new VMware ESXCLI.       564M     zip
(md5sum:55c25bd990e2881462bc5b66fb5f6c39)
(sha1sum:ecd871bb09b649c6c8c13de82d579d4b7dcadc88)

VMware Tools 5.0 Update 1 - CD image for Linux Guest OSes
VMware Tools CD image for Linux Guest OSes       107M     iso
(md5sum:6f8fc854aec09b6a9284c63368258214)
(sha1sum:3e0e29b28e04d22adfe2196f7a1a686ec53b3bdd)

VMware vSphere Client 5.0 Update 1
VMware vSphere Client installer (Client available in English, German, French, Japanese and Simplified Chinese)       351M     exe
(md5sum:0028875dc732477edc14d9fe48c6b773)
(sha1sum:057b7b49942d4d35d6cb41f69e110c577329240a)

本文转自 h2appy  51CTO博客,原文链接:http://blog.51cto.com/h2appy/811662,如需转载请自行联系原作者
你可能感兴趣的文章
Codeforces #662C Binary Table
查看>>
线性判别分析LDA详解
查看>>
Java语法基础-异常处理
查看>>
webloader上传图片详细教程/使用thinkphp5.0(原创)
查看>>
hbase 学习(十四)Facebook针对hbase的优化方案分析
查看>>
SQLServer2012第一印象【多图】
查看>>
一起玩转SQL Server 2012 下的分析服务
查看>>
iOS开发之XML解析
查看>>
Java基础学习总结(67)——Java接口API中使用数组的缺陷
查看>>
Oracle学习总结(8)—— 面向程序员的数据库访问性能优化法则
查看>>
[置顶] 一步步构建大型网站架构
查看>>
第一次作业:安装虚拟机(kali)以及Windows和Linux环境下命令实验
查看>>
HDU-敌兵布阵
查看>>
7、Appium常用API
查看>>
画用例图
查看>>
实时推荐系统架构
查看>>
列出当前目录的以及子目录的空间大小 du -sh *
查看>>
Effective_STL 学习笔记(三十四) 注意哪个算法需要有序区间
查看>>
laravel基础课程---10、数据库基本操作(如何使用数据库)
查看>>
poi读取word2003(.doc文档)中的表格
查看>>