更新ESXi不会更新映像configuration文件

我试图更新我的ESXi服务器(免费安装),我不知道如果我正确地做到这一点。 我一直在阅读如何使用esxcli software profile update命令来获取更新,但在应用configuration文件后,我的系统仍显示旧的映像configuration文件版本。

我从这里使用指向图像configuration文件的链接: https : //esxi-patches.v-front.de/ESXi-6.0.0.html

每个映像configuration文件都有一个很好的链接,用于更新主机系统所需的命令string,但是我的configuration不变。

我已经尝试安装版本ESXi-6.0.0-20161004001-standard (Build 4510822)的映像configuration文件,但是从输出中可以看到,它仍显示旧映像configuration文件ESXi-6.0.0-20160302001-standard

 [root@esxi:~] esxcli software profile get (Updated) ESXi-6.0.0-20160302001-standard Name: (Updated) ESXi-6.0.0-20160302001-standard Vendor: esxi Creation Time: 2016-10-23T15:40:42 Modification Time: 2016-10-23T15:41:19 Stateless Ready: True Description: (Original Vendor):VMware, Inc. 2016-10-23T15:40:41.852191+00:00: The following VIBs are installed: vsan 6.0.0-2.46.4510300 esx-ui 1.4.0-3959074 vsanhealth 6.0.0-3000000.3.0.2.46.4510825 net-vmxnet3 1.1.3.0-3vmw.600.2.43.4192238 misc-drivers 6.0.0-2.43.4192238 esx-base 6.0.0-2.46.4510822 tools-light 6.0.0-2.43.4192238 ---------- (Original Vendor):VMware, Inc. 2016-10-08T20:54:16.010318+00:00: The following VIBs are installed: char-hpilo 550.9.0.0.9-1OEM.550.0.0.1198611 hpssacli 1.50.4.0-5.5.0.1198611 hponcfg 5.5.0.04-00.11.13.1198611 hptestevent 5.5.0.01-00.00.6.1198611 hpbootcfg 5.5.0.01-01.02.10.1198611 ---------- For more information, see http://kb.vmware.com/kb/2142190. 

当我第一次运行它时,它有几个更新的VIBS,但是大部分没有改变。 新的尝试显示系统的变化为0。

 [root@esxi:~] esxcli software profile update -p ESXi-6.0.0-20161004001-standard -d https://hostu pdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --dry-run Update Result Message: Dryrun only, host not changed. The following installers will be applied: [] Reboot Required: false VIBs Installed: VIBs Removed: VIBs Skipped: [All of them] 

这和我运行免费的ESXi许可证一样简单吗? 或者是事业的原因?

你看到的是正常的行为。 已安装的Imageprofile名称确实已从“ESXi-6.0.0-20160302001-standard”更改为“(更新)ESXi-6.0.0-20160302001-standard”。 当您使用“esxcli软件configuration文件更新”命令时,这是预期的。 如果之前已经“(更新)…”,那么它甚至不会改变。

但是,在已安装的映像文件的“描述”标签中,您可以看到系统完成的更改历史logging,例如“2016-10-23T15:40:41.852191 + 00:00”上的最新成功更新。

仅当您使用Imageprofile(从VMware Online Depot或Offline Bundle)重新安装ESXi时,安装的Imageprofile才会具有实际用于安装的名称。