Unique tokens are now required to download VMware software binaries for VCF, vCenter, ESX, and vSAN File Services. Current download URLs will continue to work until 4/23/25. Please refer to the KB article, obtain your unique token, and update in-product URLs.
Well, this is pretty terrible news. Broadcom no longer allows us to even patch our ESXi hypervisor without a download token, which means I'm currently unable to update to ESXi 8.0 Update 3e | 10 APR 2025 | Build 24674464. I've updated the instructions below for folks who do have access.
In addition to the standard production release, VMware has also made a free hypervisor version of ESXi 8.0U3e available for download. This is a standalone deployment option for users who need basic virtualization without advanced enterprise features or official Broadcom support.
Notice that you won't be on the latest version, and you can't patch it the easy way any longer via ESXCLI, you'll still need a download token. Also, as soon as you get it installed (since upgrades to it aren't supported), you'll get this warning:
This host is potentially vulnerable to issues described in CVE-2018-3646, please refer to https://kb.vmware.com/s/article/55636 for details and VMware recommendations.
Always be sure to backup first before upgrading, especially if you don't have a VMware support contract. Finally, remember that VMware by Broadcom always recommends upgrading your VCSA before your ESXi.
Advertising Disclosure - This VMware ad earns the vExpert author a commission when used for purchases at vmware.com, a free way to demonstrate that you value his dozen+ years of long-form technical content creation.
As of June 27 2023, this article has been visited 320,933 times by 267,807 folks [that don't block analytics] since it was first published on Aug 14 2018. It's been refined and updated hundreds of times since.
The below list of one-liner SSH commands allow all ESXi enthusiasts to get to the very latest ESXi version (or any particular version) at any time. Seriously easy, much like apt get in Linux. Yes, even these folks:
sysadmins for small labs with ESXi only and no vCenter or VCSA, thus, no VMware Update Manager (VUM), the preferred way to upgrade
folks like me who have a VCSA appliance on an ESXi cluster, and we're trying to update ESXi but it won't let us proceed because we don't have DRS set to on for our small cluster (or even a single-node cluster, aka stan82d-alone)
VMUG Advantage EVALExperience Subscribers, well worth every penny
(full functionality, no need to rebuild, just re-up every year)
for those interim periods where there is no ISO available for easiest import into LifeCycle Manager, such as when ESXi 7.0U1d patch came out, but the latest ISO was only available for 7.0 U1c
Let that sink in for a moment. It doesn't really matter that the Free Hypervisor and EVALExperience download sites aren't updated very often, you don't have to wait to get the latest version of the ESXi Hypervisor! For example, you can easily test the very latest Hypervisor-Specific Mitigations.
Warning!
All operating system/hypervisor upgrades come with risks, including the slight possibility of losing your network connections and access to your VMs.
Proceed only AFTER you:
Read the entire article below which includes crucial usage instructions, risk reduction, and troubleshooting.
TinkerTry's comprehensive list of ESXCLI commands below includes prior 6.5.x, 6.7.x, 7.0.x releases, but most recently I've only been staying on top of updating the commands for 8.0.x releases.
Broadcom has change the URL for this extremely popular article. It had over 2 million views based on the view counter back when VMware maintained the article for many years, here's the new version:
Article ID: 316595 Updated On: 05-05-2024
Products
VMware vSphere ESXi
Issue/Introduction
This article provides build numbers and versions of ESXi/ESX.
Any bolded section below can be right-clicked to "Copy link address" then share, since sharing the ESXCLI command directly on social or discussion may ruin the formatting, and/or lose all context.
You'll need to temporarily enable SSH on your ESXi host(s) before you'll have remote access over SSH.
The one-liners to copy-and-paste into your SSH session below, but you'll need to read the Detailed Instructions Below first to be really be sure you stay out of trouble.
Always upgrade to the latest level of VCSA before attempting to upgrade ESXi host(s).
My focus tends to be on testing the latest releases with my Xeon D-1500 and Xeon D-2100 Series of processors in my home lab.
You can query which patches that are available via ESXCLI, using these commands:
esxcli software sources profile list --depot=https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli software sources profile list --depot=https://dl.broadcom.com/PROD/COMP/ESX_HOST/main/vmw-depot-index.xml
For Xeon D-1500 series system like mine, I had to add the --no-hardware-warning flag to be able to execute these ESXCLI commands successfully, you might not need to use that flag. Also, I was getting the "Unable to download from any URLs" error if I didn't bother with the firewall commands that didn't seem necessary on 7.0.x, so I've added them back in. These 3 lines worked great, so now both my VCSA 7.0 to 8.0 upgrade (seen on video here) and my ESXi 7 to 8 upgrades are both now complete!
Unique tokens are now required to download VMware software binaries for VCF, vCenter, ESX, and vSAN File Services. Current download URLs will continue to work until 4/23/25. Please refer to the KB article, obtain your unique token, and update in-product URLs.
esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 0
cp /usr/lib/vmware/esxcli-software /usr/lib/vmware/esxcli-software.bak
sed -i 's/mem=300/mem=500/g' /usr/lib/vmware/esxcli-software.bak
mv /usr/lib/vmware/esxcli-software.bak /usr/lib/vmware/esxcli-software -f
esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 1
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-8.0U3e-24674464-standard -d https://dl.broadcom.com/<downloadtoken>/PROD/COMP/ESX_HOST/main/vmw-depot-index.xml --no-hardware-warning
esxcli network firewall ruleset set -e false -r httpClient
This release resolves CVE-2025-22224, CVE-2025-22225, and CVE-2025-22226. For more information on these vulnerabilities and their impact on Broadcom products, see VMSA-2025-0004.
Apply the appropriate patch based on your current version track:
For ESXi 8.0 Update 3.x hosts: Apply ESXi 8.0 Update 3d
ESXi 8.0 Update 2d delivers fixes for CVE-2025-22224, CVE-2025-22225, and CVE-2025-22226. If you do not plan to update your environment to ESXi 8.0 Update 3d (build # 24585383), use 8.0 Update 2d to update your ESXi hosts of version 8.0 Update 2c (build # 23825572) and earlier with these security fixes. The supported update path from 8.0 Update 2d is to ESXi 8.0 Update 3d or later.
Apply the appropriate patch based on your current version track:
For ESXi 8.0 Update 3.x hosts: Apply ESXi 8.0 Update 3d
Note :- The public website hosting datacenter servers are undergoing maintenance, hence the Release notes is drafted and published in a Knowledge base article as a temporary solution.
Resolution
VMware is aware of this issue and working to resolve this in a future release.
Workaround:
Updating/upgrading can be done via vCenter Server, or you can point ESXCLI directly to the local ESXi Offline bundle ZIP file instead of using the VMware online patch repository.
VMware ESXi 8.0d | OCT 7 2024 | ISO Build 24118393
Check for additions and updates to these release notes.
IMPORTANT: This release is specifically for compliance with Common Criteria assurance components and is not intended for general use. It provides only an ISO file as an offline deliverable, which you must download manually from the Broadcom Support Portal
As of Nov 5 2024, the below update command doesn't work, as expected given the above warning that it's ISO only this time around. The imageprofile isn't listed at Andreas Peetz's VMware ESXi Patch Tracker or Florian's Virten.net. Guessing at the syntax, yields the following error:
No image profile found with name 'ESXi-8.0U3d-24118393-standard'
id = ESXi-8.0U3d-24118393-standard
Please refer to the log file for more details.
and it's not among the ESXi profiles listed by this command.
"[MemoryError]
Please refer to the log file for more details.
I give a hat tip to William Lam's Quick Tip - Using ESXCLI to upgrade ESXi 8.x throws MemoryError or Got no data from process article, published at about 7pm eastern on March 4 2024. It has a workaround to this error that me and many others were getting. If you get that error, try this sequence of commands that worked for me, adding William's suggested (UNSUPPORTED) lines:
esxcli network firewall ruleset set -e true -r httpClient
esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 0
cp /usr/lib/vmware/esxcli-software /usr/lib/vmware/esxcli-software.bak
sed -i 's/mem=300/mem=500/g' /usr/lib/vmware/esxcli-software.bak
mv /usr/lib/vmware/esxcli-software.bak /usr/lib/vmware/esxcli-software -f
esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 1
esxcli software profile update -p ESXi-8.0U2b-23305546-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
esxcli network firewall ruleset set -e false -r httpClient
Release Notes. This 7.0U2 update command worked on Mar 10th, but failed on March 12th, and VMware has pulled this bundle offline for now. See details at KB 83063.
Let's start with this new Aug 14 2018 ESXi build, for example. The potential vulnerability it's intended to mitigate might not be quite so important in a home lab, but perhaps you want to give it a go for testing purposes. What better place to learn than in a lab? Besides, you do back up your ESXi before messing with it, don't you?
This Build 9484548 is so new it hasn't shown up on the handy VMware KB article Build numbers and versions of VMware ESXi/ESX (2143832) quite yet. But there is a rather universal way to download and install it, in one command. Works great if your ESXi host has internet access. William Lam and Andreas Peetz have actually blogged about using esxcli for ESXi updates back in 2012 here and here. This article revisits that particular technique. Why, even in this day and age when VCSA has VUM baked in? Because of its universality, and because it removes the need for folks to do crazy stuff to workaround My VMware login issues or entitlement/permissions issues.
Yeah, it's that easy! While you do have to temporarily enable SSH on your ESXi host(s) first for remote access over SSH. You really should read this ENTIRE article before upgrading. Why? Well, if you rush, you may find yourself with ESXi 6.5 Update 2, which has no valid upgrade path to ESXi 6.7 currently. Yeah, details matter, so be very careful out there!
You should be updating your VCSA before your ESXi, see how at TinkerTry:
The ESXCLI method of updating is a more universal way to upgrade ESXi that works even for the free hypervisor. It's actually a one-liner that side-steps the preferred VUM method for those without VCSA, and/or those without a My VMware account or and expired trial, instead downloading the patch directly. This ESXCLI method doesn't have quite as easy a way to revert (aka roll-back) if things go wrong. If you have access to the latest ESXi ISO, downloading and booting from that and choosing Upgrade is safer. If you have VCSA 6.7, using vSphere Update Manager VUM is safer too. It's a lot more fun to have VCSA in your home lab, and doing so beyond the 60 day trial has gotten a whole lot more affordable too, with the 365 day renewable VMUG Advantage EVALExperience. See also VMware ESXi Upgrade.
Warning
I cannot feasibly provide support for your upgrade, especially given the variety of unsupported hardware out there, see full disclaimer below. This article is focused mostly on small home labs, and was voluntarily authored.
If you don't have a backup, and you don't have any support contract with VMware (such as VMUG Advantage EVALExperience), you are putting yourself at risk if you don't take a moment to back up your ESXi before proceeding, and note that I have full walk through video of free Windows software that allows you to do it.
Don't rush things. At a minimum, even for a home lab, you'll want to read this entire article before patching anything! Special thanks go out to VCDX 194 Matt Kozloski, whose invaluable feedback improved my recent update articles.
Once you've completed ALL of the following preparation steps:
Upgrade to the latest VCSA.
This is very important for 7.0, you won't be able to connect ESXi 7.0 hosts to VCSA 6.7! Yes, I tried in a lab, and it prevents this terrible idea, which is good!
I tend to put my modern systems BIOS setting to UEFI mode (instead of Dual), see details here, as a bit of future proofing. You should also read Mike Foley's warnings in Secure Boot for ESXi 6.5 – Hypervisor Assurance
... Possible upgrade issues
UEFI secure boot requires that the original VIB signatures are persisted. Older versions of ESXi do not persist the signatures, but the upgrade process updates the VIB signatures.
If your host was upgraded using the ESXCLI command then your bootloader wasn’t upgraded and doesn’t persist the signatures. When you enable Secure Boot after the upgrade, an error occurs. You can’t use Secure Boot on these installations and will have to re-install from scratch to gain that support. ...
Download and upgrade to the latest VMware ESXI using the patch bundle that comes directly from the VMware Online Depot
The entire process including reboot is usually well under 10 minutes, and many of the steps below are optional, making it appear more difficult than it is. Triple-clicking on a line of code below highlights the whole thing with a carriage return, so you can then right-click and copy it into your clipboard, which gets executed immediately upon pasting into your SSH session. If you want to edit the line before it's executed, manually swipe your mouse across each line of code with no trailing spaces at the end.
Open an SSH session (eg. PuTTY) to your ESXi 6.x server
(if you forgot to enable SSH, here's how)
OPTIONAL - Turn on Maintenance Mode - Or you can just be sure to manually shutdown all the VMs gracefully that you care about, including VCSA. These instructions are geared to a home lab without High Availability enabled. This is also a good time to ensure you've also set ESXi host to automatically gracefully shutdown all VMs upon host reboot, or if you don't use vCenter or VCSA, use this Host Client method.
OPTIONAL - Reboot(Pro Tip courtesy of VCDX 194 Matt Kozloski) - Consider rebooting your ESXi server and maybe even a hard power cycle before updating. Matt explains:
if people are running on SD cards or USB sticks and they haven't rebooted the server in a LONG time to patch/update, I would strongly recommend doing a reboot of the server before applying any updates. I've seen, more than once, the SD card or the controller goes into some funky state and as ESXi is running largely in memory, it can comes up half patched or not patched at all. A [cold] reboot before update helps with that (again, if a server has been running for a long period of time - like a year+ - since it was rebooted last). Cold (remove the power cables) can be important, if the SD card or USB stick is actually running on an embedded controller like iLO or iDRAC.
OPTIONAL - See a list of all available ESXi profiles - VMware's Upgrade or Update a Host with Image Profiles documentation tells you how this command was formed. Paste the one line below into into your SSH session, then press enter:
esxcli software sources profile list --depot=https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
You can cut-and-paste the output from the above command into a spreadsheet if you'd like, so you can then sort it, making it apparent which profile is the most recent.
OPTIONAL - Firewall allow outbound http requests - This command is likely not needed if you're upgrading from 6.5.x or later, and is here just in case you get an error about https access. I'm trying to make these instructions applicable to the broadest set of readers. Paste the one line below into into your SSH session, then press enter:
esxcli network firewall ruleset set -e true -r httpClient
Dry Run - Taking this extra step will help you be sure of what is about to happen, before it actually happens.
Here's the simple command to cut-and-paste into your SSH session:
[command pasted from above] --dry-run
Copy and paste the results into a text editor and save it. If you see some VIBs that are going to be removed that you require, you'll need to be fully prepared to manually re-install them after the actual upgrade below. If it's a network VIB that is used for your ESXi service console, you'll want to be extra careful to re-install that same VIB before rebooting your just-patched host(s). Don't just assume some later VIB version will work fine with your hardware, use what you know works, and carefully double-check the VMware Compatibility Guide for the recommended/supported version of firmware and device driver.
ACTUAL RUN - This is it, the all-in-one download and patch command, assuming your ESXi host has internet access. This will pull down the ESXi Image Profile using https, then it will run the patch script.
When you paste this line into your SSH session and hit enter, you'll need to be patient, as nothing seems to happen at first. It will take somewhere between roughly 3 to 10 minutes before the completion screen (sample below) appears:
[command pasted from above]
Firewall disallow outbound http requests - - To return your firewall to how it was before (optional) step 4 above, simply copy and paste the following:
esxcli network firewall ruleset set -e false -r httpClient
OPTIONAL - Xeon D-1500 Owners Only - This workaround for odd Hardware Health readings was required for ESXi 6.5, but so far, Xeon D-1500 systems seem to work fine with 6.7 as-is, this is good! 7.0 testing underway. See also How to find NVMe SSD firmware versions in a VMware ESXi 6.5 Server. As for the Intel I350 1GbE and X557 10GbE NICs, the inbox (included) drivers in 6.7 itself seem to work fine as-is too, but there are certainly much newer drivers available, installable with this set of 3 commands. Not sure about ESXi 7.0 inbox drivers yet. Note, you will have to reboot after an ESXCLI upgrade before you'll be able to install a different than inbox I350 driver, such as this example:
Reboot - This is needed for the new hypervisor version to be loaded upon restart. You may want to watch the DCUI (local console) as it boots, to see if any errors show up.
You're Done! - You may want to be continue with checking whether everything is working correctly after your systems is back up again, but you are done with the update itself. You can also watch DCUI during the boot if you'd like, to see if you spot any warnings.
Test things out - Log in with ESXi Host Client (pointing your browser directly at your IP address or ESXi servername), and be sure everything seems to function fine. You may need to re-map USB devices to VMs that use USB, and you may need to re-map VT-d (passthrough) devices to VMs that use passthrough devices like GPUs.
You're Really Done! - If you're happy that everything seems to be working well, that's a wrap, but keep that backup, just in case you notice something odd later on.
Now that you've updated and rebooted, various UIs will show your ESXi version, depending upon where you look. Here's just an example below, your version numbers will vary.
There may be a better, recommended I350 1GbE driver and/or a better X557 10GbE driver, but the default/included inbox drivers seem to work fine with preliminary initial tests. I have more homework to do there. There's also no longer any need to "fix" odd RPM and temperature readings that were evident in 6.5, perhaps that SR# I filed finally paid off?
See how easy updates to VCSA have become in 6.5, and 6.7 even adds native backup and roll-back abilities too!
Honestly, I wish updates were even easier, with a vSphere Host Client mechanism available to anybody that would be similar to what VMware already does with the Photon OS based VCSA appliance, where you'll find an easy to use built-in "Check Updates" function in VAMI. Even better would be automatic image backups, and easy roll-back.
If these notions actually become real someday, I'd be more than happy to have this article become completely obsolete, and I'd happily point folks to built-in product capabilities instead.
I cannot feasibly provide support for your upgrade, especially given the variety of unsupported hardware out there, see full disclaimer at below-left. This article is focused mostly on small home labs, was voluntarily authored, and not associated with my employment at VMware. It is not official documentation. I worked in the storage division at VMware from 2017-2019, which was separate from the group developing and supporting the hypervisor.
Side-steps in the sense that you can worry less about access, since Free or EVALExperience users can get to particular version without access.
On my first test, I get this error, on a system that has been upgraded with ease many times before.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-6.7.0-20190402001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
[InstallationError]
[Errno 28] No space left on device
vibs = VMware_locker_tools-light_10.3.5.10430147-12986307
I found a work-around for this error here, reported by jjwatmyself at 3:30pm eastern time 2019-04-13 at TinkerTry here, but his suggestion didn't seem to work for me, see also set swap procedure at https://kb.vmware.com/s/article/1007638.
This issue has also been reported by secconse in the VMware Communities here with this workaround:
So if that work-around works, it's not really swap at play here. I have not finished testing this yet, but I'm certainly hoping to find a more elegant way to address this error. This same problem struck some folks on 6.7 Update 1 too, it seems.
It appears that updates to 6.7.x can be done via ESXi Host Client, pointing your browser right to the individual ESXi host, choosing the "Help" drop-down menu, selecting Update, then when prompted to "Enter the URL or datastore path of the VIB below", paste the following URL in:
I have more research and testing to do. I do wonder why this URL isn't pre-populating that field automatically by default, so the user doesn't have to dig it up from the internets.
Instead of using "esxcli software vib update" command, folks should be using "esxcli software profile update" which has always been the correct command to use when upgrading an ESXi image. In fact, this has been in the vSphere documentation for quite some time and here is the ESXi 7.0 version of that documentation. More importantly, the incorrect command only upgrades the ESXi 6.7 VIBs that exists and does not install any of the ESXi 7.0 VIBs, which means after the upgrade, you are not only missing the nvme-pcie VIB but many other ESXi 7.0 VIBs!
My article above is doing these upgrades the proper way. This is good!
It appears that my article lost the 7.0b updates I made back on Jun 24, something to do with my sftp file sync, so sorry about that. I've resolved the issue, and submitted the article to Google indexing so that upgrade seekers can once again find this article.
I've moved all the of the prepended sections from the article top to this section below, for archive and search reasons, and to make the article clearer and more to the point.
Jun 24 2020 8:15am ET Update - The first vSphere 7 patches called 7.0b and 7.0bs are here, article below already updated, testing underway.
Apr 02 2020 Update - As of 8:10am ET, my first test on my Xeon D-1541 system went well, upgraded successfully from 6.7 to 7.0 using the ESXCLI command below, with video of the process here.
Apr 02 2020 11:00am ET Update - TinkerTry's vSphere 6.7 to 7.0 easy ESXCLI upgrade video available here.
Apr 06 2020 6:47 ET Update - If you have a host at ESXi 6.7 Update 3 with patch release ESXi670-201911001 (Build 15160138) applied, that patch came out February 5 2020. It appears it wasn't tested with the ESXi 7.0 GA code that was published internally on Mar 16 2020, as you can see here below. This also could be the reason I'm getting errors (with no upgrade success) when trying to use ESXCLI to update this host, they're seen in detail in my ssh transcript here below. Errors include:
The transaction is not supported: VIB VMW_bootbank_vmw-ahci_1.3.9-1vmw.700.1.0.15843807 cannot be live installed.
I got this error when trying to update using the new Lifecycle Manager:
Status: Cannot run upgrade script on host.
Details: com.vmware.vcIntegrity.VciHostRemediateTask
Jun 24 2020 Update - Testing upgrade process from 7.0 GA to 7.0b now. First attempt on Xeon D-1541 resulted in the following common error:
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0b-16324942-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
[InstallationError]
Failed to update bootloader: [Errno 28] No space left on device
cause = [Errno 28] No space left on device
vibs = ['VMware_bootbank_esx-base_7.0.0-1.25.16324942']
Please refer to the log file for more details.
[root@xd-1541-5028d:~]
Interesting that I tried the same command on the same system an hour or so later, and it worked fine the second time, with a full transcript of the ssh session below Then I tested this on a Xeon D-2123-IT system, failed first, immediately ran it again, worked like a charm, very quickly on that second try too, seen right here on video. This feels a little like I may have stumbled across a little bug, we'll see. I look forward to hearing how others do with upgrading when their 7.0 GA was a fresh install versus an upgrade from 6.7.
Oct 06 2020 Update - Virten.net's article came in handy trying to move from 7.0b to 7.0 Update 1 today, when I encountered this error:
[root@xd-2123it-mb51ps0:~] esxcli software profile update -p ESXi-7.0.1-16850804-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
[InstallationError]
Failed to update bootloader: [Errno 28] No space left on device
cause = [Errno 28] No space left on device
vibs = ['VMware_bootbank_esx-base_7.0.1-0.0.16850804']
Please refer to the log file for more details.
[root@xd-2123it-mb51ps0:~]
Strangely, after setting the swap, even though the upgrade appeared to fail showing no VIBs installed and all VIBs skipped, it had actually succeeded.
My ESXCLI command worked on Mar 10, but fails on Mar 13, the bundle has been pulled, "VMware recommends to NOT upgrade to 7.0 U2 until this patch is available."
Warning! - Mar 13 2021 Update - Don't upgrade to 7.0 Update 2 yet.
If you try to upgrade now anyway, you may experience one of these two errors:
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0.2-17630552-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
[NoMatchError]
No image profile found with name 'ESXi-7.0.2-17630552-standard'
id = ESXi-7.0.2-17630552-standard
Please refer to the log file for more details.
[root@xd-1541-5028d:~]
you'll want to see this excerpt from VMware KB 83063 published on Mar 12 2021:
As of March 12th, VMware has removed the ESXi 7.0 U2 offline depot from all sites as a result of this failure, For more information, please see KB 83107
VMware is currently working on building a new Patch to resolve this issue.
As a result VMware recommends to NOT upgrade to 7.0 U2 until this patch is available.
If you have encountered this issue, please follow the workarounds below to recover your host
Post this, please pause all upgrade activity if possible
Please refer to KB 1033604 for details on how to roll back an ESXi host to a previous version.
Sep 14 2021 9:15 AM Eastern - TinkerTry testing underway, updated one Xeon D-1541 host so far and it seemed to go well. From the release notes you'll see that in addition to fixes, there is only one "What's New" item:
ESXi 7.0 Update 2d delivers a fix for ESXi hosts failing with a purple diagnostic screen due to a PCPU preemption error on Dell EMC PowerFlex. For more information, see the Resolved Issues section.
I'm super grateful for this extremely helpful comment for folks using vSphere LifeCycle Manager (vLCM), see what Hans Boot was posted yesterday:
Hans Boot • 16 hours ago
Having been used to doing my upgrades via the lifecycle manager (the update tab) in the vsphere client (vcenter), I found that the upgrade from 7.0 U3 build 18644231 to 7.0 U3a build 18825058 was rather rocky. I post this because I think the problems I encountered also apply to those only doing cmdline updates.
What I think being at the root of this: the sensitivity of the lifecycle manager to anything out of the normal, and the renaming from i40en (in 7.0.2 17630552) to i40enu and back (in build 7.0.3 18644231).
In my case, the update to the latest software via the predefined baselines failed.
Lifecycle manager will not tell you anything useful, and esxi's /var/run/log/esxupdate.log is of not much help either. In that file, you might see "ValueError: Expected 1 component, found 2", without the explanation of what VIBs are causing that. So here is what I had to do:
cmdline update to the last: # esxcli software profile update -p ESXi-7.0U3a-18825058-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
That also failed, with the "ValueError: Expected 1 component, found 2" message.
via # esxcli software vib list
I saw an rather old i40en and a new i40enu.
So I did: # esxcli software vib remove --vibname=i40en
reboot
then update to the before-last software: # esxcli software profile update -p ESXi-7.0U3-18644231-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
That went OK.
reboot # esxcli software profile update -p ESXi-7.0U3a-18825058-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
But that failed again, with the same error.
This time I did: # esxcli software vib remove --vibname=i40enu
reboot # esxcli software profile update -p ESXi-7.0U3a-18825058-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
Now that was OK.
Consequently, I had to go through some iterations of lifecycle manager updates and cmdline re-updates, because these two did not seem to agree with each other.
At one point, lifecycle manager crashed again, when doing an update that contained only vmd VIB updates.
So I did: # esxcli software vib remove --vibname=intel-nvme-vmd
because I saw conflicting VIBs again.
In the end, either Lifecyle manager is happy, either cmdline updates are happy.
Lifecycle manager insists on adding both the i40en and the i40enu VIBs, and subsequent cmdline (re-)updates then fail.
When you remove the offending VIB, then cmdline is OK, but Lifecyle manager freaks out.
So I guess I'll stay with cmdline updates until this is solved.
Probably until this log message is no longer generated:
Limiting the blanket i40en replace relation in VIB VMW_bootbank_i40enu_1.8.1.136-1vmw.702.0.0.17867351
With Jan 27th's release of 7.0u3c, I've archived this paragraph that was originally up top:
WARNING - VMware vSphere 7.0 Update 3 was released on Oct 5 2021, but was pulled on Nov 18 2021, all the details at TinkerTry here. The below ESXCLI command for 7.0U3b still works, so VMware hasn't pulled ESXi-7.0U3b-18905247-standard from their repository, at least not yet.
Partial screenshot of VMware KB 2143832 on Jan 06 2022, click/tap to view the full article.
I tried using the ESXCLI method to upgrade my ESXi 7.0U3 host to 8.0, but sadly, I get this unexpected error:
esxcli software profile update -p ESXi-8.0.0-20513097-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
[VibDownloadError]
Unable to download from any URLs: ('https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/rd1173-esxio/VMW_bootbank_rd1173-esxio_0.1-1vmw.800.1.0.20513097.vib', '/var/vmware/lifecycle/hostSeed/esxioCachedVibs/VMW_bootbank_rd1173-esxio_0.1-1vmw.800.1.0.20513097.vib', '<urlopen error [Errno 113] No route to host>')
url = https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/rd1173-esxio/VMW_bootbank_rd1173-esxio_0.1-1vmw.800.1.0.20513097.vib
localfile = /var/vmware/lifecycle/hostSeed/esxioCachedVibs/VMW_bootbank_rd1173-esxio_0.1-1vmw.800.1.0.20513097.vib
Please refer to the log file for more details.
While it seems to find the repo just fine, something goes sideways after that, I'm just not sure what quite yet. I'll likely try again tomorrow...
With the Broadcom acquisition, I needed to deprecate this below paragraph from the article at this spot above, replaced with the broadcom.com URL that sadly no longer has a view counter.
TinkerTry's comprehensive list of ESXCLI commands below includes 6.5.x and 6.7.x and 7.0.x releases, see also this extremely popular (over 2 million views) post:
even though historically it's not always been updated promptly, which I've politely reported on twitter recently, and via email back when I was a VMware employee.
I moved this old info to this archive, as 8.0d has now been released. Sep 20 2024 Read Me First - I am holding off on testing of ESXi 8.0 U3b (ESXi 8.0 Update 3b), as I see that prerequisite upgrade to VCSA has a nasty issue, and I don't consider this clumsy workaround to be an acceptable solution:
Issue/Introduction
This issue can display in a variety of symptoms, which will usually occur after an extended period of idleness of the session (1-2 hours)
After upgrading vCenter Server to 8.0.3.00200, the vSphere client becomes unstable and session timeouts occur.
The loading circle indicator will continually spin.
Browsing the inventory may error with errors such as "You have no privileges to view this object or it is deleted"
When attempting to log into the client, the login button may be greyed out.
Authentication may fail with the following error:
An error occurred while fetching identity providers
This block of content is from Dec 2024, moved it here for historical reference:
Dec 30 2024 Read Me First - I've updated my VCSA appliance to 8.0.3.00400, and have successfully updated to ESXi 8.0 U3c, getting past the '[MemoryError]' issue, details below.
The major update 8.0 Update 3 release was indicated officially at VMware by Broadcom here on June 25 2024. The Memory Tiering over NVMe feature preview sounds of most interest to me, and many home lab enthusiasts.
Upgrading Hosts That Have Third-Party Custom VIBs
A host can have custom vSphere installation bundles (VIBs) installed, for example, for third-party drivers or management agents. When you upgrade an ESXi host to 6.7, all supported custom VIBs are migrated, regardless of whether the VIBs are included in the installer ISO.
If the host or the installer ISO image contains a VIB that creates a conflict and prevents the upgrade, an error message identifies the VIB that created the conflict. To upgrade the host, take one of the following actions:
Remove the VIB that created the conflict from the host and retry the upgrade. If you are using vSphere Update Manager, select the option to remove third-party software modules during the remediation process. For more information, see the Installing and Administering VMware vSphere Update Manager documentation. You can also remove the VIB that created the conflict from the host by using esxcli commands. For more information, see Remove VIBs from a Host.
Use the vSphere ESXi Image Builder CLI to create a custom installer ISO image that resolves the conflict. For more information about vSphere ESXi Image Builder CLI installation and usage, see the vCenter Server Installation and Setup documentation.
Below, I've pasted the full text of my update. It will help you see what drivers are touched. Just use the horizontal scroll bar or shift + mousewheel to look around, and Ctrl+F to Find stuff quickly:
As also seen in my video, here's the full contents of my ssh session, as I completed my Xeon D-1541 upgrade from a fresh install of 6.5 that was from the original ISO, using no 3rd party VIBs:
Version: 6.5.0 (Build 4564106)
to: Version: 6.7.0 (Build 9484548)
Version: 6.7.0 (Build 9484548)
to: Version: 6.7.0 (Build 10176752)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-6.7.0-20181004001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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_esx-base_6.7.0-0.23.10176752, VMware_bootbank_vsan_6.7.0-0.23.10176752, VMware_bootbank_vsanhealth_6.7.0-0.23.10176752
VIBs Removed: VMware_bootbank_esx-base_6.7.0-0.20.9484548, VMware_bootbank_vsan_6.7.0-0.20.9484548, VMware_bootbank_vsanhealth_6.7.0-0.20.9484548
VIBs Skipped: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.670.0.0.8169922, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.670.0.0.8169922, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-via_0.3.3-2vmw.670.0.0.8169922, VMW_bootbank_block-cciss_3.6.14-10vmw.670.0.0.8169922, VMW_bootbank_bnxtnet_20.6.101.7-11vmw.670.0.0.8169922, VMW_bootbank_brcmfcoe_11.4.1078.0-8vmw.670.0.0.8169922, VMW_bootbank_char-random_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.670.0.0.8169922, VMW_bootbank_elxiscsi_11.4.1174.0-2vmw.670.0.0.8169922, VMW_bootbank_elxnet_11.4.1094.0-5vmw.670.0.0.8169922, VMW_bootbank_hid-hid_1.0-3vmw.670.0.0.8169922, VMW_bootbank_i40en_1.3.1-18vmw.670.0.0.8169922, VMW_bootbank_iavmd_1.2.0.1011-2vmw.670.0.0.8169922, VMW_bootbank_igbn_0.1.0.0-15vmw.670.0.0.8169922, VMW_bootbank_ima-qla4xxx_2.02.18-1vmw.670.0.0.8169922, VMW_bootbank_ipmi-ipmi-devintf_39.1-4vmw.670.0.0.8169922, VMW_bootbank_ipmi-ipmi-msghandler_39.1-4vmw.670.0.0.8169922, VMW_bootbank_ipmi-ipmi-si-drv_39.1-4vmw.670.0.0.8169922, VMW_bootbank_iser_1.0.0.0-1vmw.670.0.0.8169922, VMW_bootbank_ixgben_1.4.1-11vmw.670.0.0.8169922, VMW_bootbank_lpfc_11.4.33.1-6vmw.670.0.0.8169922, VMW_bootbank_lpnic_11.4.59.0-1vmw.670.0.0.8169922, VMW_bootbank_lsi-mr3_7.702.13.00-4vmw.670.0.0.8169922, VMW_bootbank_lsi-msgpt2_20.00.04.00-4vmw.670.0.0.8169922, VMW_bootbank_lsi-msgpt35_03.00.01.00-10vmw.670.0.0.8169922, VMW_bootbank_lsi-msgpt3_16.00.01.00-1vmw.670.0.0.8169922, VMW_bootbank_misc-cnic-register_1.78.75.v60.7-1vmw.670.0.0.8169922, VMW_bootbank_misc-drivers_6.7.0-0.0.8169922, VMW_bootbank_mtip32xx-native_3.9.6-1vmw.670.0.0.8169922, VMW_bootbank_ne1000_0.8.3-4vmw.670.0.0.8169922, VMW_bootbank_nenic_1.0.11.0-1vmw.670.0.0.8169922, VMW_bootbank_net-bnx2_2.2.4f.v60.10-2vmw.670.0.0.8169922, VMW_bootbank_net-bnx2x_1.78.80.v60.12-2vmw.670.0.0.8169922, VMW_bootbank_net-cdc-ether_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-cnic_1.78.76.v60.13-2vmw.670.0.0.8169922, VMW_bootbank_net-e1000_8.0.3.1-5vmw.670.0.0.8169922, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.670.0.0.8169922, VMW_bootbank_net-enic_2.1.2.38-2vmw.670.0.0.8169922, VMW_bootbank_net-fcoe_1.0.29.9.3-7vmw.670.0.0.8169922, VMW_bootbank_net-forcedeth_0.61-2vmw.670.0.0.8169922, VMW_bootbank_net-igb_5.0.5.1.1-5vmw.670.0.0.8169922, VMW_bootbank_net-ixgbe_3.7.13.7.14iov-20vmw.670.0.0.8169922, VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-nx-nic_5.0.621-5vmw.670.0.0.8169922, VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.670.0.0.8169922, VMW_bootbank_net-usbnet_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.0.0.8169922, VMW_bootbank_nhpsa_2.0.22-1vmw.670.0.0.8169922, VMW_bootbank_nmlx4-core_3.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx4-en_3.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx4-rdma_3.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx5-core_4.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx5-rdma_4.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_ntg3_4.1.3.0-1vmw.670.0.0.8169922, VMW_bootbank_nvme_1.2.1.34-1vmw.670.0.0.8169922, VMW_bootbank_nvmxnet3-ens_2.0.0.21-1vmw.670.0.0.8169922, VMW_bootbank_nvmxnet3_2.0.0.27-1vmw.670.0.0.8169922, VMW_bootbank_ohci-usb-ohci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_pvscsi_0.1-2vmw.670.0.0.8169922, VMW_bootbank_qcnic_1.0.2.0.4-1vmw.670.0.0.8169922, VMW_bootbank_qedentv_2.0.6.4-10vmw.670.0.17.9214924, VMW_bootbank_qfle3_1.0.50.11-9vmw.670.0.0.8169922, VMW_bootbank_qfle3f_1.0.25.0.2-14vmw.670.0.0.8169922, VMW_bootbank_qfle3i_1.0.2.3.9-3vmw.670.0.0.8169922, VMW_bootbank_qflge_1.1.0.11-1vmw.670.0.0.8169922, VMW_bootbank_sata-ahci_3.0-26vmw.670.0.0.8169922, VMW_bootbank_sata-ata-piix_2.12-10vmw.670.0.0.8169922, VMW_bootbank_sata-sata-nv_3.5-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-promise_2.12-3vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil24_1.1-1vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil_2.3-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-svw_2.3-3vmw.670.0.0.8169922, VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.670.0.0.8169922, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.670.0.0.8169922, VMW_bootbank_scsi-aic79xx_3.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2fc_1.78.78.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2i_2.78.76.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.670.0.0.8169922, VMW_bootbank_scsi-hpsa_6.0.0.84-3vmw.670.0.0.8169922, VMW_bootbank_scsi-ips_7.12.05-4vmw.670.0.0.8169922, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.670.0.0.8169922, VMW_bootbank_scsi-libfc-92_1.0.40.9.3-5vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-sas_6.603.55.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.670.0.0.8169922, VMW_bootbank_scsi-mpt2sas_19.00.00.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-qla4xxx_5.01.03.2-7vmw.670.0.0.8169922, VMW_bootbank_shim-iscsi-linux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-3-0_6.7.0-0.0.8169922, VMW_bootbank_smartpqi_1.0.1.553-10vmw.670.0.0.8169922, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usbcore-usb_1.0-3vmw.670.0.0.8169922, VMW_bootbank_vmkata_0.1-1vmw.670.0.0.8169922, VMW_bootbank_vmkfcoe_1.0.0.0-1vmw.670.0.0.8169922, VMW_bootbank_vmkplexer-vmkplexer_6.7.0-0.0.8169922, VMW_bootbank_vmkusb_0.1-1vmw.670.0.0.8169922, VMW_bootbank_vmw-ahci_1.2.0-6vmw.670.0.0.8169922, VMW_bootbank_xhci-xhci_1.0-3vmw.670.0.0.8169922, VMware_bootbank_cpu-microcode_6.7.0-0.20.9484548, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.0-0.0.8169922, VMware_bootbank_esx-dvfilter-generic-fastpath_6.7.0-0.0.8169922, VMware_bootbank_esx-ui_1.25.1-9210161, VMware_bootbank_esx-xserver_6.7.0-0.0.8169922, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-13vmw.670.0.0.8169922, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-12vmw.670.0.0.8169922, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-8vmw.670.0.0.8169922, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-9vmw.670.0.0.8169922, VMware_bootbank_lsu-lsi-mpt2sas-plugin_2.0.0-7vmw.670.0.0.8169922, VMware_bootbank_native-misc-drivers_6.7.0-0.0.8169922, VMware_bootbank_qlnativefc_3.0.1.0-5vmw.670.0.0.8169922, VMware_bootbank_rste_2.0.2.0088-7vmw.670.0.0.8169922, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.32-0.0.8169922, VMware_locker_tools-light_10.2.1.8267844-8941472
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 6.7.0 (Build 10176752)
to: Version: 6.7.0 (Build 10302608)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-6.7.0-20181002001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_bnxtroce_20.6.101.0-20vmw.670.1.28.10302608, VMW_bootbank_brcmfcoe_11.4.1078.5-11vmw.670.1.28.10302608, VMW_bootbank_elxnet_11.4.1095.0-5vmw .670.1.28.10302608, VMW_bootbank_i40en_1.3.1-22vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-devintf_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vm w.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-si-drv_39.1-5vmw.670.1.28.10302608, VMW_bootbank_iser_1.0.0.0-1vmw.670.1.28.10302608, VMW_bootbank_lpfc_11.4.33.3-11vmw.670.1.28 .10302608, VMW_bootbank_lsi-mr3_7.702.13.00-5vmw.670.1.28.10302608, VMW_bootbank_lsi-msgpt2_20.00.04.00-5vmw.670.1.28.10302608, VMW_bootbank_lsi-msgpt35_03.00.01.00-12vmw.6 70.1.28.10302608, VMW_bootbank_lsi-msgpt3_16.00.01.00-3vmw.670.1.28.10302608, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.670.1.28.10302608, VMW_bootbank_ne1000_0.8.4-1vmw.670. 1.28.10302608, VMW_bootbank_nenic_1.0.21.0-1vmw.670.1.28.10302608, VMW_bootbank_nfnic_4.0.0.14-0vmw.670.1.28.10302608, VMW_bootbank_nhpsa_2.0.22-3vmw.670.1.28.10302608, VMW _bootbank_ntg3_4.1.3.2-1vmw.670.1.28.10302608, VMW_bootbank_nvme_1.2.2.17-1vmw.670.1.28.10302608, VMW_bootbank_nvmxnet3_2.0.0.29-1vmw.670.1.28.10302608, VMW_bootbank_qedent v_2.0.6.4-10vmw.670.1.28.10302608, VMW_bootbank_smartpqi_1.0.1.553-12vmw.670.1.28.10302608, VMW_bootbank_vmkfcoe_1.0.0.1-1vmw.670.1.28.10302608, VMW_bootbank_vmkusb_0.1-1vm w.670.1.28.10302608, VMW_bootbank_vmw-ahci_1.2.3-1vmw.670.1.28.10302608, VMware_bootbank_cpu-microcode_6.7.0-1.28.10302608, VMware_bootbank_esx-base_6.7.0-1.28.10302608, VM ware_bootbank_esx-ui_1.30.0-9946814, VMware_bootbank_esx-update_6.7.0-1.28.10302608, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-16vmw.670.1.28.10302608, VMware_bootbank_lsu-i ntel-vmd-plugin_1.0.0-2vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-13vmw.670.1.28.10302608, VMware_bootbank_lsu-smartpqi-plugin_1.0.0-3vmw.670.1.28. 10302608, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.34-1.28.10302608, VMware_bootbank_vsan_6.7.0-1.28.10290435, VMware_bootbank_vsanhealth_6.7.0-1.28.10290721, VM ware_locker_tools-light_10.3.2.9925305-10176879
VIBs Removed: VMW_bootbank_brcmfcoe_11.4.1078.0-8vmw.670.0.0.8169922, VMW_bootbank_elxnet_11.4.1094.0-5vmw.670.0.0.8169922, VMW_bootbank_i40en_1.3.1-18vmw.670.0.0.816992 2, VMW_bootbank_ipmi-ipmi-devintf_39.1-4vmw.670.0.0.8169922, VMW_bootbank_ipmi-ipmi-msghandler_39.1-4vmw.670.0.0.8169922, VMW_bootbank_ipmi-ipmi-si-drv_39.1-4vmw.670.0.0.81 69922, VMW_bootbank_iser_1.0.0.0-1vmw.670.0.0.8169922, VMW_bootbank_lpfc_11.4.33.1-6vmw.670.0.0.8169922, VMW_bootbank_lsi-mr3_7.702.13.00-4vmw.670.0.0.8169922, VMW_bootbank _lsi-msgpt2_20.00.04.00-4vmw.670.0.0.8169922, VMW_bootbank_lsi-msgpt35_03.00.01.00-10vmw.670.0.0.8169922, VMW_bootbank_lsi-msgpt3_16.00.01.00-1vmw.670.0.0.8169922, VMW_boot bank_mtip32xx-native_3.9.6-1vmw.670.0.0.8169922, VMW_bootbank_ne1000_0.8.3-4vmw.670.0.0.8169922, VMW_bootbank_nenic_1.0.11.0-1vmw.670.0.0.8169922, VMW_bootbank_nhpsa_2.0.22 -1vmw.670.0.0.8169922, VMW_bootbank_ntg3_4.1.3.0-1vmw.670.0.0.8169922, VMW_bootbank_nvme_1.2.1.34-1vmw.670.0.0.8169922, VMW_bootbank_nvmxnet3_2.0.0.27-1vmw.670.0.0.8169922, VMW_bootbank_qedentv_2.0.6.4-10vmw.670.0.17.9214924, VMW_bootbank_smartpqi_1.0.1.553-10vmw.670.0.0.8169922, VMW_bootbank_vmkfcoe_1.0.0.0-1vmw.670.0.0.8169922, VMW_bootbank _vmkusb_0.1-1vmw.670.0.0.8169922, VMW_bootbank_vmw-ahci_1.2.0-6vmw.670.0.0.8169922, VMware_bootbank_cpu-microcode_6.7.0-0.20.9484548, VMware_bootbank_esx-base_6.7.0-0.23.10 176752, VMware_bootbank_esx-ui_1.25.1-9210161, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-13vmw.670.0.0.8169922, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-12vmw.670.0.0.81 69922, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.32-0.0.8169922, VMware_bootbank_vsan_6.7.0-0.23.10176752, VMware_bootbank_vsanhealth_6.7.0-0.23.10176752, VMware_ locker_tools-light_10.2.1.8267844-8941472
VIBs Skipped: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.670.0.0.8169922, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.6 70.0.0.8169922, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.6 70.0.0.8169922, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-via_0.3.3-2vmw. 670.0.0.8169922, VMW_bootbank_block-cciss_3.6.14-10vmw.670.0.0.8169922, VMW_bootbank_bnxtnet_20.6.101.7-11vmw.670.0.0.8169922, VMW_bootbank_char-random_1.0-3vmw.670.0.0.816 9922, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.670.0.0.8169922, VMW_bootbank_elxiscsi_11.4.1174.0-2vmw.670.0.0.8169922, VMW_bootbank_hid-hid_1.0-3vmw.670.0.0.8169922, VMW_bootba nk_iavmd_1.2.0.1011-2vmw.670.0.0.8169922, VMW_bootbank_igbn_0.1.0.0-15vmw.670.0.0.8169922, VMW_bootbank_ima-qla4xxx_2.02.18-1vmw.670.0.0.8169922, VMW_bootbank_ixgben_1.4.1- 16vmw.670.1.28.10302608, VMW_bootbank_lpnic_11.4.59.0-1vmw.670.0.0.8169922, VMW_bootbank_misc-cnic-register_1.78.75.v60.7-1vmw.670.0.0.8169922, VMW_bootbank_misc-drivers_6. 7.0-0.0.8169922, VMW_bootbank_net-bnx2_2.2.4f.v60.10-2vmw.670.0.0.8169922, VMW_bootbank_net-bnx2x_1.78.80.v60.12-2vmw.670.0.0.8169922, VMW_bootbank_net-cdc-ether_1.0-3vmw.6 70.0.0.8169922, VMW_bootbank_net-cnic_1.78.76.v60.13-2vmw.670.0.0.8169922, VMW_bootbank_net-e1000_8.0.3.1-5vmw.670.0.0.8169922, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.670.0.0 .8169922, VMW_bootbank_net-enic_2.1.2.38-2vmw.670.0.0.8169922, VMW_bootbank_net-fcoe_1.0.29.9.3-7vmw.670.0.0.8169922, VMW_bootbank_net-forcedeth_0.61-2vmw.670.0.0.8169922, VMW_bootbank_net-igb_5.0.5.1.1-5vmw.670.0.0.8169922, VMW_bootbank_net-ixgbe_3.7.13.7.14iov-20vmw.670.0.0.8169922, VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.670.0.0.816992 2, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-nx-nic_5.0.621-5vmw.670.0.0.8169922, VMW _bootbank_net-tg3_3.131d.v60.4-2vmw.670.0.0.8169922, VMW_bootbank_net-usbnet_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.0.0.8169922, VMW_bootbank_n mlx4-core_3.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx4-en_3.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx4-rdma_3.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx5-c ore_4.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx5-rdma_4.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nvmxnet3-ens_2.0.0.21-1vmw.670.0.0.8169922, VMW_bootbank_ohci-usb-o hci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_pvscsi_0.1-2vmw.670.0.0.8169922, VMW_bootbank_qcnic_1.0.2.0.4-1vmw.670.0.0.8169922, VMW_bootbank_qfle3_1.0.50.11-9vmw.670.0.0.816 9922, VMW_bootbank_qfle3f_1.0.25.0.2-14vmw.670.0.0.8169922, VMW_bootbank_qfle3i_1.0.2.3.9-3vmw.670.0.0.8169922, VMW_bootbank_qflge_1.1.0.11-1vmw.670.0.0.8169922, VMW_bootba nk_sata-ahci_3.0-26vmw.670.0.0.8169922, VMW_bootbank_sata-ata-piix_2.12-10vmw.670.0.0.8169922, VMW_bootbank_sata-sata-nv_3.5-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-pr omise_2.12-3vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil24_1.1-1vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil_2.3-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-svw_2.3- 3vmw.670.0.0.8169922, VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.670.0.0.8169922, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.670.0.0.8169922, VMW_bootbank_scsi-aic79xx_3.1-6vmw.67 0.0.0.8169922, VMW_bootbank_scsi-bnx2fc_1.78.78.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2i_2.78.76.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-fnic_1.5.0.45-3vmw .670.0.0.8169922, VMW_bootbank_scsi-hpsa_6.0.0.84-3vmw.670.0.0.8169922, VMW_bootbank_scsi-ips_7.12.05-4vmw.670.0.0.8169922, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.67 0.0.0.8169922, VMW_bootbank_scsi-libfc-92_1.0.40.9.3-5vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-sas_6.6 03.55.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.670.0.0.8169922, VMW_bootbank_scsi-mpt2sas_19.00.00.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-mptsas _4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-qla4xxx_5.01.03.2-7vmw.670.0.0.8169922, VMW_bootbank_shim-is csi-linux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9 -2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-1-0_6.7.0-0.0. 8169922, VMW_bootbank_shim-libfcoe-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-2-0_6.7.0-0.0.8169922, VM W_bootbank_shim-vmklinux-9-2-3-0_6.7.0-0.0.8169922, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.670.0.0.8169922, VMW_ bootbank_usbcore-usb_1.0-3vmw.670.0.0.8169922, VMW_bootbank_vmkata_0.1-1vmw.670.0.0.8169922, VMW_bootbank_vmkplexer-vmkplexer_6.7.0-0.0.8169922, VMW_bootbank_xhci-xhci_1.0- 3vmw.670.0.0.8169922, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.0-0.0.8169922, VMware_bootbank_esx-dvfilter-generic-fastpath_6.7.0-0.0.8169922, VMware_bootbank_esx-xse rver_6.7.0-0.0.8169922, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-8vmw.670.0.0.8169922, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-9vmw.670.0.0.8169922, VMware _bootbank_lsu-lsi-mpt2sas-plugin_2.0.0-7vmw.670.0.0.8169922, VMware_bootbank_native-misc-drivers_6.7.0-0.0.8169922, VMware_bootbank_qlnativefc_3.0.1.0-5vmw.670.0.0.8169922, VMware_bootbank_rste_2.0.2.0088-7vmw.670.0.0.8169922
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 6.7.0 (Build 11675023)
to: Version: 6.7.0 (Build 13006603)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-6.7.0-20190402001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_bnxtnet_20.6.101.7-21vmw.670.2.48.13006603, VMW_bootbank_brcmfcoe_11.4.1078.19-12vmw.670.2.48.13006603, VMW_bootbank_i40en_1.3.1-23vmw.670.2.48.13006603, VMW_bootbank_lpfc_11.4.33.18-12vmw.670.2.48.13006603, VMW_bootbank_lsi-mr3_7.708.07.00-2vmw.670.2.48.13006603, VMW_bootbank_lsi-msgpt2_20.00.05.00-1vmw.670.2.48.13006603, VMW_bootbank_lsi-msgpt35_09.00.00.00-1vmw.670.2.48.13006603, VMW_bootbank_lsi-msgpt3_17.00.01.00-3vmw.670.2.48.13006603, VMW_bootbank_misc-drivers_6.7.0-2.48.13006603, VMW_bootbank_ne1000_0.8.4-2vmw.670.2.48.13006603, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.2.48.13006603, VMW_bootbank_nfnic_4.0.0.17-0vmw.670.2.48.13006603, VMW_bootbank_nmlx4-core_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-en_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-rdma_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx5-core_4.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx5-rdma_4.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nvme_1.2.2.27-1vmw.670.2.48.13006603, VMW_bootbank_sfvmk_1.0.0.1003-6vmw.670.2.48.13006603, VMW_bootbank_vmkusb_0.1-1vmw.670.2.48.13006603, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.1-2.48.13006603, VMware_bootbank_esx-base_6.7.0-2.48.13006603, VMware_bootbank_esx-ui_1.33.3-12923304, VMware_bootbank_esx-update_6.7.0-2.48.13006603, VMware_bootbank_lsu-lsi-drivers-plugin_1.0.0-1vmw.670.2.48.13006603, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-9vmw.670.2.48.13006603, VMware_bootbank_native-misc-drivers_6.7.0-2.48.13006603, VMware_bootbank_qlnativefc_3.1.8.0-4vmw.670.2.48.13006603, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.36-2.48.13006603, VMware_bootbank_vsan_6.7.0-2.48.12775451, VMware_bootbank_vsanhealth_6.7.0-2.48.12775454, VMware_locker_tools-light_10.3.5.10430147-12986307
VIBs Removed: VMW_bootbank_bnxtnet_20.6.101.7-11vmw.670.0.0.8169922, VMW_bootbank_brcmfcoe_11.4.1078.5-11vmw.670.1.28.10302608, VMW_bootbank_i40en_1.3.1-22vmw.670.1.28.10302608, VMW_bootbank_lpfc_11.4.33.3-11vmw.670.1.28.10302608, VMW_bootbank_lsi-mr3_7.702.13.00-5vmw.670.1.28.10302608, VMW_bootbank_lsi-msgpt2_20.00.04.00-5vmw.670.1.28.10302608, VMW_bootbank_lsi-msgpt35_03.00.01.00-12vmw.670.1.28.10302608, VMW_bootbank_lsi-msgpt3_16.00.01.00-3vmw.670.1.28.10302608, VMW_bootbank_misc-drivers_6.7.0-0.0.8169922, VMW_bootbank_ne1000_0.8.4-1vmw.670.1.28.10302608, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.0.0.8169922, VMW_bootbank_nfnic_4.0.0.14-0vmw.670.1.28.10302608, VMW_bootbank_nmlx4-core_3.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx4-en_3.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx4-rdma_3.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx5-core_4.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nmlx5-rdma_4.17.9.12-1vmw.670.0.0.8169922, VMW_bootbank_nvme_1.2.2.17-1vmw.670.1.28.10302608, VMW_bootbank_vmkusb_0.1-1vmw.670.1.28.10302608, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.0-0.0.8169922, VMware_bootbank_esx-base_6.7.0-1.39.11675023, VMware_bootbank_esx-ui_1.30.0-9946814, VMware_bootbank_esx-update_6.7.0-1.39.11675023, VMware_bootbank_lsu-lsi-drivers-plugin_1.0.0-1vmw.670.1.39.11675023, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-9vmw.670.1.39.11675023, VMware_bootbank_native-misc-drivers_6.7.0-0.0.8169922, VMware_bootbank_qlnativefc_3.0.1.0-5vmw.670.0.0.8169922, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.34-1.28.10302608, VMware_bootbank_vsan_6.7.0-1.39.11399593, VMware_bootbank_vsanhealth_6.7.0-1.39.11399595, VMware_locker_tools-light_10.3.2.9925305-10176879
VIBs Skipped: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.670.0.0.8169922, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.670.0.0.8169922, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-via_0.3.3-2vmw.670.0.0.8169922, VMW_bootbank_block-cciss_3.6.14-10vmw.670.0.0.8169922, VMW_bootbank_bnxtroce_20.6.101.0-20vmw.670.1.28.10302608, VMW_bootbank_char-random_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.670.0.0.8169922, VMW_bootbank_elxiscsi_11.4.1174.0-2vmw.670.0.0.8169922, VMW_bootbank_elxnet_11.4.1095.0-5vmw.670.1.28.10302608, VMW_bootbank_hid-hid_1.0-3vmw.670.0.0.8169922, VMW_bootbank_iavmd_1.2.0.1011-2vmw.670.0.0.8169922, VMW_bootbank_igbn_0.1.1.0-4vmw.670.2.48.13006603, VMW_bootbank_ima-qla4xxx_2.02.18-1vmw.670.0.0.8169922, VMW_bootbank_ipmi-ipmi-devintf_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-si-drv_39.1-5vmw.670.1.28.10302608, VMW_bootbank_iser_1.0.0.0-1vmw.670.1.28.10302608, VMW_bootbank_ixgben_1.4.1-18vmw.670.2.48.13006603, VMW_bootbank_lpnic_11.4.59.0-1vmw.670.0.0.8169922, VMW_bootbank_misc-cnic-register_1.78.75.v60.7-1vmw.670.0.0.8169922, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.670.1.28.10302608, VMW_bootbank_nenic_1.0.21.0-1vmw.670.1.28.10302608, VMW_bootbank_net-bnx2_2.2.4f.v60.10-2vmw.670.0.0.8169922, VMW_bootbank_net-bnx2x_1.78.80.v60.12-2vmw.670.0.0.8169922, VMW_bootbank_net-cdc-ether_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-cnic_1.78.76.v60.13-2vmw.670.0.0.8169922, VMW_bootbank_net-e1000_8.0.3.1-5vmw.670.0.0.8169922, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.670.0.0.8169922, VMW_bootbank_net-enic_2.1.2.38-2vmw.670.0.0.8169922, VMW_bootbank_net-fcoe_1.0.29.9.3-7vmw.670.0.0.8169922, VMW_bootbank_net-forcedeth_0.61-2vmw.670.0.0.8169922, VMW_bootbank_net-igb_5.0.5.1.1-5vmw.670.0.0.8169922, VMW_bootbank_net-ixgbe_3.7.13.7.14iov-20vmw.670.0.0.8169922, VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-nx-nic_5.0.621-5vmw.670.0.0.8169922, VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.670.0.0.8169922, VMW_bootbank_net-usbnet_1.0-3vmw.670.0.0.8169922, VMW_bootbank_nhpsa_2.0.22-3vmw.670.1.28.10302608, VMW_bootbank_ntg3_4.1.3.2-1vmw.670.1.28.10302608, VMW_bootbank_nvmxnet3-ens_2.0.0.21-1vmw.670.0.0.8169922, VMW_bootbank_nvmxnet3_2.0.0.29-1vmw.670.1.28.10302608, VMW_bootbank_ohci-usb-ohci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_pvscsi_0.1-2vmw.670.0.0.8169922, VMW_bootbank_qcnic_1.0.2.0.4-1vmw.670.0.0.8169922, VMW_bootbank_qedentv_2.0.6.4-10vmw.670.1.28.10302608, VMW_bootbank_qfle3_1.0.50.11-9vmw.670.0.0.8169922, VMW_bootbank_qfle3f_1.0.25.0.2-14vmw.670.0.0.8169922, VMW_bootbank_qfle3i_1.0.2.3.9-3vmw.670.0.0.8169922, VMW_bootbank_qflge_1.1.0.11-1vmw.670.0.0.8169922, VMW_bootbank_sata-ahci_3.0-26vmw.670.0.0.8169922, VMW_bootbank_sata-ata-piix_2.12-10vmw.670.0.0.8169922, VMW_bootbank_sata-sata-nv_3.5-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-promise_2.12-3vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil24_1.1-1vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil_2.3-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-svw_2.3-3vmw.670.0.0.8169922, VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.670.0.0.8169922, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.670.0.0.8169922, VMW_bootbank_scsi-aic79xx_3.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2fc_1.78.78.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2i_2.78.76.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.670.0.0.8169922, VMW_bootbank_scsi-hpsa_6.0.0.84-3vmw.670.0.0.8169922, VMW_bootbank_scsi-ips_7.12.05-4vmw.670.0.0.8169922, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.670.0.0.8169922, VMW_bootbank_scsi-libfc-92_1.0.40.9.3-5vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-sas_6.603.55.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.670.0.0.8169922, VMW_bootbank_scsi-mpt2sas_19.00.00.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-qla4xxx_5.01.03.2-7vmw.670.0.0.8169922, VMW_bootbank_shim-iscsi-linux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-3-0_6.7.0-0.0.8169922, VMW_bootbank_smartpqi_1.0.1.553-12vmw.670.1.28.10302608, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usbcore-usb_1.0-3vmw.670.0.0.8169922, VMW_bootbank_vmkata_0.1-1vmw.670.0.0.8169922, VMW_bootbank_vmkfcoe_1.0.0.1-1vmw.670.1.28.10302608, VMW_bootbank_vmkplexer-vmkplexer_6.7.0-0.0.8169922, VMW_bootbank_vmw-ahci_1.2.3-1vmw.670.1.28.10302608, VMW_bootbank_xhci-xhci_1.0-3vmw.670.0.0.8169922, VMware_bootbank_cpu-microcode_6.7.0-1.28.10302608, VMware_bootbank_esx-dvfilter-generic-fastpath_6.7.0-0.0.8169922, VMware_bootbank_esx-xserver_6.7.0-0.0.8169922, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-16vmw.670.1.28.10302608, VMware_bootbank_lsu-intel-vmd-plugin_1.0.0-2vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-13vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-9vmw.670.0.0.8169922, VMware_bootbank_lsu-lsi-mpt2sas-plugin_2.0.0-7vmw.670.0.0.8169922, VMware_bootbank_lsu-smartpqi-plugin_1.0.0-3vmw.670.1.28.10302608, VMware_bootbank_rste_2.0.2.0088-7vmw.670.0.0.8169922
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 6.7.0 (Build 13006603)
to: Version: 6.7.0 (Build 13981272)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1567-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1567-5028d:~] esxcli software profile update -p ESXi-6.7.0-20190604001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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.7.0-2.55.13644319, VMware_bootbank_esx-base_6.7.0-2.60.13981272, VMware_bootbank_esx-ui_1.33.3-13454473, VMware_bootbank_esx-update_6.7.0-2.60.13981272, VMware_bootbank_vsan_6.7.0-2.60.13805960, VMware_bootbank_vsanhealth_6.7.0-2.60.13805961
VIBs Removed: VMware_bootbank_cpu-microcode_6.7.0-1.28.10302608, VMware_bootbank_esx-base_6.7.0-2.48.13006603, VMware_bootbank_esx-ui_1.33.3-12923304, VMware_bootbank_esx-update_6.7.0-2.48.13006603, VMware_bootbank_vsan_6.7.0-2.48.12775451, VMware_bootbank_vsanhealth_6.7.0-2.48.12775454
VIBs Skipped: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.670.0.0.8169922, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.670.0.0.8169922, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-via_0.3.3-2vmw.670.0.0.8169922, VMW_bootbank_block-cciss_3.6.14-10vmw.670.0.0.8169922, VMW_bootbank_bnxtnet_20.6.101.7-21vmw.670.2.48.13006603, VMW_bootbank_bnxtroce_20.6.101.0-20vmw.670.1.28.10302608, VMW_bootbank_brcmfcoe_11.4.1078.19-12vmw.670.2.48.13006603, VMW_bootbank_char-random_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.670.0.0.8169922, VMW_bootbank_elxiscsi_11.4.1174.0-2vmw.670.0.0.8169922, VMW_bootbank_elxnet_11.4.1095.0-5vmw.670.1.28.10302608, VMW_bootbank_hid-hid_1.0-3vmw.670.0.0.8169922, VMW_bootbank_i40en_1.3.1-23vmw.670.2.48.13006603, VMW_bootbank_iavmd_1.2.0.1011-2vmw.670.0.0.8169922, VMW_bootbank_igbn_0.1.1.0-4vmw.670.2.48.13006603, VMW_bootbank_ima-qla4xxx_2.02.18-1vmw.670.0.0.8169922, VMW_bootbank_ipmi-ipmi-devintf_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-si-drv_39.1-5vmw.670.1.28.10302608, VMW_bootbank_iser_1.0.0.0-1vmw.670.1.28.10302608, VMW_bootbank_ixgben_1.4.1-18vmw.670.2.48.13006603, VMW_bootbank_lpfc_11.4.33.18-12vmw.670.2.48.13006603, VMW_bootbank_lpnic_11.4.59.0-1vmw.670.0.0.8169922, VMW_bootbank_lsi-mr3_7.708.07.00-2vmw.670.2.48.13006603, VMW_bootbank_lsi-msgpt2_20.00.05.00-1vmw.670.2.48.13006603, VMW_bootbank_lsi-msgpt35_09.00.00.00-1vmw.670.2.48.13006603, VMW_bootbank_lsi-msgpt3_17.00.01.00-3vmw.670.2.48.13006603, VMW_bootbank_misc-cnic-register_1.78.75.v60.7-1vmw.670.0.0.8169922, VMW_bootbank_misc-drivers_6.7.0-2.48.13006603, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.670.1.28.10302608, VMW_bootbank_ne1000_0.8.4-2vmw.670.2.48.13006603, VMW_bootbank_nenic_1.0.21.0-1vmw.670.1.28.10302608, VMW_bootbank_net-bnx2_2.2.4f.v60.10-2vmw.670.0.0.8169922, VMW_bootbank_net-bnx2x_1.78.80.v60.12-2vmw.670.0.0.8169922, VMW_bootbank_net-cdc-ether_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-cnic_1.78.76.v60.13-2vmw.670.0.0.8169922, VMW_bootbank_net-e1000_8.0.3.1-5vmw.670.0.0.8169922, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.670.0.0.8169922, VMW_bootbank_net-enic_2.1.2.38-2vmw.670.0.0.8169922, VMW_bootbank_net-fcoe_1.0.29.9.3-7vmw.670.0.0.8169922, VMW_bootbank_net-forcedeth_0.61-2vmw.670.0.0.8169922, VMW_bootbank_net-igb_5.0.5.1.1-5vmw.670.0.0.8169922, VMW_bootbank_net-ixgbe_3.7.13.7.14iov-20vmw.670.0.0.8169922, VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-nx-nic_5.0.621-5vmw.670.0.0.8169922, VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.670.0.0.8169922, VMW_bootbank_net-usbnet_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.2.48.13006603, VMW_bootbank_nfnic_4.0.0.17-0vmw.670.2.48.13006603, VMW_bootbank_nhpsa_2.0.22-3vmw.670.1.28.10302608, VMW_bootbank_nmlx4-core_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-en_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-rdma_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx5-core_4.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx5-rdma_4.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_ntg3_4.1.3.2-1vmw.670.1.28.10302608, VMW_bootbank_nvme_1.2.2.27-1vmw.670.2.48.13006603, VMW_bootbank_nvmxnet3-ens_2.0.0.21-1vmw.670.0.0.8169922, VMW_bootbank_nvmxnet3_2.0.0.29-1vmw.670.1.28.10302608, VMW_bootbank_ohci-usb-ohci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_pvscsi_0.1-2vmw.670.0.0.8169922, VMW_bootbank_qcnic_1.0.2.0.4-1vmw.670.0.0.8169922, VMW_bootbank_qedentv_2.0.6.4-10vmw.670.1.28.10302608, VMW_bootbank_qfle3_1.0.50.11-9vmw.670.0.0.8169922, VMW_bootbank_qfle3f_1.0.25.0.2-14vmw.670.0.0.8169922, VMW_bootbank_qfle3i_1.0.2.3.9-3vmw.670.0.0.8169922, VMW_bootbank_qflge_1.1.0.11-1vmw.670.0.0.8169922, VMW_bootbank_sata-ahci_3.0-26vmw.670.0.0.8169922, VMW_bootbank_sata-ata-piix_2.12-10vmw.670.0.0.8169922, VMW_bootbank_sata-sata-nv_3.5-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-promise_2.12-3vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil24_1.1-1vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil_2.3-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-svw_2.3-3vmw.670.0.0.8169922, VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.670.0.0.8169922, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.670.0.0.8169922, VMW_bootbank_scsi-aic79xx_3.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2fc_1.78.78.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2i_2.78.76.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.670.0.0.8169922, VMW_bootbank_scsi-hpsa_6.0.0.84-3vmw.670.0.0.8169922, VMW_bootbank_scsi-ips_7.12.05-4vmw.670.0.0.8169922, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.670.0.0.8169922, VMW_bootbank_scsi-libfc-92_1.0.40.9.3-5vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-sas_6.603.55.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.670.0.0.8169922, VMW_bootbank_scsi-mpt2sas_19.00.00.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-qla4xxx_5.01.03.2-7vmw.670.0.0.8169922, VMW_bootbank_sfvmk_1.0.0.1003-6vmw.670.2.48.13006603, VMW_bootbank_shim-iscsi-linux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-3-0_6.7.0-0.0.8169922, VMW_bootbank_smartpqi_1.0.1.553-12vmw.670.1.28.10302608, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usbcore-usb_1.0-3vmw.670.0.0.8169922, VMW_bootbank_vmkata_0.1-1vmw.670.0.0.8169922, VMW_bootbank_vmkfcoe_1.0.0.1-1vmw.670.1.28.10302608, VMW_bootbank_vmkplexer-vmkplexer_6.7.0-0.0.8169922, VMW_bootbank_vmkusb_0.1-1vmw.670.2.48.13006603, VMW_bootbank_vmw-ahci_1.2.3-1vmw.670.1.28.10302608, VMW_bootbank_xhci-xhci_1.0-3vmw.670.0.0.8169922, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.1-2.48.13006603, VMware_bootbank_esx-dvfilter-generic-fastpath_6.7.0-0.0.8169922, VMware_bootbank_esx-xserver_6.7.0-0.0.8169922, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-16vmw.670.1.28.10302608, VMware_bootbank_lsu-intel-vmd-plugin_1.0.0-2vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-drivers-plugin_1.0.0-1vmw.670.2.48.13006603, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-13vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-9vmw.670.2.48.13006603, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-9vmw.670.0.0.8169922, VMware_bootbank_lsu-lsi-mpt2sas-plugin_2.0.0-7vmw.670.0.0.8169922, VMware_bootbank_lsu-smartpqi-plugin_1.0.0-3vmw.670.1.28.10302608, VMware_bootbank_native-misc-drivers_6.7.0-2.48.13006603, VMware_bootbank_qlnativefc_3.1.8.0-4vmw.670.2.48.13006603, VMware_bootbank_rste_2.0.2.0088-7vmw.670.0.0.8169922, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.36-2.48.13006603, VMware_locker_tools-light_10.3.5.10430147-12986307
[root@xd-1567-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1567-5028d:~] reboot
Version: 6.7.0 (Build 13981272)
to: Version: 6.7.0 (Build 14320388)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-heptagon:~] esxcli software profile update -p ESXi-6.7.0-20191104001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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.7.0-3.77.15018017, VMware_bootbank_esx-base_6.7.0-3.77.15018017, VMware_bootbank_esx-update_6.7.0-3.77.15018017, VMware_bootbank_vsan_6.7.0-3.77.14914424, VMware_bootbank_vsanhe
VIBs Removed: VMware_bootbank_cpu-microcode_6.7.0-2.69.14141615, VMware_bootbank_esx-base_6.7.0-3.73.14320388, VMware_bootbank_esx-update_6.7.0-3.73.14320388, VMware_bootbank_vsan_6.7.0-3.73.14263135, VMware_bootbank_vsanheal
VIBs Skipped: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.670.0.0.8169922, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.670.0.0.8169922, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.ank_ata-pata-hpt3x2n_0.3.4-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.670.0.0.8169922, VMW.3-2vmw.670.0.0.8169922, VMW_bootbank_block-cciss_3.6.14-10vmw.670.0.0.8169922, VMW_bootbank_bnxtnet_20.6.101.7-24vmw.670.3.73.14320388, VMW_bootbank_bnxtroce_20.6.101.0-20vmw.670.1.28.10302608, VMW_bootbank_brcmfcoe_11.4.1078.2 VMW_bootbank_char-random_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.670.0.0.8169922, VMW_bootbank_elxiscsi_11.4.1174.0-2vmw.670.0.0.8169922, VMW_bootbank_elxnet_11.4.1097.0-5vmw.670.3.73.14320388, VMW_bootban.8169922, VMW_bootbank_i40en_1.8.1.9-2vmw.670.3.73.14320388, VMW_bootbank_iavmd_1.2.0.1011-2vmw.670.0.0.8169922, VMW_bootbank_igbn_0.1.1.0-5vmw.670.3.73.14320388, VMW_bootbank_ima-qla4xxx_2.02.18-1vmw.670.0.0.8169922, VMW_bootba5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-si-drv_39.1-5vmw.670.1.28.10302608, VMW_bootbank_iser_1.0.0.0-1vmw.670.1.28.10302608, VMW_bootbank_ixgben_1.7.1.16-1vmootbank_lpfc_11.4.33.25-14vmw.670.3.73.14320388, VMW_bootbank_lpnic_11.4.59.0-1vmw.670.0.0.8169922, VMW_bootbank_lsi-mr3_7.708.07.00-3vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt2_20.00.06.00-2vmw.670.3.73.14320388, VMW_bootban5vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt3_17.00.02.00-1vmw.670.3.73.14320388, VMW_bootbank_misc-cnic-register_1.78.75.v60.7-1vmw.670.0.0.8169922, VMW_bootbank_misc-drivers_6.7.0-2.48.13006603, VMW_bootbank_mtip32xx-native_08, VMW_bootbank_ne1000_0.8.4-2vmw.670.2.48.13006603, VMW_bootbank_nenic_1.0.29.0-1vmw.670.3.73.14320388, VMW_bootbank_net-bnx2_2.2.4f.v60.10-2vmw.670.0.0.8169922, VMW_bootbank_net-bnx2x_1.78.80.v60.12-2vmw.670.0.0.8169922, VMW_-3vmw.670.0.0.8169922, VMW_bootbank_net-cnic_1.78.76.v60.13-2vmw.670.0.0.8169922, VMW_bootbank_net-e1000_8.0.3.1-5vmw.670.0.0.8169922, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.670.0.0.8169922, VMW_bootbank_net-enic_2.1.2.38-2vmw.670_net-fcoe_1.0.29.9.3-7vmw.670.0.0.8169922, VMW_bootbank_net-forcedeth_0.61-2vmw.670.0.0.8169922, VMW_bootbank_net-igb_5.0.5.1.1-5vmw.670.0.0.8169922, VMW_bootbank_net-ixgbe_3.7.13.7.14iov-20vmw.670.0.0.8169922, VMW_bootbank_net-.670.0.0.8169922, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-nx-nic_5.0.621-5vmw.670.0.0.8169922, VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.670.0et-usbnet_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.2.48.13006603, VMW_bootbank_nfnic_4.0.0.29-0vmw.670.3.73.14320388, VMW_bootbank_nhpsa_2.0.22-3vmw.670.1.28.10302608, VMW_bootbank_nmlx4-core_3.17.13.1MW_bootbank_nmlx4-en_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-rdma_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx5-core_4.17.13.1-1vmw.670.3.73.14320388, VMW_bootbank_nmlx5-rdma_4.17.13.1-1vmw.670.2.48.13006603,-1vmw.670.1.28.10302608, VMW_bootbank_nvme_1.2.2.28-1vmw.670.3.73.14320388, VMW_bootbank_nvmxnet3-ens_2.0.0.21-1vmw.670.0.0.8169922, VMW_bootbank_nvmxnet3_2.0.0.29-1vmw.670.1.28.10302608, VMW_bootbank_ohci-usb-ohci_1.0-3vmw.670.pvscsi_0.1-2vmw.670.0.0.8169922, VMW_bootbank_qcnic_1.0.2.0.4-1vmw.670.0.0.8169922, VMW_bootbank_qedentv_2.0.6.4-10vmw.670.1.28.10302608, VMW_bootbank_qfle3_1.0.50.11-9vmw.670.0.0.8169922, VMW_bootbank_qfle3f_1.0.25.0.2-14vmw.67k_qfle3i_1.0.2.3.9-3vmw.670.0.0.8169922, VMW_bootbank_qflge_1.1.0.11-1vmw.670.0.0.8169922, VMW_bootbank_sata-ahci_3.0-26vmw.670.0.0.8169922, VMW_bootbank_sata-ata-piix_2.12-10vmw.670.0.0.8169922, VMW_bootbank_sata-sata-nv_3.5-4votbank_sata-sata-promise_2.12-3vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil24_1.1-1vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil_2.3-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-svw_2.3-3vmw.670.0.0.8169922, VMW_bootbank_sc0.0.0.8169922, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.670.0.0.8169922, VMW_bootbank_scsi-aic79xx_3.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2fc_1.78.78.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2i_2.78.76.v60.8-1vmw.ank_scsi-fnic_1.5.0.45-3vmw.670.0.0.8169922, VMW_bootbank_scsi-hpsa_6.0.0.84-3vmw.670.0.0.8169922, VMW_bootbank_scsi-ips_7.12.05-4vmw.670.0.0.8169922, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.670.0.0.8169922, VMW_bootbank_smw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-sas_6.603.55.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.670.0.0.8169922, VMW_bootbank_scsi-mpt2s0.8169922, VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-qla4xxx_5.01.03.2-7vmw.670.0.0.8169922, VMW_bootbank_sfvmk_1.0.0.1003-6vmw.670.3.shim-iscsi-linux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc, VMW_bootbank_shim-libfc-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_sh0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-3-0_6.7.0-0.0.8169922, VMW_bootbank_smartpqi_1.0.1.553-28vmw.670.3.73.14320388, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.670.0sbcore-usb_1.0-3vmw.670.0.0.8169922, VMW_bootbank_vmkata_0.1-1vmw.670.0.0.8169922, VMW_bootbank_vmkfcoe_1.0.0.1-1vmw.670.1.28.10302608, VMW_bootbank_vmkplexer-vmkplexer_6.7.0-0.0.8169922, VMW_bootbank_vmkusb_0.1-1vmw.670.2.48.13hci_1.2.8-1vmw.670.3.73.14320388, VMW_bootbank_xhci-xhci_1.0-3vmw.670.0.0.8169922, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.1-2.48.13006603, VMware_bootbank_esx-dvfilter-generic-fastpath_6.7.0-0.0.8169922, VMware_bootbank_ware_bootbank_esx-xserver_6.7.0-3.73.14320388, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-16vmw.670.1.28.10302608, VMware_bootbank_lsu-intel-vmd-plugin_1.0.0-2vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-drivers-plugin_1.0.0-1vme_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-13vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-9vmw.670.2.48.13006603, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-9vmw.670.0.0.8169922, VMware_bootbank_lsu7vmw.670.0.0.8169922, VMware_bootbank_lsu-smartpqi-plugin_1.0.0-3vmw.670.1.28.10302608, VMware_bootbank_native-misc-drivers_6.7.0-2.48.13006603, VMware_bootbank_qlnativefc_3.1.8.0-5vmw.670.3.73.14320388, VMware_bootbank_rste_2.022, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.36-2.48.13006603, VMware_locker_tools-light_10.3.10.12406962-14141615
[root@xd-1541-heptagon:~] reboot
Version: 6.7.0 (Build 14320388)
to: Version: 6.7.0 (Build 15018017)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-6.7.0-20191104001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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.7.0-3.77.15018017, VMware_bootbank_esx-base_6.7.0-3.77.15018017, VMware_bootbank_esx-update_6.7.0-3.77.15018017, VMware_bootbank_vsan_6.7.0-3.77.14914424, VMware_bootbank_vsanhealth_6.7.0-3.77.14914425
VIBs Removed: VMware_bootbank_cpu-microcode_6.7.0-2.69.14141615, VMware_bootbank_esx-base_6.7.0-3.73.14320388, VMware_bootbank_esx-update_6.7.0-3.73.14320388, VMware_bootbank_vsan_6.7.0-3.73.14263135, VMware_bootbank_vsanhealth_6.7.0-3.73.14263064
VIBs Skipped: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.670.0.0.8169922, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.670.0.0.8169922, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-via_0.3.3-2vmw.670.0.0.8169922, VMW_bootbank_block-cciss_3.6.14-10vmw.670.0.0.8169922, VMW_bootbank_bnxtnet_20.6.101.7-24vmw.670.3.73.14320388, VMW_bootbank_bnxtroce_20.6.101.0-20vmw.670.1.28.10302608, VMW_bootbank_brcmfcoe_11.4.1078.25-14vmw.670.3.73.14320388, VMW_bootbank_char-random_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.670.0.0.8169922, VMW_bootbank_elxiscsi_11.4.1174.0-2vmw.670.0.0.8169922, VMW_bootbank_elxnet_11.4.1097.0-5vmw.670.3.73.14320388, VMW_bootbank_hid-hid_1.0-3vmw.670.0.0.8169922, VMW_bootbank_i40en_1.8.1.9-2vmw.670.3.73.14320388, VMW_bootbank_iavmd_1.2.0.1011-2vmw.670.0.0.8169922, VMW_bootbank_igbn_0.1.1.0-5vmw.670.3.73.14320388, VMW_bootbank_ima-qla4xxx_2.02.18-1vmw.670.0.0.8169922, VMW_bootbank_ipmi-ipmi-devintf_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-si-drv_39.1-5vmw.670.1.28.10302608, VMW_bootbank_iser_1.0.0.0-1vmw.670.1.28.10302608, VMW_bootbank_ixgben_1.7.1.16-1vmw.670.3.73.14320388, VMW_bootbank_lpfc_11.4.33.25-14vmw.670.3.73.14320388, VMW_bootbank_lpnic_11.4.59.0-1vmw.670.0.0.8169922, VMW_bootbank_lsi-mr3_7.708.07.00-3vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt2_20.00.06.00-2vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt35_09.00.00.00-5vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt3_17.00.02.00-1vmw.670.3.73.14320388, VMW_bootbank_misc-cnic-register_1.78.75.v60.7-1vmw.670.0.0.8169922, VMW_bootbank_misc-drivers_6.7.0-2.48.13006603, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.670.1.28.10302608, VMW_bootbank_ne1000_0.8.4-2vmw.670.2.48.13006603, VMW_bootbank_nenic_1.0.29.0-1vmw.670.3.73.14320388, VMW_bootbank_net-bnx2_2.2.4f.v60.10-2vmw.670.0.0.8169922, VMW_bootbank_net-bnx2x_1.78.80.v60.12-2vmw.670.0.0.8169922, VMW_bootbank_net-cdc-ether_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-cnic_1.78.76.v60.13-2vmw.670.0.0.8169922, VMW_bootbank_net-e1000_8.0.3.1-5vmw.670.0.0.8169922, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.670.0.0.8169922, VMW_bootbank_net-enic_2.1.2.38-2vmw.670.0.0.8169922, VMW_bootbank_net-fcoe_1.0.29.9.3-7vmw.670.0.0.8169922, VMW_bootbank_net-forcedeth_0.61-2vmw.670.0.0.8169922, VMW_bootbank_net-igb_5.0.5.1.1-5vmw.670.0.0.8169922, VMW_bootbank_net-ixgbe_3.7.13.7.14iov-20vmw.670.0.0.8169922, VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-nx-nic_5.0.621-5vmw.670.0.0.8169922, VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.670.0.0.8169922, VMW_bootbank_net-usbnet_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.2.48.13006603, VMW_bootbank_nfnic_4.0.0.29-0vmw.670.3.73.14320388, VMW_bootbank_nhpsa_2.0.22-3vmw.670.1.28.10302608, VMW_bootbank_nmlx4-core_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-en_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-rdma_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx5-core_4.17.13.1-1vmw.670.3.73.14320388, VMW_bootbank_nmlx5-rdma_4.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_ntg3_4.1.3.2-1vmw.670.1.28.10302608, VMW_bootbank_nvme_1.2.2.28-1vmw.670.3.73.14320388, VMW_bootbank_nvmxnet3-ens_2.0.0.21-1vmw.670.0.0.8169922, VMW_bootbank_nvmxnet3_2.0.0.29-1vmw.670.1.28.10302608, VMW_bootbank_ohci-usb-ohci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_pvscsi_0.1-2vmw.670.0.0.8169922, VMW_bootbank_qcnic_1.0.2.0.4-1vmw.670.0.0.8169922, VMW_bootbank_qedentv_2.0.6.4-10vmw.670.1.28.10302608, VMW_bootbank_qfle3_1.0.50.11-9vmw.670.0.0.8169922, VMW_bootbank_qfle3f_1.0.25.0.2-14vmw.670.0.0.8169922, VMW_bootbank_qfle3i_1.0.2.3.9-3vmw.670.0.0.8169922, VMW_bootbank_qflge_1.1.0.11-1vmw.670.0.0.8169922, VMW_bootbank_sata-ahci_3.0-26vmw.670.0.0.8169922, VMW_bootbank_sata-ata-piix_2.12-10vmw.670.0.0.8169922, VMW_bootbank_sata-sata-nv_3.5-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-promise_2.12-3vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil24_1.1-1vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil_2.3-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-svw_2.3-3vmw.670.0.0.8169922, VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.670.0.0.8169922, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.670.0.0.8169922, VMW_bootbank_scsi-aic79xx_3.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2fc_1.78.78.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2i_2.78.76.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.670.0.0.8169922, VMW_bootbank_scsi-hpsa_6.0.0.84-3vmw.670.0.0.8169922, VMW_bootbank_scsi-ips_7.12.05-4vmw.670.0.0.8169922, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.670.0.0.8169922, VMW_bootbank_scsi-libfc-92_1.0.40.9.3-5vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-sas_6.603.55.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.670.0.0.8169922, VMW_bootbank_scsi-mpt2sas_19.00.00.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-qla4xxx_5.01.03.2-7vmw.670.0.0.8169922, VMW_bootbank_sfvmk_1.0.0.1003-6vmw.670.3.73.14320388, VMW_bootbank_shim-iscsi-linux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-3-0_6.7.0-0.0.8169922, VMW_bootbank_smartpqi_1.0.1.553-28vmw.670.3.73.14320388, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usbcore-usb_1.0-3vmw.670.0.0.8169922, VMW_bootbank_vmkata_0.1-1vmw.670.0.0.8169922, VMW_bootbank_vmkfcoe_1.0.0.1-1vmw.670.1.28.10302608, VMW_bootbank_vmkplexer-vmkplexer_6.7.0-0.0.8169922, VMW_bootbank_vmkusb_0.1-1vmw.670.2.48.13006603, VMW_bootbank_vmw-ahci_1.2.8-1vmw.670.3.73.14320388, VMW_bootbank_xhci-xhci_1.0-3vmw.670.0.0.8169922, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.1-2.48.13006603, VMware_bootbank_esx-dvfilter-generic-fastpath_6.7.0-0.0.8169922, VMware_bootbank_esx-ui_1.33.4-14093553, VMware_bootbank_esx-xserver_6.7.0-3.73.14320388, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-16vmw.670.1.28.10302608, VMware_bootbank_lsu-intel-vmd-plugin_1.0.0-2vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-drivers-plugin_1.0.0-1vmw.670.2.48.13006603, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-13vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-9vmw.670.2.48.13006603, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-9vmw.670.0.0.8169922, VMware_bootbank_lsu-lsi-mpt2sas-plugin_2.0.0-7vmw.670.0.0.8169922, VMware_bootbank_lsu-smartpqi-plugin_1.0.0-3vmw.670.1.28.10302608, VMware_bootbank_native-misc-drivers_6.7.0-2.48.13006603, VMware_bootbank_qlnativefc_3.1.8.0-5vmw.670.3.73.14320388, VMware_bootbank_rste_2.0.2.0088-7vmw.670.0.0.8169922, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.36-2.48.13006603, VMware_locker_tools-light_10.3.10.12406962-14141615
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 6.7.0 (Build 14320388)
to: Version: 6.7.0 (Build 15018017)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-heptagon:~] esxcli software profile update -p ESXi-6.7.0-20191104001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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.7.0-3.77.15018017, VMware_bootbank_esx-base_6.7.0-3.77.15018017, VMware_bootbank_esx-update_6.7.0-3.77.15018017, VMware_bootbank_vsan_6.7.0-3.77.14914424, VMware_bootbank_vsanhe
VIBs Removed: VMware_bootbank_cpu-microcode_6.7.0-2.69.14141615, VMware_bootbank_esx-base_6.7.0-3.73.14320388, VMware_bootbank_esx-update_6.7.0-3.73.14320388, VMware_bootbank_vsan_6.7.0-3.73.14263135, VMware_bootbank_vsanheal
VIBs Skipped: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.670.0.0.8169922, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.670.0.0.8169922, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.ank_ata-pata-hpt3x2n_0.3.4-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.670.0.0.8169922, VMW.3-2vmw.670.0.0.8169922, VMW_bootbank_block-cciss_3.6.14-10vmw.670.0.0.8169922, VMW_bootbank_bnxtnet_20.6.101.7-24vmw.670.3.73.14320388, VMW_bootbank_bnxtroce_20.6.101.0-20vmw.670.1.28.10302608, VMW_bootbank_brcmfcoe_11.4.1078.2 VMW_bootbank_char-random_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.670.0.0.8169922, VMW_bootbank_elxiscsi_11.4.1174.0-2vmw.670.0.0.8169922, VMW_bootbank_elxnet_11.4.1097.0-5vmw.670.3.73.14320388, VMW_bootban.8169922, VMW_bootbank_i40en_1.8.1.9-2vmw.670.3.73.14320388, VMW_bootbank_iavmd_1.2.0.1011-2vmw.670.0.0.8169922, VMW_bootbank_igbn_0.1.1.0-5vmw.670.3.73.14320388, VMW_bootbank_ima-qla4xxx_2.02.18-1vmw.670.0.0.8169922, VMW_bootba5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-si-drv_39.1-5vmw.670.1.28.10302608, VMW_bootbank_iser_1.0.0.0-1vmw.670.1.28.10302608, VMW_bootbank_ixgben_1.7.1.16-1vmootbank_lpfc_11.4.33.25-14vmw.670.3.73.14320388, VMW_bootbank_lpnic_11.4.59.0-1vmw.670.0.0.8169922, VMW_bootbank_lsi-mr3_7.708.07.00-3vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt2_20.00.06.00-2vmw.670.3.73.14320388, VMW_bootban5vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt3_17.00.02.00-1vmw.670.3.73.14320388, VMW_bootbank_misc-cnic-register_1.78.75.v60.7-1vmw.670.0.0.8169922, VMW_bootbank_misc-drivers_6.7.0-2.48.13006603, VMW_bootbank_mtip32xx-native_08, VMW_bootbank_ne1000_0.8.4-2vmw.670.2.48.13006603, VMW_bootbank_nenic_1.0.29.0-1vmw.670.3.73.14320388, VMW_bootbank_net-bnx2_2.2.4f.v60.10-2vmw.670.0.0.8169922, VMW_bootbank_net-bnx2x_1.78.80.v60.12-2vmw.670.0.0.8169922, VMW_-3vmw.670.0.0.8169922, VMW_bootbank_net-cnic_1.78.76.v60.13-2vmw.670.0.0.8169922, VMW_bootbank_net-e1000_8.0.3.1-5vmw.670.0.0.8169922, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.670.0.0.8169922, VMW_bootbank_net-enic_2.1.2.38-2vmw.670_net-fcoe_1.0.29.9.3-7vmw.670.0.0.8169922, VMW_bootbank_net-forcedeth_0.61-2vmw.670.0.0.8169922, VMW_bootbank_net-igb_5.0.5.1.1-5vmw.670.0.0.8169922, VMW_bootbank_net-ixgbe_3.7.13.7.14iov-20vmw.670.0.0.8169922, VMW_bootbank_net-.670.0.0.8169922, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-nx-nic_5.0.621-5vmw.670.0.0.8169922, VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.670.0et-usbnet_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.2.48.13006603, VMW_bootbank_nfnic_4.0.0.29-0vmw.670.3.73.14320388, VMW_bootbank_nhpsa_2.0.22-3vmw.670.1.28.10302608, VMW_bootbank_nmlx4-core_3.17.13.1MW_bootbank_nmlx4-en_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-rdma_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx5-core_4.17.13.1-1vmw.670.3.73.14320388, VMW_bootbank_nmlx5-rdma_4.17.13.1-1vmw.670.2.48.13006603,-1vmw.670.1.28.10302608, VMW_bootbank_nvme_1.2.2.28-1vmw.670.3.73.14320388, VMW_bootbank_nvmxnet3-ens_2.0.0.21-1vmw.670.0.0.8169922, VMW_bootbank_nvmxnet3_2.0.0.29-1vmw.670.1.28.10302608, VMW_bootbank_ohci-usb-ohci_1.0-3vmw.670.pvscsi_0.1-2vmw.670.0.0.8169922, VMW_bootbank_qcnic_1.0.2.0.4-1vmw.670.0.0.8169922, VMW_bootbank_qedentv_2.0.6.4-10vmw.670.1.28.10302608, VMW_bootbank_qfle3_1.0.50.11-9vmw.670.0.0.8169922, VMW_bootbank_qfle3f_1.0.25.0.2-14vmw.67k_qfle3i_1.0.2.3.9-3vmw.670.0.0.8169922, VMW_bootbank_qflge_1.1.0.11-1vmw.670.0.0.8169922, VMW_bootbank_sata-ahci_3.0-26vmw.670.0.0.8169922, VMW_bootbank_sata-ata-piix_2.12-10vmw.670.0.0.8169922, VMW_bootbank_sata-sata-nv_3.5-4votbank_sata-sata-promise_2.12-3vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil24_1.1-1vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil_2.3-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-svw_2.3-3vmw.670.0.0.8169922, VMW_bootbank_sc0.0.0.8169922, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.670.0.0.8169922, VMW_bootbank_scsi-aic79xx_3.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2fc_1.78.78.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2i_2.78.76.v60.8-1vmw.ank_scsi-fnic_1.5.0.45-3vmw.670.0.0.8169922, VMW_bootbank_scsi-hpsa_6.0.0.84-3vmw.670.0.0.8169922, VMW_bootbank_scsi-ips_7.12.05-4vmw.670.0.0.8169922, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.670.0.0.8169922, VMW_bootbank_smw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-sas_6.603.55.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.670.0.0.8169922, VMW_bootbank_scsi-mpt2s0.8169922, VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-qla4xxx_5.01.03.2-7vmw.670.0.0.8169922, VMW_bootbank_sfvmk_1.0.0.1003-6vmw.670.3.shim-iscsi-linux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc, VMW_bootbank_shim-libfc-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_sh0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-3-0_6.7.0-0.0.8169922, VMW_bootbank_smartpqi_1.0.1.553-28vmw.670.3.73.14320388, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.670.0sbcore-usb_1.0-3vmw.670.0.0.8169922, VMW_bootbank_vmkata_0.1-1vmw.670.0.0.8169922, VMW_bootbank_vmkfcoe_1.0.0.1-1vmw.670.1.28.10302608, VMW_bootbank_vmkplexer-vmkplexer_6.7.0-0.0.8169922, VMW_bootbank_vmkusb_0.1-1vmw.670.2.48.13hci_1.2.8-1vmw.670.3.73.14320388, VMW_bootbank_xhci-xhci_1.0-3vmw.670.0.0.8169922, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.1-2.48.13006603, VMware_bootbank_esx-dvfilter-generic-fastpath_6.7.0-0.0.8169922, VMware_bootbank_ware_bootbank_esx-xserver_6.7.0-3.73.14320388, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-16vmw.670.1.28.10302608, VMware_bootbank_lsu-intel-vmd-plugin_1.0.0-2vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-drivers-plugin_1.0.0-1vme_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-13vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-9vmw.670.2.48.13006603, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-9vmw.670.0.0.8169922, VMware_bootbank_lsu7vmw.670.0.0.8169922, VMware_bootbank_lsu-smartpqi-plugin_1.0.0-3vmw.670.1.28.10302608, VMware_bootbank_native-misc-drivers_6.7.0-2.48.13006603, VMware_bootbank_qlnativefc_3.1.8.0-5vmw.670.3.73.14320388, VMware_bootbank_rste_2.022, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.36-2.48.13006603, VMware_locker_tools-light_10.3.10.12406962-14141615
[root@xd-1541-heptagon:~] reboot
Version: 6.7.0 (Build 15018017)
to: Version: 6.7.0 (Build 15160138)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1567-5028d:~] esxcli software profile update -p ESXi-6.7.0-20191204001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.3.89.15160138, VMW_bootbank_vmkusb_0.1-1vmw.670.3.89.15160138, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.2-3.89.15160138, VMware_bootbank_esx-base_6.7.0-3.89.15160138, VMware_bootbank_esx-update_6.7.0-3.89.15160138, VMware_bootbank_native-misc-drivers_6.7.0-3.89.15160138, VMware_bootbank_vsan_6.7.0-3.89.14840357, VMware_bootbank_vsanhealth_6.7.0-3.89.14840358, VMware_locker_tools-light_11.0.1.14773994-15160134
VIBs Removed: VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.2.48.13006603, VMW_bootbank_vmkusb_0.1-1vmw.670.2.48.13006603, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.1-2.48.13006603, VMware_bootbank_esx-base_6.7.0-3.77.15018017, VMware_bootbank_esx-update_6.7.0-3.77.15018017, VMware_bootbank_native-misc-drivers_6.7.0-2.48.13006603, VMware_bootbank_vsan_6.7.0-3.77.14914424, VMware_bootbank_vsanhealth_6.7.0-3.77.14914425, VMware_locker_tools-light_10.3.10.12406962-14141615
VIBs Skipped: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.670.0.0.8169922, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.670.0.0.8169922, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-via_0.3.3-2vmw.670.0.0.8169922, VMW_bootbank_block-cciss_3.6.14-10vmw.670.0.0.8169922, VMW_bootbank_bnxtnet_20.6.101.7-24vmw.670.3.73.14320388, VMW_bootbank_bnxtroce_20.6.101.0-20vmw.670.1.28.10302608, VMW_bootbank_brcmfcoe_11.4.1078.25-14vmw.670.3.73.14320388, VMW_bootbank_char-random_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.670.0.0.8169922, VMW_bootbank_elxiscsi_11.4.1174.0-2vmw.670.0.0.8169922, VMW_bootbank_elxnet_11.4.1097.0-5vmw.670.3.73.14320388, VMW_bootbank_hid-hid_1.0-3vmw.670.0.0.8169922, VMW_bootbank_i40en_1.8.1.9-2vmw.670.3.73.14320388, VMW_bootbank_iavmd_1.2.0.1011-2vmw.670.0.0.8169922, VMW_bootbank_igbn_0.1.1.0-5vmw.670.3.73.14320388, VMW_bootbank_ima-qla4xxx_2.02.18-1vmw.670.0.0.8169922, VMW_bootbank_ipmi-ipmi-devintf_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-si-drv_39.1-5vmw.670.1.28.10302608, VMW_bootbank_iser_1.0.0.0-1vmw.670.1.28.10302608, VMW_bootbank_ixgben_1.7.1.16-1vmw.670.3.73.14320388, VMW_bootbank_lpfc_11.4.33.25-14vmw.670.3.73.14320388, VMW_bootbank_lpnic_11.4.59.0-1vmw.670.0.0.8169922, VMW_bootbank_lsi-mr3_7.708.07.00-3vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt2_20.00.06.00-2vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt35_09.00.00.00-5vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt3_17.00.02.00-1vmw.670.3.73.14320388, VMW_bootbank_misc-cnic-register_1.78.75.v60.7-1vmw.670.0.0.8169922, VMW_bootbank_misc-drivers_6.7.0-2.48.13006603, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.670.1.28.10302608, VMW_bootbank_ne1000_0.8.4-2vmw.670.2.48.13006603, VMW_bootbank_nenic_1.0.29.0-1vmw.670.3.73.14320388, VMW_bootbank_net-bnx2_2.2.4f.v60.10-2vmw.670.0.0.8169922, VMW_bootbank_net-bnx2x_1.78.80.v60.12-2vmw.670.0.0.8169922, VMW_bootbank_net-cdc-ether_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-cnic_1.78.76.v60.13-2vmw.670.0.0.8169922, VMW_bootbank_net-e1000_8.0.3.1-5vmw.670.0.0.8169922, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.670.0.0.8169922, VMW_bootbank_net-enic_2.1.2.38-2vmw.670.0.0.8169922, VMW_bootbank_net-fcoe_1.0.29.9.3-7vmw.670.0.0.8169922, VMW_bootbank_net-forcedeth_0.61-2vmw.670.0.0.8169922, VMW_bootbank_net-igb_5.0.5.1.1-5vmw.670.0.0.8169922, VMW_bootbank_net-ixgbe_3.7.13.7.14iov-20vmw.670.0.0.8169922, VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-nx-nic_5.0.621-5vmw.670.0.0.8169922, VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.670.0.0.8169922, VMW_bootbank_net-usbnet_1.0-3vmw.670.0.0.8169922, VMW_bootbank_nfnic_4.0.0.29-0vmw.670.3.73.14320388, VMW_bootbank_nhpsa_2.0.22-3vmw.670.1.28.10302608, VMW_bootbank_nmlx4-core_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-en_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-rdma_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx5-core_4.17.13.1-1vmw.670.3.73.14320388, VMW_bootbank_nmlx5-rdma_4.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_ntg3_4.1.3.2-1vmw.670.1.28.10302608, VMW_bootbank_nvme_1.2.2.28-1vmw.670.3.73.14320388, VMW_bootbank_nvmxnet3-ens_2.0.0.21-1vmw.670.0.0.8169922, VMW_bootbank_nvmxnet3_2.0.0.29-1vmw.670.1.28.10302608, VMW_bootbank_ohci-usb-ohci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_pvscsi_0.1-2vmw.670.0.0.8169922, VMW_bootbank_qcnic_1.0.2.0.4-1vmw.670.0.0.8169922, VMW_bootbank_qedentv_2.0.6.4-10vmw.670.1.28.10302608, VMW_bootbank_qfle3_1.0.50.11-9vmw.670.0.0.8169922, VMW_bootbank_qfle3f_1.0.25.0.2-14vmw.670.0.0.8169922, VMW_bootbank_qfle3i_1.0.2.3.9-3vmw.670.0.0.8169922, VMW_bootbank_qflge_1.1.0.11-1vmw.670.0.0.8169922, VMW_bootbank_sata-ahci_3.0-26vmw.670.0.0.8169922, VMW_bootbank_sata-ata-piix_2.12-10vmw.670.0.0.8169922, VMW_bootbank_sata-sata-nv_3.5-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-promise_2.12-3vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil24_1.1-1vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil_2.3-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-svw_2.3-3vmw.670.0.0.8169922, VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.670.0.0.8169922, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.670.0.0.8169922, VMW_bootbank_scsi-aic79xx_3.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2fc_1.78.78.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2i_2.78.76.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.670.0.0.8169922, VMW_bootbank_scsi-hpsa_6.0.0.84-3vmw.670.0.0.8169922, VMW_bootbank_scsi-ips_7.12.05-4vmw.670.0.0.8169922, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.670.0.0.8169922, VMW_bootbank_scsi-libfc-92_1.0.40.9.3-5vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-sas_6.603.55.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.670.0.0.8169922, VMW_bootbank_scsi-mpt2sas_19.00.00.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-qla4xxx_5.01.03.2-7vmw.670.0.0.8169922, VMW_bootbank_sfvmk_1.0.0.1003-6vmw.670.3.73.14320388, VMW_bootbank_shim-iscsi-linux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-3-0_6.7.0-0.0.8169922, VMW_bootbank_smartpqi_1.0.1.553-28vmw.670.3.73.14320388, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usbcore-usb_1.0-3vmw.670.0.0.8169922, VMW_bootbank_vmkata_0.1-1vmw.670.0.0.8169922, VMW_bootbank_vmkfcoe_1.0.0.1-1vmw.670.1.28.10302608, VMW_bootbank_vmkplexer-vmkplexer_6.7.0-0.0.8169922, VMW_bootbank_vmw-ahci_1.2.8-1vmw.670.3.73.14320388, VMW_bootbank_xhci-xhci_1.0-3vmw.670.0.0.8169922, VMware_bootbank_cpu-microcode_6.7.0-3.77.15018017, VMware_bootbank_esx-dvfilter-generic-fastpath_6.7.0-0.0.8169922, VMware_bootbank_esx-ui_1.33.4-14093553, VMware_bootbank_esx-xserver_6.7.0-3.73.14320388, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-16vmw.670.1.28.10302608, VMware_bootbank_lsu-intel-vmd-plugin_1.0.0-2vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-drivers-plugin_1.0.0-1vmw.670.2.48.13006603, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-13vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-9vmw.670.2.48.13006603, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-9vmw.670.0.0.8169922, VMware_bootbank_lsu-lsi-mpt2sas-plugin_2.0.0-7vmw.670.0.0.8169922, VMware_bootbank_lsu-smartpqi-plugin_1.0.0-3vmw.670.1.28.10302608, VMware_bootbank_qlnativefc_3.1.8.0-5vmw.670.3.73.14320388, VMware_bootbank_rste_2.0.2.0088-7vmw.670.0.0.8169922, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.36-2.48.13006603
[root@xd-1567-5028d:~] reboot
Version: 6.7.0 (Build 15018017)
to: Version: 7.0.0 (Build 15843807)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0.0-15843807-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_bnxtnet_216.0.50.0-4vmw.700.1.0.15843807, VMW_bootbank_bnxtroce_216.0.58.0-1vmw.700.1.0.15843807, VMW_bootbank_brcmfcoe_12.0.1500.0-1vmw.700.1.0.15843807, VMW_bootbank_brcmnvmefc_12.4.293.2-3vmw.700.1.0.15843807, VMW_bootbank_elxiscsi_12.0.1200.0-1vmw.700.1.0.15843807, VMW_bootbank_elxnet_12.0.1250.0-5vmw.700.1.0.15843807, VMW_bootbank_i40en_1.8.1.16-1vmw.700.1.0.15843807, VMW_bootbank_i40iwn_1.1.2.5-1vmw.700.1.0.15843807, VMW_bootbank_iavmd_2.0.0.1055-3vmw.700.1.0.15843807, VMW_bootbank_iser_1.1.0.0-1vmw.700.1.0.15843807, VMW_bootbank_ixgben_1.7.1.26-1vmw.700.1.0.15843807, VMW_bootbank_lpfc_12.4.293.3-5vmw.700.1.0.15843807, VMW_bootbank_lpnic_11.4.62.0-1vmw.700.1.0.15843807, VMW_bootbank_lsi-mr3_7.712.50.00-1vmw.700.1.0.15843807, VMW_bootbank_lsi-msgpt2_20.00.06.00-2vmw.700.1.0.15843807, VMW_bootbank_lsi-msgpt35_13.00.12.00-1vmw.700.1.0.15843807, VMW_bootbank_lsi-msgpt3_17.00.10.00-1vmw.700.1.0.15843807, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.700.1.0.15843807, VMW_bootbank_ne1000_0.8.4-10vmw.700.1.0.15843807, VMW_bootbank_nenic_1.0.29.0-1vmw.700.1.0.15843807, VMW_bootbank_nfnic_4.0.0.44-1vmw.700.1.0.15843807, VMW_bootbank_nhpsa_2.0.50-1vmw.700.1.0.15843807, VMW_bootbank_nmlx4-core_3.19.16.7-1vmw.700.1.0.15843807, VMW_bootbank_nmlx4-en_3.19.16.7-1vmw.700.1.0.15843807, VMW_bootbank_nmlx4-rdma_3.19.16.7-1vmw.700.1.0.15843807, VMW_bootbank_nmlx5-core_4.19.16.7-1vmw.700.1.0.15843807, VMW_bootbank_nmlx5-rdma_4.19.16.7-1vmw.700.1.0.15843807, VMW_bootbank_ntg3_4.1.4.1-1vmw.700.1.0.15843807, VMW_bootbank_nvme-pcie_1.2.2.13-1vmw.700.1.0.15843807, VMW_bootbank_nvmerdma_1.0.0.0-1vmw.700.1.0.15843807, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.700.1.0.15843807, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.700.1.0.15843807, VMW_bootbank_pvscsi_0.1-2vmw.700.1.0.15843807, VMW_bootbank_qcnic_1.0.15.0-8vmw.700.1.0.15843807, VMW_bootbank_qedentv_3.12.1.0-23vmw.700.1.0.15843807, VMW_bootbank_qedrntv_3.12.1.2-12vmw.700.1.0.15843807, VMW_bootbank_qfle3_1.0.66.0-5vmw.700.1.0.15843807, VMW_bootbank_qfle3f_1.0.51.0-12vmw.700.1.0.15843807, VMW_bootbank_qfle3i_1.0.15.0-6vmw.700.1.0.15843807, VMW_bootbank_qflge_1.1.0.11-1vmw.700.1.0.15843807, VMW_bootbank_rste_2.0.2.0088-7vmw.700.1.0.15843807, VMW_bootbank_sfvmk_2.0.0.1004-3vmw.700.1.0.15843807, VMW_bootbank_smartpqi_1.0.4.3011-1vmw.700.1.0.15843807, VMW_bootbank_vmkata_0.1-1vmw.700.1.0.15843807, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.700.1.0.15843807, VMW_bootbank_vmkusb_0.1-1vmw.700.1.0.15843807, VMW_bootbank_vmw-ahci_1.3.9-1vmw.700.1.0.15843807, VMware_bootbank_cpu-microcode_7.0.0-1.0.15843807, VMware_bootbank_crx_7.0.0-1.0.15843807, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-2vmw.700.1.0.15843807, VMware_bootbank_esx-base_7.0.0-1.0.15843807, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.0-1.0.15843807, VMware_bootbank_esx-ui_1.34.0-15603211, VMware_bootbank_esx-update_7.0.0-1.0.15843807, VMware_bootbank_esx-xserver_7.0.0-1.0.15843807, VMware_bootbank_loadesx_7.0.0-1.0.15843807, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-2vmw.700.1.0.15843807, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_1.0.0-2vmw.700.1.0.15843807, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-2vmw.700.1.0.15843807, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.700.1.0.15843807, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.700.1.0.15843807, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.700.1.0.15843807, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.700.1.0.15843807, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-3vmw.700.1.0.15843807, VMware_bootbank_native-misc-drivers_7.0.0-1.0.15843807, VMware_bootbank_qlnativefc_4.0.1.0-3vmw.700.1.0.15843807, VMware_bootbank_vdfs_7.0.0-1.0.15843807, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.37-1vmw.700.1.0.15843807, VMware_bootbank_vsan_7.0.0-1.0.15843807, VMware_bootbank_vsanhealth_7.0.0-1.0.15843807, VMware_locker_tools-light_11.0.5.15389592-15843807
VIBs Removed: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.670.0.0.8169922, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.670.0.0.8169922, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.670.0.0.8169922, VMW_bootbank_ata-pata-via_0.3.3-2vmw.670.0.0.8169922, VMW_bootbank_block-cciss_3.6.14-10vmw.670.0.0.8169922, VMW_bootbank_bnxtnet_20.6.101.7-24vmw.670.3.73.14320388, VMW_bootbank_bnxtroce_20.6.101.0-20vmw.670.1.28.10302608, VMW_bootbank_brcmfcoe_11.4.1078.25-14vmw.670.3.73.14320388, VMW_bootbank_char-random_1.0-3vmw.670.0.0.8169922, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.670.0.0.8169922, VMW_bootbank_elxiscsi_11.4.1174.0-2vmw.670.0.0.8169922, VMW_bootbank_elxnet_11.4.1097.0-5vmw.670.3.73.14320388, VMW_bootbank_hid-hid_1.0-3vmw.670.0.0.8169922, VMW_bootbank_i40en_1.8.1.9-2vmw.670.3.73.14320388, VMW_bootbank_iavmd_1.2.0.1011-2vmw.670.0.0.8169922, VMW_bootbank_ima-qla4xxx_2.02.18-1vmw.670.0.0.8169922, VMW_bootbank_ipmi-ipmi-devintf_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.670.1.28.10302608, VMW_bootbank_ipmi-ipmi-si-drv_39.1-5vmw.670.1.28.10302608, VMW_bootbank_iser_1.0.0.0-1vmw.670.1.28.10302608, VMW_bootbank_ixgben_1.7.1.16-1vmw.670.3.73.14320388, VMW_bootbank_lpfc_11.4.33.25-14vmw.670.3.73.14320388, VMW_bootbank_lpnic_11.4.59.0-1vmw.670.0.0.8169922, VMW_bootbank_lsi-mr3_7.708.07.00-3vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt2_20.00.06.00-2vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt35_09.00.00.00-5vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt3_17.00.02.00-1vmw.670.3.73.14320388, VMW_bootbank_misc-cnic-register_1.78.75.v60.7-1vmw.670.0.0.8169922, VMW_bootbank_misc-drivers_6.7.0-2.48.13006603, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.670.1.28.10302608, VMW_bootbank_ne1000_0.8.4-2vmw.670.2.48.13006603, VMW_bootbank_nenic_1.0.29.0-1vmw.670.3.73.14320388, VMW_bootbank_net-bnx2_2.2.4f.v60.10-2vmw.670.0.0.8169922, VMW_bootbank_net-bnx2x_1.78.80.v60.12-2vmw.670.0.0.8169922, VMW_bootbank_net-cdc-ether_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-cnic_1.78.76.v60.13-2vmw.670.0.0.8169922, VMW_bootbank_net-e1000_8.0.3.1-5vmw.670.0.0.8169922, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.670.0.0.8169922, VMW_bootbank_net-enic_2.1.2.38-2vmw.670.0.0.8169922, VMW_bootbank_net-fcoe_1.0.29.9.3-7vmw.670.0.0.8169922, VMW_bootbank_net-forcedeth_0.61-2vmw.670.0.0.8169922, VMW_bootbank_net-igb_5.0.5.1.1-5vmw.670.0.0.8169922, VMW_bootbank_net-ixgbe_3.7.13.7.14iov-20vmw.670.0.0.8169922, VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.670.0.0.8169922, VMW_bootbank_net-nx-nic_5.0.621-5vmw.670.0.0.8169922, VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.670.0.0.8169922, VMW_bootbank_net-usbnet_1.0-3vmw.670.0.0.8169922, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.2.48.13006603, VMW_bootbank_nfnic_4.0.0.29-0vmw.670.3.73.14320388, VMW_bootbank_nhpsa_2.0.22-3vmw.670.1.28.10302608, VMW_bootbank_nmlx4-core_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-en_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx4-rdma_3.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_nmlx5-core_4.17.13.1-1vmw.670.3.73.14320388, VMW_bootbank_nmlx5-rdma_4.17.13.1-1vmw.670.2.48.13006603, VMW_bootbank_ntg3_4.1.3.2-1vmw.670.1.28.10302608, VMW_bootbank_nvme_1.2.2.28-1vmw.670.3.73.14320388, VMW_bootbank_nvmxnet3-ens_2.0.0.21-1vmw.670.0.0.8169922, VMW_bootbank_nvmxnet3_2.0.0.29-1vmw.670.1.28.10302608, VMW_bootbank_ohci-usb-ohci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_pvscsi_0.1-2vmw.670.0.0.8169922, VMW_bootbank_qcnic_1.0.2.0.4-1vmw.670.0.0.8169922, VMW_bootbank_qedentv_2.0.6.4-10vmw.670.1.28.10302608, VMW_bootbank_qfle3_1.0.50.11-9vmw.670.0.0.8169922, VMW_bootbank_qfle3f_1.0.25.0.2-14vmw.670.0.0.8169922, VMW_bootbank_qfle3i_1.0.2.3.9-3vmw.670.0.0.8169922, VMW_bootbank_qflge_1.1.0.11-1vmw.670.0.0.8169922, VMW_bootbank_sata-ahci_3.0-26vmw.670.0.0.8169922, VMW_bootbank_sata-ata-piix_2.12-10vmw.670.0.0.8169922, VMW_bootbank_sata-sata-nv_3.5-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-promise_2.12-3vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil24_1.1-1vmw.670.0.0.8169922, VMW_bootbank_sata-sata-sil_2.3-4vmw.670.0.0.8169922, VMW_bootbank_sata-sata-svw_2.3-3vmw.670.0.0.8169922, VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.670.0.0.8169922, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.670.0.0.8169922, VMW_bootbank_scsi-aic79xx_3.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2fc_1.78.78.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-bnx2i_2.78.76.v60.8-1vmw.670.0.0.8169922, VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.670.0.0.8169922, VMW_bootbank_scsi-hpsa_6.0.0.84-3vmw.670.0.0.8169922, VMW_bootbank_scsi-ips_7.12.05-4vmw.670.0.0.8169922, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.670.0.0.8169922, VMW_bootbank_scsi-libfc-92_1.0.40.9.3-5vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid-sas_6.603.55.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.670.0.0.8169922, VMW_bootbank_scsi-mpt2sas_19.00.00.00-2vmw.670.0.0.8169922, VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.670.0.0.8169922, VMW_bootbank_scsi-qla4xxx_5.01.03.2-7vmw.670.0.0.8169922, VMW_bootbank_sfvmk_1.0.0.1003-6vmw.670.3.73.14320388, VMW_bootbank_shim-iscsi-linux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libata-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfc-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-libfcoe-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-1-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-2-0_6.7.0-0.0.8169922, VMW_bootbank_shim-vmklinux-9-2-3-0_6.7.0-0.0.8169922, VMW_bootbank_smartpqi_1.0.1.553-28vmw.670.3.73.14320388, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.670.0.0.8169922, VMW_bootbank_usbcore-usb_1.0-3vmw.670.0.0.8169922, VMW_bootbank_vmkata_0.1-1vmw.670.0.0.8169922, VMW_bootbank_vmkfcoe_1.0.0.1-1vmw.670.1.28.10302608, VMW_bootbank_vmkplexer-vmkplexer_6.7.0-0.0.8169922, VMW_bootbank_vmkusb_0.1-1vmw.670.2.48.13006603, VMW_bootbank_vmw-ahci_1.2.8-1vmw.670.3.73.14320388, VMW_bootbank_xhci-xhci_1.0-3vmw.670.0.0.8169922, VMware_bootbank_cpu-microcode_6.7.0-3.77.15018017, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.1-2.48.13006603, VMware_bootbank_esx-base_6.7.0-3.77.15018017, VMware_bootbank_esx-dvfilter-generic-fastpath_6.7.0-0.0.8169922, VMware_bootbank_esx-ui_1.33.4-14093553, VMware_bootbank_esx-update_6.7.0-3.77.15018017, VMware_bootbank_esx-xserver_6.7.0-3.73.14320388, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-16vmw.670.1.28.10302608, VMware_bootbank_lsu-intel-vmd-plugin_1.0.0-2vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-drivers-plugin_1.0.0-1vmw.670.2.48.13006603, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-13vmw.670.1.28.10302608, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-9vmw.670.2.48.13006603, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-9vmw.670.0.0.8169922, VMware_bootbank_lsu-lsi-mpt2sas-plugin_2.0.0-7vmw.670.0.0.8169922, VMware_bootbank_lsu-smartpqi-plugin_1.0.0-3vmw.670.1.28.10302608, VMware_bootbank_native-misc-drivers_6.7.0-2.48.13006603, VMware_bootbank_qlnativefc_3.1.8.0-5vmw.670.3.73.14320388, VMware_bootbank_rste_2.0.2.0088-7vmw.670.0.0.8169922, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.36-2.48.13006603, VMware_bootbank_vsan_6.7.0-3.77.14914424, VMware_bootbank_vsanhealth_6.7.0-3.77.14914425, VMware_locker_tools-light_10.3.10.12406962-14141615
VIBs Skipped: VMW_bootbank_igbn_0.1.1.0-6vmw.700.1.0.15843807
[root@xd-1541-5028d:~] reboot
This upgrade failed, details below. Version: 6.7.0 (Build 15160138)
to: Version: 7.0.0 (Build 15843807)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1567-5028d:~] esxcli software profile update -p ESXi-7.0.0-15843807-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-i
ndex.xml
[StatelessError]
The transaction is not supported: VIB VMW_bootbank_vmw-ahci_1.3.9-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_smartpqi_1.0.4.3011-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_brcmfcoe_12.0.1500.0-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_bnxtnet_216.0.50.0-4vmw.700.1.0.15843807 cann ot be live installed. VIB VMW_bootbank_bnxtroce_216.0.58.0-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_iser_1.1.0.0-1vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank_native-misc-drivers_7.0.0-1.0.15843807 cannot be live installed. VIB VMW_bootbank_mtip32xx-native_3.9.8-1vmw.700.1.0.15843807 cannot be live in stalled. VIB VMW_bootbank_qfle3i_1.0.15.0-6vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_nmlx4-rdma_3.19.16.7-1vmw.700.1.0.15843807 cannot be live installed . VIB VMW_bootbank_nmlx4-core_3.19.16.7-1vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_1.0.0-2vmw.700.1.0.15843807 cannot b e live installed. VIB VMware_bootbank_esx-update_7.0.0-1.0.15843807 cannot be live installed. VIB VMW_bootbank_nvme-pcie_1.2.2.13-1vmw.700.1.0.15843807 cannot be live install ed. VIB VMW_bootbank_ixgben_1.7.1.26-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_lsi-msgpt3_17.00.10.00-1vmw.700.1.0.15843807 cannot be live installed. V IB VMW_bootbank_nmlx4-en_3.19.16.7-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_ bootbank_rste_2.0.2.0088-7vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-2vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_qedentv_3.12.1.0-23vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_lpfc_12.4.293.3-5vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootba nk_nenic_1.0.29.0-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_i40iwn_1.1.2.5-1vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank_lsuv2-ls iv2-drivers-plugin_1.0.0-2vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_nvmerdma_1.0.0.0-1vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank _qlnativefc_4.0.1.0-3vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_qcnic_1.0.15.0-8vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_lsi-mr3_7 .712.50.00-1vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_n e1000_0.8.4-10vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_qedrntv_3.12.1.2-12vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank_elx-esx-li belxima.so_12.0.1200.0-2vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_vmkata_0.1-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_elxnet_12. 0.1250.0-5vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-3vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_el xiscsi_12.0.1200.0-1vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank_cpu-microcode_7.0.0-1.0.15843807 cannot be live installed. VIB VMW_bootbank_qfle3_1.0.6 6.0-5vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_nmlx5-core_4.19.16.7-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_nmlx5-rdma_4.19.16. 7-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_pvscsi_0.1-2vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank_vsan_7.0.0-1.0.15843807 cann ot be live installed. VIB VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_lpnic_11.4.62.0-1vmw.700.1.0.15843807 can not be live installed. VIB VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_qfle3f_1.0.51.0-12vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_lsi-msgpt35_13.00.12.00-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_nfnic_4.0.0.44-1vmw.700.1.0.15843807 cann ot be live installed. VIB VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_brcmnvmefc_12.4.293.2-3vmw.700.1.0.15843807 cann ot be live installed. VIB VMW_bootbank_vmkusb_0.1-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_sfvmk_2.0.0.1004-3vmw.700.1.0.15843807 cannot be live insta lled. VIB VMW_bootbank_nhpsa_2.0.50-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_iavmd_2.0.0.1055-3vmw.700.1.0.15843807 cannot be live installed. VIB VMW_ bootbank_lsi-msgpt2_20.00.06.00-2vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank_esx-base_7.0.0-1.0.15843807 cannot be live installed. VIB VMW_bootbank_qfl ge_1.1.0.11-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_i40en_1.8.1.16-1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_ntg3_4.1.4.1-1vmw .700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.700.1.0.15843807 cannot be live installed. VIB VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0 -1vmw.700.1.0.15843807 cannot be live installed. VIB VMW_bootbank_lsi-msgpt35_09.00.00.00-5vmw.670.3.73.14320388 cannot be removed live. VIB VMW_bootbank_block-cciss_3.6.14-1 0vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_qfle3i_1.0.2.3.9-3vmw.670.0.0.8169922 cannot be removed live. VIB VMware_bootbank_lsu-lsi-mpt2sas-plugin_2.0.0-7 vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_scsi-mpt2sas_19.00.00.00-2vmw.670.0.0.8169922 cannot be removed live. VIB VMware_bootbank_lsu-hp-hpsa-plugin_2.0. 0-16vmw.670.1.28.10302608 cannot be removed live. VIB VMW_bootbank_iavmd_1.2.0.1011-2vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_sata-sata-nv_3.5-4vmw.670.0. 0.8169922 cannot be removed live. VIB VMW_bootbank_usbcore-usb_1.0-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_nmlx4-rdma_3.17.13.1-1vmw.670.2.48.13006603 c annot be removed live. VIB VMW_bootbank_shim-libfcoe-9-2-1-0_6.7.0-0.0.8169922 cannot be removed live. VIB VMW_bootbank_shim-libfcoe-9-2-2-0_6.7.0-0.0.8169922 cannot be remov ed live. VIB VMW_bootbank_nmlx4-core_3.17.13.1-1vmw.670.2.48.13006603 cannot be removed live. VIB VMW_bootbank_hid-hid_1.0-3vmw.670.0.0.8169922 cannot be removed live. VIB VM W_bootbank_scsi-fnic_1.5.0.45-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_qflge_1.1.0.11-1vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_scsi- bnx2i_2.78.76.v60.8-1vmw.670.0.0.8169922 cannot be removed live. VIB INT_bootbank_net-ixgbe_4.5.3-1OEM.600.0.0.2494585 cannot be removed live. VIB VMW_bootbank_sata-ata-piix_ 2.12-10vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_smartpqi_1.0.1.553-28vmw.670.3.73.14320388 cannot be removed live. VIB VMW_bootbank_shim-libfc-9-2-1-0_6.7 .0-0.0.8169922 cannot be removed live. VIB VMW_bootbank_shim-libfc-9-2-2-0_6.7.0-0.0.8169922 cannot be removed live. VIB VMW_bootbank_ipmi-ipmi-devintf_39.1-5vmw.670.1.28.103 02608 cannot be removed live. VIB VMware_bootbank_esx-update_6.7.0-3.89.15160138 cannot be removed live. VIB VMW_bootbank_net-igb_5.0.5.1.1-5vmw.670.0.0.8169922 cannot be rem oved live. VIB VMW_bootbank_nhpsa_2.0.22-3vmw.670.1.28.10302608 cannot be removed live. VIB VMW_bootbank_net-forcedeth_0.61-2vmw.670.0.0.8169922 cannot be removed live. VIB V MW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_brcmfcoe_11.4.1078.25-14vmw.670.3.73.14320388 cannot be removed live. VIB VMW_ bootbank_lsi-msgpt2_20.00.06.00-2vmw.670.3.73.14320388 cannot be removed live. VIB VMW_bootbank_lpfc_11.4.33.25-14vmw.670.3.73.14320388 cannot be removed live. VIB VMW_bootba nk_nvmxnet3_2.0.0.29-1vmw.670.1.28.10302608 cannot be removed live. VIB VMW_bootbank_scsi-aic79xx_3.1-6vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_net-bnx2_2 .2.4f.v60.10-2vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_net-cnic_1.78.76.v60.13-2vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_net-usbnet_1. 0-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.3.89.15160138 cannot be removed live. VIB VMW_bootbank_nenic_1.0.29.0-1vmw.670.3. 73.14320388 cannot be removed live. VIB VMW_bootbank_sata-sata-promise_2.12-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_qfle3f_1.0.25.0.2-14vmw.670.0.0.8169 922 cannot be removed live. VIB VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.670.0.0.816992 2 cannot be removed live. VIB VMware_bootbank_lsu-lsi-drivers-plugin_1.0.0-1vmw.670.2.48.13006603 cannot be removed live. VIB VMware_bootbank_esx-base_6.7.0-3.89.15160138 can not be removed live. VIB VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_vmkfcoe_1.0.0.1-1vmw.670.1.28.10302608 cannot be re moved live. VIB VMW_bootbank_char-random_1.0-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_xhci-xhci_1.0-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_ bootbank_qfle3_1.0.50.11-9vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.670.0.0.8169922 cannot be removed live. VIB VMware_bootbank_elx- esx-libelxima.so_11.4.1184.2-3.89.15160138 cannot be removed live. VIB VMW_bootbank_ima-qla4xxx_2.02.18-1vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_ata-pata -atiixp_0.4.6-4vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_scsi-adp94xx_1. 0.8.12-6vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_shim-vmklinux-9-2-2-0_6.7.0-0.0.8169922 cannot be removed live. VIB VMW_bootbank_shim-vmklinux-9-2-3-0_6. 7.0-0.0.8169922 cannot be removed live. VIB VMW_bootbank_ata-pata-amd_0.3.10-3vmw.670.0.0.8169922 cannot be removed live. VIB VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0. 0-9vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_shim-vmklinux-9-2-1-0_6.7.0-0.0.8169922 cannot be removed live. VIB VMW_bootbank_pvscsi_0.1-2vmw.670.0.0.81699 22 cannot be removed live. VIB VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.7.0-0.0.8169922 cannot be removed live. VIB VMW_bootbank_bnxtnet_20.6.101.7-24vmw.670.3.73.14320388 can not be removed live. VIB VMW_bootbank_shim-iscsi-linux-9-2-1-0_6.7.0-0.0.8169922 cannot be removed live. VIB VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-13vmw.670.1.28.10302 608 cannot be removed live. VIB VMware_bootbank_native-misc-drivers_6.7.0-3.89.15160138 cannot be removed live. VIB VMware_bootbank_rste_2.0.2.0088-7vmw.670.0.0.8169922 canno t be removed live. VIB VMW_bootbank_elxnet_11.4.1097.0-5vmw.670.3.73.14320388 cannot be removed live. VIB VMW_bootbank_bnxtroce_20.6.101.0-20vmw.670.1.28.10302608 cannot be r emoved live. VIB VMW_bootbank_net-nx-nic_5.0.621-5vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_scsi-hpsa_6.0.0.84-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_mtip32xx-native_3.9.8-1vmw.670.1.28.10302608 cannot be removed liv e. VIB VMW_bootbank_sata-ahci_3.0-26vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bo otbank_ne1000_0.8.4-2vmw.670.2.48.13006603 cannot be removed live. VIB VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_nfnic_ 4.0.0.29-0vmw.670.3.73.14320388 cannot be removed live. VIB VMW_bootbank_net-e1000_8.0.3.1-5vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_shim-libata-9-2-2-0_6 .7.0-0.0.8169922 cannot be removed live. VIB VMW_bootbank_shim-libata-9-2-1-0_6.7.0-0.0.8169922 cannot be removed live. VIB VMW_bootbank_ipmi-ipmi-si-drv_39.1-5vmw.670.1.28.1 0302608 cannot be removed live. VIB VMW_bootbank_net-e1000e_3.2.2.1-2vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.670.0.0.8169922 ca nnot be removed live. VIB VMW_bootbank_scsi-ips_7.12.05-4vmw.670.0.0.8169922 cannot be removed live. VIB VMware_bootbank_lsu-intel-vmd-plugin_1.0.0-2vmw.670.1.28.10302608 can not be removed live. VIB VMW_bootbank_scsi-qla4xxx_5.01.03.2-7vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.670.0.0.8169922 cannot b e removed live. VIB VMware_bootbank_cpu-microcode_6.7.0-3.77.15018017 cannot be removed live. VIB VMW_bootbank_net-cdc-ether_1.0-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_lsi-msgpt3_17.00.02.00-1vmw.670.3.73.14320388 cannot be removed live. VIB VMW_bootbank_lpnic_11.4.59.0-1vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_scsi-megaraid-sas_6.603.55.00-2vmw.670.0.0.8169922 cannot be removed live. VIB VMW _bootbank_misc-cnic-register_1.78.75.v60.7-1vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_ntg3_4.1.3.2-1vmw.670.1.28.10302608 cannot be removed live. VIB VMW_b ootbank_nvmxnet3-ens_2.0.0.21-1vmw.670.0.0.8169922 cannot be removed live. VIB VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-9vmw.670.2.48.13006603 cannot be removed live. VIB VMW_bootbank_scsi-libfc-92_1.0.40.9.3-5vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_sata-sata-sil24_1.1-1vmw.670.0.0.8169922 cannot be removed live. VIB V MW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.670.1.28.10302608 cannot be removed live. VIB VMW_bootbank_ixgben_1.7.1.16-1vmw.670.3.73.14320388 cannot be removed live. VIB VMW_b ootbank_sata-sata-svw_2.3-3vmw.670.0.0.8169922 cannot be removed live. VIB VMware_bootbank_esx-dvfilter-generic-fastpath_6.7.0-0.0.8169922 cannot be removed live. VIB VMW_boo tbank_ata-pata-via_0.3.3-2vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_nmlx5-core_4.17.13.1-1vmw.670.3.73.14320388 cannot be removed live. VIB VMW_bootbank_sc si-megaraid-mbox_2.20.5.1-6vmw.670.0.0.8169922 cannot be removed live. VIB VMware_bootbank_vsan_6.7.0-3.89.14840357 cannot be removed live. VIB VMW_bootbank_nmlx4-en_3.17.13. 1-1vmw.670.2.48.13006603 cannot be removed live. VIB VMW_bootbank_net-bnx2x_1.78.80.v60.12-2vmw.670.0.0.8169922 cannot be removed live. VIB VMware_bootbank_qlnativefc_3.1.8.0 -5vmw.670.3.73.14320388 cannot be removed live. VIB VMware_bootbank_lsu-smartpqi-plugin_1.0.0-3vmw.670.1.28.10302608 cannot be removed live. VIB VMW_bootbank_nmlx5-rdma_4.17. 13.1-1vmw.670.2.48.13006603 cannot be removed live. VIB VMW_bootbank_net-enic_2.1.2.38-2vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_i40en_1.8.1.9-2vmw.670.3. 73.14320388 cannot be removed live. VIB VMW_bootbank_misc-drivers_6.7.0-2.48.13006603 cannot be removed live. VIB VMW_bootbank_elxiscsi_11.4.1174.0-2vmw.670.0.0.8169922 canno t be removed live. VIB VMW_bootbank_ohci-usb-ohci_1.0-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_uhci-usb-uhci_1.0-3vmw.670.0.0.8169922 cannot be removed l ive. VIB VMW_bootbank_sata-sata-sil_2.3-4vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_vmw-ahci_1.2.8-1vmw.670.3.73.14320388 cannot be removed live. VIB VMW_bo otbank_ata-pata-serverworks_0.4.3-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_lsi-mr3_7.708.07.00-3vmw.670.3.73.14320388 cannot be removed live. VIB VMW_boo tbank_ata-libata-92_3.00.9.2-16vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_scsi-bnx2fc_1.78.78.v60.8-1vmw.670.0.0.8169922 cannot be removed live. VIB VMW_boo tbank_sfvmk_1.0.0.1003-6vmw.670.3.73.14320388 cannot be removed live. VIB VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank _iser_1.0.0.0-1vmw.670.1.28.10302608 cannot be removed live. VIB VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_nvme_1 .2.2.28-1vmw.670.3.73.14320388 cannot be removed live. VIB VMW_bootbank_qedentv_2.0.6.4-10vmw.670.1.28.10302608 cannot be removed live. VIB VMW_bootbank_net-mlx4-en_1.9.7.0-1 vmw.670.0.0.8169922 cannot be removed live. VIB VMW_bootbank_vmkplexer-vmkplexer_6.7.0-0.0.8169922 cannot be removed live. VIB VMW_bootbank_net-fcoe_1.0.29.9.3-7vmw.670.0.0.8 169922 cannot be removed live.
Please refer to the log file for more details.
[root@xd-1567-5028d:~]
This upgrade failed, details below. Version: 7.0.0 (Build 15843807)
to: Version: 7.0.0 (Build 16324942)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0b-16324942-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
Update Result
Message: Operation finished successfully.
Reboot Required: false
VIBs Installed:
VIBs Removed:
VIBs Skipped: VMW_bootbank_bnxtnet_216.0.50.0-4vmw.700.1.0.15843807, VMW_bootbank_bnxtroce_216.0.58.0-1vmw.700.1.0.15843807, VMW_bootbank_brcmfcoe_12.0.1500.0-1vmw.7807, VMW_bootbank_brcmnvmefc_12.4.293.2-3vmw.700.1.0.15843807, VMW_bootbank_elxiscsi_12.0.1200.0-1vmw.700.1.0.15843807, VMW_bootbank_elxnet_12.0.1250.0-5vmw.700.1.0.158ootbank_i40en_1.8.1.16-1vmw.700.1.0.15843807, VMW_bootbank_i40iwn_1.1.2.5-1vmw.700.1.0.15843807, VMW_bootbank_iavmd_2.0.0.1055-3vmw.700.1.0.15843807, VMW_bootbank_igbn_.700.1.0.15843807, VMW_bootbank_iser_1.1.0.0-1vmw.700.1.0.15843807, VMW_bootbank_ixgben_1.7.1.26-1vmw.700.1.0.15843807, VMW_bootbank_lpfc_12.4.293.3-5vmw.700.1.0.158438bank_lpnic_11.4.62.0-1vmw.700.1.0.15843807, VMW_bootbank_lsi-mr3_7.712.50.00-1vmw.700.1.0.15843807, VMW_bootbank_lsi-msgpt2_20.00.06.00-2vmw.700.1.0.15843807, VMW_bootbt35_13.00.12.00-1vmw.700.1.0.15843807, VMW_bootbank_lsi-msgpt3_17.00.10.00-1vmw.700.1.0.15843807, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.700.1.0.15843807, VMW_bootbank4-10vmw.700.1.0.15843807, VMW_bootbank_nenic_1.0.29.0-1vmw.700.1.0.15843807, VMW_bootbank_nfnic_4.0.0.44-1vmw.700.1.0.15843807, VMW_bootbank_nhpsa_2.0.50-1vmw.700.1.0.1_bootbank_nmlx4-core_3.19.16.7-1vmw.700.1.0.15843807, VMW_bootbank_nmlx4-en_3.19.16.7-1vmw.700.1.0.15843807, VMW_bootbank_nmlx4-rdma_3.19.16.7-1vmw.700.1.0.15843807, VMmlx5-core_4.19.16.7-1vmw.700.1.0.15843807, VMW_bootbank_nmlx5-rdma_4.19.16.7-1vmw.700.1.0.15843807, VMW_bootbank_ntg3_4.1.4.1-1vmw.700.1.0.15843807, VMW_bootbank_nvme-p-1vmw.700.1.25.16324942, VMW_bootbank_nvmerdma_1.0.0.0-1vmw.700.1.0.15843807, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.700.1.0.15843807, VMW_bootbank_nvmxnet3_2.0.0.30-115843807, VMW_bootbank_pvscsi_0.1-2vmw.700.1.0.15843807, VMW_bootbank_qcnic_1.0.15.0-8vmw.700.1.0.15843807, VMW_bootbank_qedentv_3.12.1.0-23vmw.700.1.0.15843807, VMW_botv_3.12.1.2-12vmw.700.1.0.15843807, VMW_bootbank_qfle3_1.0.66.0-5vmw.700.1.0.15843807, VMW_bootbank_qfle3f_1.0.51.0-12vmw.700.1.0.15843807, VMW_bootbank_qfle3i_1.0.15.00.15843807, VMW_bootbank_qflge_1.1.0.11-1vmw.700.1.0.15843807, VMW_bootbank_rste_2.0.2.0088-7vmw.700.1.0.15843807, VMW_bootbank_sfvmk_2.0.0.1004-3vmw.700.1.0.15843807, _smartpqi_1.0.4.3011-1vmw.700.1.0.15843807, VMW_bootbank_vmkata_0.1-1vmw.700.1.0.15843807, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.700.1.0.15843807, VMW_bootbank_vmkusb_0.1-1.16324942, VMW_bootbank_vmw-ahci_1.3.9-1vmw.700.1.0.15843807, VMware_bootbank_cpu-microcode_7.0.0-1.25.16324942, VMware_bootbank_crx_7.0.0-1.25.16324942, VMware_bootbanbelxima.so_12.0.1200.0-2vmw.700.1.0.15843807, VMware_bootbank_esx-base_7.0.0-1.25.16324942, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.0-1.25.16324942, VMware_boi_1.34.0-15603211, VMware_bootbank_esx-update_7.0.0-1.25.16324942, VMware_bootbank_esx-xserver_7.0.0-1.25.16324942, VMware_bootbank_loadesx_7.0.0-1.25.16324942, VMware_v2-hpv2-hpsa-plugin_1.0.0-2vmw.700.1.0.15843807, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_1.0.0-2vmw.700.1.0.15843807, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_10.1.0.15843807, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.700.1.0.15843807, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.700.1.0.15843807, VMware_bootbank_lplugin_1.0.0-1vmw.700.1.0.15843807, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.700.1.0.15843807, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-3vmw.700.1.0.1584_bootbank_native-misc-drivers_7.0.0-1.25.16324942, VMware_bootbank_qlnativefc_4.0.1.0-3vmw.700.1.0.15843807, VMware_bootbank_vdfs_7.0.0-1.25.16324942, VMware_bootbank_vxcli-nvme-plugin_1.2.0.37-1vmw.700.1.0.15843807, VMware_bootbank_vsan_7.0.0-1.25.16324942, VMware_bootbank_vsanhealth_7.0.0-1.25.16324942, VMware_locker_tools-light_11.-16321839
[root@xd-1541-5028d:~] reboot
This upgrade was successful, despite the ESXCLI command result showing "VIBs Installed:" as blank.
Version: 7.0.0 (Build 16324942)
to: Version: 7.0.1 (Build 16850804)
This upgrade to my SYS-5028D-TN4T Xeon D-1541 system succeeded, yet it showed all VIBs skipped, as shown below. This same unusual behavior was seen on another Xeon D-1541 system last night.
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0.1-16850804-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
Update Result
Message: Operation finished successfully.
Reboot Required: false
VIBs Installed:
VIBs Removed:
VIBs Skipped: VMW_bootbank_bnxtnet_216.0.50.0-16vmw.701.0.0.16850804, VMW_bootbank_bnxtroce_216.0.58.0-7vmw.701.0.0.16850804, VMW_bootbank_brcmfcoe_12.0.1500.0-1vmw.701.0.0.16850804, VMW_bootbank_brcmnvmefc_12.6.278.10-3vmw.701.0.0.16850804, VMW_bootbank_elxiscsi_12.0.1200.0-2vmw.701.0.0.16850804, VMW_bootbank_elxnet_12.0.1250.0-5vmw.701.0.0.16850804, VMW_bootbank_i40en_1.8.1.123-1vmw.701.0.0.16850804, VMW_bootbank_i40iwn_1.1.2.6-1vmw.701.0.0.16850804, VMW_bootbank_iavmd_2.0.0.1055-5vmw.701.0.0.16850804, VMW_bootbank_icen_1.0.0.9-1vmw.701.0.0.16850804, VMW_bootbank_igbn_0.1.1.0-7vmw.701.0.0.16850804, VMW_bootbank_iser_1.1.0.1-1vmw.701.0.0.16850804, VMW_bootbank_ixgben_1.7.1.28-1vmw.701.0.0.16850804, VMW_bootbank_lpfc_12.6.278.10-8vmw.701.0.0.16850804, VMW_bootbank_lpnic_11.4.62.0-1vmw.701.0.0.16850804, VMW_bootbank_lsi-mr3_7.712.51.00-1vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt35_13.00.13.00-2vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt3_17.00.10.00-2vmw.701.0.0.16850804, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.701.0.0.16850804, VMW_bootbank_ne1000_0.8.4-11vmw.701.0.0.16850804, VMW_bootbank_nenic_1.0.29.0-2vmw.701.0.0.16850804, VMW_bootbank_nfnic_4.0.0.44-2vmw.701.0.0.16850804, VMW_bootbank_nhpsa_70.0050.0.100-1vmw.701.0.0.16850804, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx5-core_4.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx5-rdma_4.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_ntg3_4.1.5.0-0vmw.701.0.0.16850804, VMW_bootbank_nvme-pcie_1.2.3.9-2vmw.701.0.0.16850804, VMW_bootbank_nvmerdma_1.0.1.2-1vmw.701.0.0.16850804, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.701.0.0.16850804, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.701.0.0.16850804, VMW_bootbank_pvscsi_0.1-2vmw.701.0.0.16850804, VMW_bootbank_qcnic_1.0.15.0-10vmw.701.0.0.16850804, VMW_bootbank_qedentv_3.40.3.0-12vmw.701.0.0.16850804, VMW_bootbank_qedrntv_3.40.4.0-12vmw.701.0.0.16850804, VMW_bootbank_qfle3_1.0.67.0-9vmw.701.0.0.16850804, VMW_bootbank_qfle3f_1.0.51.0-14vmw.701.0.0.16850804, VMW_bootbank_qfle3i_1.0.15.0-9vmw.701.0.0.16850804, VMW_bootbank_qflge_1.1.0.11-1vmw.701.0.0.16850804, VMW_bootbank_rste_2.0.2.0088-7vmw.701.0.0.16850804, VMW_bootbank_sfvmk_2.4.0.0010-15vmw.701.0.0.16850804, VMW_bootbank_smartpqi_70.4000.0.100-3vmw.701.0.0.16850804, VMW_bootbank_vmkata_0.1-1vmw.701.0.0.16850804, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.701.0.0.16850804, VMW_bootbank_vmkusb_0.1-1vmw.701.0.0.16850804, VMW_bootbank_vmw-ahci_2.0.5-2vmw.701.0.0.16850804, VMware_bootbank_cpu-microcode_7.0.1-0.0.16850804, VMware_bootbank_crx_7.0.1-0.0.16850804, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-3vmw.701.0.0.16850804, VMware_bootbank_esx-base_7.0.1-0.0.16850804, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.1-0.0.16850804, VMware_bootbank_esx-ui_1.34.4-16668064, VMware_bootbank_esx-update_7.0.1-0.0.16850804, VMware_bootbank_esx-xserver_7.0.1-0.0.16850804, VMware_bootbank_gc_7.0.1-0.0.16850804, VMware_bootbank_loadesx_7.0.1-0.0.16850804, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.701.0.0.16850804, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_1.0.0-2vmw.701.0.0.16850804, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-4vmw.701.0.0.16850804, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-4vmw.701.0.0.16850804, VMware_bootbank_native-misc-drivers_7.0.1-0.0.16850804, VMware_bootbank_qlnativefc_4.0.3.0-17vmw.701.0.0.16850804, VMware_bootbank_vdfs_7.0.1-0.0.16850804, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.38-1vmw.701.0.0.16850804, VMware_bootbank_vsan_7.0.1-0.0.16850804, VMware_bootbank_vsanhealth_7.0.1-0.0.16850804, VMware_locker_tools-light_11.1.1.16303738-16850804
[root@xd-1541-5028d:~] reboot
Version: 7.0.1 (Build 16324942)
to: Version: 7.0.1a (Build 17119627)
This upgrade to my SYS-5028D-TN4T Xeon D-1541 system succeeded, and doesn't show VIBS skipped like going to Update 1 did.
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U1a-17119627-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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_7.0.1-0.10.17119627, VMware_bootbank_crx_7.0.1-0.10.17119627, VMware_bootbank_esx-base_7.0.1-0.10.17119627, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.1-0.10.17119627, VMware_bootbank_esx-update_7.0.1-0.10.17119627, VMware_bootbank_esx-xserver_7.0.1-0.10.17119627, VMware_bootbank_gc_7.0.1-0.10.17119627, VMware_bootbank_loadesx_7.0.1-0.10.17119627, VMware_bootbank_native-misc-drivers_7.0.1-0.10.17119627, VMware_bootbank_vdfs_7.0.1-0.10.17119627, VMware_bootbank_vsan_7.0.1-0.10.17119627, VMware_bootbank_vsanhealth_7.0.1-0.10.17119627
VIBs Removed: VMware_bootbank_cpu-microcode_7.0.1-0.0.16850804, VMware_bootbank_crx_7.0.1-0.0.16850804, VMware_bootbank_esx-base_7.0.1-0.0.16850804, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.1-0.0.16850804, VMware_bootbank_esx-update_7.0.1-0.0.16850804, VMware_bootbank_esx-xserver_7.0.1-0.0.16850804, VMware_bootbank_gc_7.0.1-0.0.16850804, VMware_bootbank_loadesx_7.0.1-0.0.16850804, VMware_bootbank_native-misc-drivers_7.0.1-0.0.16850804, VMware_bootbank_vdfs_7.0.1-0.0.16850804, VMware_bootbank_vsan_7.0.1-0.0.16850804, VMware_bootbank_vsanhealth_7.0.1-0.0.16850804
VIBs Skipped: VMW_bootbank_bnxtnet_216.0.50.0-16vmw.701.0.0.16850804, VMW_bootbank_bnxtroce_216.0.58.0-7vmw.701.0.0.16850804, VMW_bootbank_brcmfcoe_12.0.1500.0-1vmw.701.0.0.16850804, VMW_bootbank_brcmnvmefc_12.6.278.10-3vmw.701.0.0.16850804, VMW_bootbank_elxiscsi_12.0.1200.0-2vmw.701.0.0.16850804, VMW_bootbank_elxnet_12.0.1250.0-5vmw.701.0.0.16850804, VMW_bootbank_i40en_1.8.1.123-1vmw.701.0.0.16850804, VMW_bootbank_i40iwn_1.1.2.6-1vmw.701.0.0.16850804, VMW_bootbank_iavmd_2.0.0.1055-5vmw.701.0.0.16850804, VMW_bootbank_icen_1.0.0.9-1vmw.701.0.0.16850804, VMW_bootbank_igbn_0.1.1.0-7vmw.701.0.0.16850804, VMW_bootbank_iser_1.1.0.1-1vmw.701.0.0.16850804, VMW_bootbank_ixgben_1.7.1.28-1vmw.701.0.0.16850804, VMW_bootbank_lpfc_12.6.278.10-8vmw.701.0.0.16850804, VMW_bootbank_lpnic_11.4.62.0-1vmw.701.0.0.16850804, VMW_bootbank_lsi-mr3_7.712.51.00-1vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt35_13.00.13.00-2vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt3_17.00.10.00-2vmw.701.0.0.16850804, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.701.0.0.16850804, VMW_bootbank_ne1000_0.8.4-11vmw.701.0.0.16850804, VMW_bootbank_nenic_1.0.29.0-2vmw.701.0.0.16850804, VMW_bootbank_nfnic_4.0.0.44-2vmw.701.0.0.16850804, VMW_bootbank_nhpsa_70.0050.0.100-1vmw.701.0.0.16850804, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx5-core_4.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx5-rdma_4.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_ntg3_4.1.5.0-0vmw.701.0.0.16850804, VMW_bootbank_nvme-pcie_1.2.3.9-2vmw.701.0.0.16850804, VMW_bootbank_nvmerdma_1.0.1.2-1vmw.701.0.0.16850804, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.701.0.0.16850804, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.701.0.0.16850804, VMW_bootbank_pvscsi_0.1-2vmw.701.0.0.16850804, VMW_bootbank_qcnic_1.0.15.0-10vmw.701.0.0.16850804, VMW_bootbank_qedentv_3.40.3.0-12vmw.701.0.0.16850804, VMW_bootbank_qedrntv_3.40.4.0-12vmw.701.0.0.16850804, VMW_bootbank_qfle3_1.0.67.0-9vmw.701.0.0.16850804, VMW_bootbank_qfle3f_1.0.51.0-14vmw.701.0.0.16850804, VMW_bootbank_qfle3i_1.0.15.0-9vmw.701.0.0.16850804, VMW_bootbank_qflge_1.1.0.11-1vmw.701.0.0.16850804, VMW_bootbank_rste_2.0.2.0088-7vmw.701.0.0.16850804, VMW_bootbank_sfvmk_2.4.0.0010-15vmw.701.0.0.16850804, VMW_bootbank_smartpqi_70.4000.0.100-3vmw.701.0.0.16850804, VMW_bootbank_vmkata_0.1-1vmw.701.0.0.16850804, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.701.0.0.16850804, VMW_bootbank_vmkusb_0.1-1vmw.701.0.0.16850804, VMW_bootbank_vmw-ahci_2.0.5-2vmw.701.0.0.16850804, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-3vmw.701.0.0.16850804, VMware_bootbank_esx-ui_1.34.4-16668064, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.701.0.0.16850804, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_1.0.0-2vmw.701.0.0.16850804, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-4vmw.701.0.0.16850804, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-4vmw.701.0.0.16850804, VMware_bootbank_qlnativefc_4.0.3.0-17vmw.701.0.0.16850804, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.38-1vmw.701.0.0.16850804, VMware_locker_tools-light_11.1.1.16303738-16850804
[root@xd-1541-5028d:~] reboot
Version: 7.0.1a (Build 17119627)
to: Version: 7.0.1b (Build 17168206)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1567-5028d:~] esxcli software profile update -p ESXi-7.0U1b-17168206-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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_7.0.1-0.15.17168206, VMware_bootbank_crx_7.0.1-0.15.17168206, VMware_bootbank_esx-base_7.0.1-0.15.17168206, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.1-0.15.17168206, VMware_bootbank_esx-update_7.0.1-0.15.17168206, VMware_bootbank_esx-xserver_7.0.1-0.15.17168206, VMware_bootbank_gc_7.0.1-0.15.17168206, VMware_bootbank_loadesx_7.0.1-0.15.17168206, VMware_bootbank_native-misc-drivers_7.0.1-0.15.17168206, VMware_bootbank_vdfs_7.0.1-0.15.17168206, VMware_bootbank_vsan_7.0.1-0.15.17168206, VMware_bootbank_vsanhealth_7.0.1-0.15.17168206
VIBs Removed: VMware_bootbank_cpu-microcode_7.0.1-0.10.17119627, VMware_bootbank_crx_7.0.1-0.10.17119627, VMware_bootbank_esx-base_7.0.1-0.10.17119627, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.1-0.10.17119627, VMware_bootbank_esx-update_7.0.1-0.10.17119627, VMware_bootbank_esx-xserver_7.0.1-0.10.17119627, VMware_bootbank_gc_7.0.1-0.10.17119627, VMware_bootbank_loadesx_7.0.1-0.10.17119627, VMware_bootbank_native-misc-drivers_7.0.1-0.10.17119627, VMware_bootbank_vdfs_7.0.1-0.10.17119627, VMware_bootbank_vsan_7.0.1-0.10.17119627, VMware_bootbank_vsanhealth_7.0.1-0.10.17119627
VIBs Skipped: VMW_bootbank_bnxtnet_216.0.50.0-16vmw.701.0.0.16850804, VMW_bootbank_bnxtroce_216.0.58.0-7vmw.701.0.0.16850804, VMW_bootbank_brcmfcoe_12.0.1500.0-1vmw.701.0.0.16850804, VMW_bootbank_brcmnvmefc_12.6.278.10-3vmw.701.0.0.16850804, VMW_bootbank_elxiscsi_12.0.1200.0-2vmw.701.0.0.16850804, VMW_bootbank_elxnet_12.0.1250.0-5vmw.701.0.0.16850804, VMW_bootbank_i40en_1.8.1.123-1vmw.701.0.0.16850804, VMW_bootbank_i40iwn_1.1.2.6-1vmw.701.0.0.16850804, VMW_bootbank_iavmd_2.0.0.1055-5vmw.701.0.0.16850804, VMW_bootbank_icen_1.0.0.9-1vmw.701.0.0.16850804, VMW_bootbank_igbn_0.1.1.0-7vmw.701.0.0.16850804, VMW_bootbank_iser_1.1.0.1-1vmw.701.0.0.16850804, VMW_bootbank_ixgben_1.7.1.28-1vmw.701.0.0.16850804, VMW_bootbank_lpfc_12.6.278.10-8vmw.701.0.0.16850804, VMW_bootbank_lpnic_11.4.62.0-1vmw.701.0.0.16850804, VMW_bootbank_lsi-mr3_7.712.51.00-1vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt35_13.00.13.00-2vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt3_17.00.10.00-2vmw.701.0.0.16850804, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.701.0.0.16850804, VMW_bootbank_ne1000_0.8.4-11vmw.701.0.0.16850804, VMW_bootbank_nenic_1.0.29.0-2vmw.701.0.0.16850804, VMW_bootbank_nfnic_4.0.0.44-2vmw.701.0.0.16850804, VMW_bootbank_nhpsa_70.0050.0.100-1vmw.701.0.0.16850804, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx5-core_4.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx5-rdma_4.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_ntg3_4.1.5.0-0vmw.701.0.0.16850804, VMW_bootbank_nvme-pcie_1.2.3.9-2vmw.701.0.0.16850804, VMW_bootbank_nvmerdma_1.0.1.2-1vmw.701.0.0.16850804, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.701.0.0.16850804, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.701.0.0.16850804, VMW_bootbank_pvscsi_0.1-2vmw.701.0.0.16850804, VMW_bootbank_qcnic_1.0.15.0-10vmw.701.0.0.16850804, VMW_bootbank_qedentv_3.40.3.0-12vmw.701.0.0.16850804, VMW_bootbank_qedrntv_3.40.4.0-12vmw.701.0.0.16850804, VMW_bootbank_qfle3_1.0.67.0-9vmw.701.0.0.16850804, VMW_bootbank_qfle3f_1.0.51.0-14vmw.701.0.0.16850804, VMW_bootbank_qfle3i_1.0.15.0-9vmw.701.0.0.16850804, VMW_bootbank_qflge_1.1.0.11-1vmw.701.0.0.16850804, VMW_bootbank_rste_2.0.2.0088-7vmw.701.0.0.16850804, VMW_bootbank_sfvmk_2.4.0.0010-15vmw.701.0.0.16850804, VMW_bootbank_smartpqi_70.4000.0.100-3vmw.701.0.0.16850804, VMW_bootbank_vmkata_0.1-1vmw.701.0.0.16850804, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.701.0.0.16850804, VMW_bootbank_vmkusb_0.1-1vmw.701.0.0.16850804, VMW_bootbank_vmw-ahci_2.0.5-2vmw.701.0.0.16850804, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-3vmw.701.0.0.16850804, VMware_bootbank_esx-ui_1.34.4-16668064, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.701.0.0.16850804, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_1.0.0-2vmw.701.0.0.16850804, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-4vmw.701.0.0.16850804, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-4vmw.701.0.0.16850804, VMware_bootbank_qlnativefc_4.0.3.0-17vmw.701.0.0.16850804, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.38-1vmw.701.0.0.16850804, VMware_locker_tools-light_11.1.1.16303738-16850804
[root@xd-1567-5028d:~] reboot
Version: 7.0.1b (Build 17168206)
to: Version: 7.0.1c (Build 17325551)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U1c-17325551-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_nhpsa_70.0051.0.100-2vmw.701.0.25.17325551, VMW_bootbank_nvmerdma_1.0.1.2-1vmw.701.0.20.17325020, VMW_bootbank_smartpqi_70.4000.0.100-4vmwvmw.701.0.25.17325551, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.701.0.20.17325020, VMW_bootbank_vmkusb_0.1-1vmw.701.0.25.17325551, VMware_bootbank_cpu-microcode_7.0.1-0.25.17325 VMware_bootbank_esx-base_7.0.1-0.25.17325551, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.1-0.25.17325551, VMware_bootbank_esx-update_7.0.1-0.25.17325551, VMware_bre_bootbank_gc_7.0.1-0.25.17325551, VMware_bootbank_loadesx_7.0.1-0.25.17325551, VMware_bootbank_native-misc-drivers_7.0.1-0.25.17325551, VMware_bootbank_vdfs_7.0.1-0.25.25551, VMware_bootbank_vsanhealth_7.0.1-0.25.17325551
VIBs Removed: VMW_bootbank_nhpsa_70.0050.0.100-1vmw.701.0.0.16850804, VMW_bootbank_nvmerdma_1.0.1.2-1vmw.701.0.0.16850804, VMW_bootbank_smartpqi_70.4000.0.100-3vmw.70101.0.0.16850804, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.701.0.0.16850804, VMW_bootbank_vmkusb_0.1-1vmw.701.0.0.16850804, VMware_bootbank_cpu-microcode_7.0.1-0.15.17168206, VMwbootbank_esx-base_7.0.1-0.15.17168206, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.1-0.15.17168206, VMware_bootbank_esx-update_7.0.1-0.15.17168206, VMware_bootbank_ank_gc_7.0.1-0.15.17168206, VMware_bootbank_loadesx_7.0.1-0.15.17168206, VMware_bootbank_native-misc-drivers_7.0.1-0.15.17168206, VMware_bootbank_vdfs_7.0.1-0.15.17168206Mware_bootbank_vsanhealth_7.0.1-0.15.17168206
VIBs Skipped: VMW_bootbank_bnxtnet_216.0.50.0-16vmw.701.0.0.16850804, VMW_bootbank_bnxtroce_216.0.58.0-7vmw.701.0.0.16850804, VMW_bootbank_brcmfcoe_12.0.1500.0-1vmw.70278.10-3vmw.701.0.0.16850804, VMW_bootbank_elxiscsi_12.0.1200.0-2vmw.701.0.0.16850804, VMW_bootbank_elxnet_12.0.1250.0-5vmw.701.0.0.16850804, VMW_bootbank_i40en_1.8.1.123.1.2.6-1vmw.701.0.0.16850804, VMW_bootbank_iavmd_2.0.0.1055-5vmw.701.0.0.16850804, VMW_bootbank_icen_1.0.0.9-1vmw.701.0.0.16850804, VMW_bootbank_igbn_0.1.1.0-7vmw.701.0.0.0.0.16850804, VMW_bootbank_ixgben_1.7.1.28-1vmw.701.0.0.16850804, VMW_bootbank_lpfc_12.6.278.10-8vmw.701.0.0.16850804, VMW_bootbank_lpnic_11.4.62.0-1vmw.701.0.0.16850804.0.16850804, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt35_13.00.13.00-2vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt3_17.00.10.00-2vtive_3.9.8-1vmw.701.0.0.16850804, VMW_bootbank_ne1000_0.8.4-11vmw.701.0.0.16850804, VMW_bootbank_nenic_1.0.29.0-2vmw.701.0.0.16850804, VMW_bootbank_nfnic_4.0.0.44-2vmw.7016.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx5-core_4.19.1-rdma_4.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_ntg3_4.1.5.0-0vmw.701.0.0.16850804, VMW_bootbank_nvme-pcie_1.2.3.9-2vmw.701.0.0.16850804, VMW_bootbank_nvmxnet3-ens_2.mxnet3_2.0.0.30-1vmw.701.0.0.16850804, VMW_bootbank_pvscsi_0.1-2vmw.701.0.0.16850804, VMW_bootbank_qcnic_1.0.15.0-10vmw.701.0.0.16850804, VMW_bootbank_qedentv_3.40.3.0-1240.4.0-12vmw.701.0.0.16850804, VMW_bootbank_qfle3_1.0.67.0-9vmw.701.0.0.16850804, VMW_bootbank_qfle3f_1.0.51.0-14vmw.701.0.0.16850804, VMW_bootbank_qfle3i_1.0.15.0-9vmw.71vmw.701.0.0.16850804, VMW_bootbank_rste_2.0.2.0088-7vmw.701.0.0.16850804, VMW_bootbank_sfvmk_2.4.0.0010-15vmw.701.0.0.16850804, VMW_bootbank_vmw-ahci_2.0.5-2vmw.701.0.0.o_12.0.1200.0-3vmw.701.0.0.16850804, VMware_bootbank_esx-ui_1.34.4-16668064, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.701.0.0.16850804, VMware_bootbank_lsuv2-int804, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-4vmw.701.0.0.16850804, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oemare_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-smartpqiv2-plugin_qlnativefc_4.0.3.0-17vmw.701.0.0.16850804, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.38-1vmw.701.0.0.16850804, VMware_locker_tools-light_11.1.1.16303738-168508
[root@xd-1541-5028d:~] reboot
Version: 7.0.1c (Build 17325551)
to: Version: 7.0.1d (Build 17551050)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U1d-17551050-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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_7.0.1-0.30.17551050, VMware_bootbank_crx_7.0.1-0.30.17551050, VMware_bootbank_esx-base_7.0.1-0.30.17551050, VMware_bootba30.17551050, VMware_bootbank_esx-xserver_7.0.1-0.30.17551050, VMware_bootbank_gc_7.0.1-0.30.17551050, VMware_bootbank_loadesx_7.0.1-0.30.17551050, VMware_bootbank_native-nk_vsan_7.0.1-0.30.17551050, VMware_bootbank_vsanhealth_7.0.1-0.30.17551050
VIBs Removed: VMware_bootbank_cpu-microcode_7.0.1-0.25.17325551, VMware_bootbank_crx_7.0.1-0.25.17325551, VMware_bootbank_esx-base_7.0.1-0.25.17325551, VMware_bootbank.17325551, VMware_bootbank_esx-xserver_7.0.1-0.25.17325551, VMware_bootbank_gc_7.0.1-0.25.17325551, VMware_bootbank_loadesx_7.0.1-0.25.17325551, VMware_bootbank_native-mi_vsan_7.0.1-0.25.17325551, VMware_bootbank_vsanhealth_7.0.1-0.25.17325551
VIBs Skipped: VMW_bootbank_bnxtnet_216.0.50.0-16vmw.701.0.0.16850804, VMW_bootbank_bnxtroce_216.0.58.0-7vmw.701.0.0.16850804, VMW_bootbank_brcmfcoe_12.0.1500.0-1vmw.70lxiscsi_12.0.1200.0-2vmw.701.0.0.16850804, VMW_bootbank_elxnet_12.0.1250.0-5vmw.701.0.0.16850804, VMW_bootbank_i40en_1.8.1.123-1vmw.701.0.0.16850804, VMW_bootbank_i40iwn_ootbank_icen_1.0.0.9-1vmw.701.0.0.16850804, VMW_bootbank_igbn_0.1.1.0-7vmw.701.0.0.16850804, VMW_bootbank_iser_1.1.0.1-1vmw.701.0.0.16850804, VMW_bootbank_ixgben_1.7.1.28_lpnic_11.4.62.0-1vmw.701.0.0.16850804, VMW_bootbank_lsi-mr3_7.712.51.00-1vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.701.0.0.16850804, VMW_bootbank_ls.0.0.16850804, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.701.0.0.16850804, VMW_bootbank_ne1000_0.8.4-11vmw.701.0.0.16850804, VMW_bootbank_nenic_1.0.29.0-2vmw.701.0.0.168508vmw.701.0.25.17325551, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-rdma_3.19.16.8-2nk_nmlx5-rdma_4.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_ntg3_4.1.5.0-0vmw.701.0.0.16850804, VMW_bootbank_nvme-pcie_1.2.3.9-2vmw.701.0.0.16850804, VMW_bootbank_nvmerdm4, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.701.0.0.16850804, VMW_bootbank_pvscsi_0.1-2vmw.701.0.0.16850804, VMW_bootbank_qcnic_1.0.15.0-10vmw.701.0.0.16850804, VMW_bootbank_q804, VMW_bootbank_qfle3_1.0.67.0-9vmw.701.0.0.16850804, VMW_bootbank_qfle3f_1.0.51.0-14vmw.701.0.0.16850804, VMW_bootbank_qfle3i_1.0.15.0-9vmw.701.0.0.16850804, VMW_bootb804, VMW_bootbank_sfvmk_2.4.0.0010-15vmw.701.0.0.16850804, VMW_bootbank_smartpqi_70.4000.0.100-4vmw.701.0.25.17325551, VMW_bootbank_vmkata_0.1-1vmw.701.0.25.17325551, VMW7325551, VMW_bootbank_vmw-ahci_2.0.5-2vmw.701.0.0.16850804, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-3vmw.701.0.0.16850804, VMware_bootbank_esx-ui_1.34.4-16668064v2-intelv2-nvme-vmd-plugin_1.0.0-2vmw.701.0.0.16850804, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-4vmw.701.0.0.16850804, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.004, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-smartpqiv250804, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.38-1vmw.701.0.0.16850804, VMware_locker_tools-light_11.1.1.16303738-16850804
[root@xd-1541-5028d:~] reboot
[root@xd-1541-5028d:~]
Version: 7.0.1d (Build 17551050)
to: Version: 7.0.2 (Build 17630552)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0.2-17630552-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_atlantic_1.0.3.0-8vmw.702.0.0.17630552, VMW_bootbank_bnxtnet_216.0.50.0-34vmw.702.0.0.17630552, VMW_bootbank_bnxtroce_216.0.58.0-19vmw.702.0.0.17630552, VMW_bootbank_brcmfcoe_12.0.1500.1-2vmw.702.0.0.17630552, VMW_bootbank_brcmnvmefc_12.8.298.1-1vmw.702.0.0.17630552, VMW_bootbank_elxiscsi_12.0.1200.0-8vmw.702.0.0.17630552, VMW_bootbank_elxnet_12.0.1250.0-5vmw.702.0.0.17630552, VMW_bootbank_i40enu_1.8.1.136-1vmw.702.0.0.17630552, VMW_bootbank_iavmd_2.0.0.1152-1vmw.702.0.0.17630552, VMW_bootbank_icen_1.0.0.10-1vmw.702.0.0.17630552, VMW_bootbank_irdman_1.3.1.19-1vmw.702.0.0.17630552, VMW_bootbank_iser_1.1.0.1-1vmw.702.0.0.17630552, VMW_bootbank_ixgben_1.7.1.35-1vmw.702.0.0.17630552, VMW_bootbank_lpfc_12.8.298.3-1vmw.702.0.0.17630552, VMW_bootbank_lpnic_11.4.62.0-1vmw.702.0.0.17630552, VMW_bootbank_lsi-mr3_7.716.03.00-1vmw.702.0.0.17630552, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.702.0.0.17630552, VMW_bootbank_lsi-msgpt35_17.00.02.00-1vmw.702.0.0.17630552, VMW_bootbank_lsi-msgpt3_17.00.10.00-2vmw.702.0.0.17630552, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.702.0.0.17630552, VMW_bootbank_ne1000_0.8.4-11vmw.702.0.0.17630552, VMW_bootbank_nenic_1.0.33.0-1vmw.702.0.0.17630552, VMW_bootbank_nfnic_4.0.0.63-1vmw.702.0.0.17630552, VMW_bootbank_nhpsa_70.0051.0.100-2vmw.702.0.0.17630552, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.702.0.0.17630552, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.702.0.0.17630552, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.702.0.0.17630552, VMW_bootbank_nmlx5-core_4.19.16.10-1vmw.702.0.0.17630552, VMW_bootbank_nmlx5-rdma_4.19.16.10-1vmw.702.0.0.17630552, VMW_bootbank_ntg3_4.1.5.0-0vmw.702.0.0.17630552, VMW_bootbank_nvme-pcie_1.2.3.11-1vmw.702.0.0.17630552, VMW_bootbank_nvmerdma_1.0.2.1-1vmw.702.0.0.17630552, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.702.0.0.17630552, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.702.0.0.17630552, VMW_bootbank_pvscsi_0.1-2vmw.702.0.0.17630552, VMW_bootbank_qcnic_1.0.15.0-11vmw.702.0.0.17630552, VMW_bootbank_qedentv_3.40.5.53-20vmw.702.0.0.17630552, VMW_bootbank_qedrntv_3.40.5.53-16vmw.702.0.0.17630552, VMW_bootbank_qfle3_1.0.67.0-14vmw.702.0.0.17630552, VMW_bootbank_qfle3f_1.0.51.0-19vmw.702.0.0.17630552, VMW_bootbank_qfle3i_1.0.15.0-12vmw.702.0.0.17630552, VMW_bootbank_qflge_1.1.0.11-1vmw.702.0.0.17630552, VMW_bootbank_rste_2.0.2.0088-7vmw.702.0.0.17630552, VMW_bootbank_sfvmk_2.4.0.2010-4vmw.702.0.0.17630552, VMW_bootbank_smartpqi_70.4000.0.100-6vmw.702.0.0.17630552, VMW_bootbank_vmkata_0.1-1vmw.702.0.0.17630552, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.702.0.0.17630552, VMW_bootbank_vmkusb_0.1-1vmw.702.0.0.17630552, VMW_bootbank_vmw-ahci_2.0.9-1vmw.702.0.0.17630552, VMware_bootbank_clusterstore_7.0.2-0.0.17630552, VMware_bootbank_cpu-microcode_7.0.2-0.0.17630552, VMware_bootbank_crx_7.0.2-0.0.17630552, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.702.0.0.17630552, VMware_bootbank_esx-base_7.0.2-0.0.17630552, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.2-0.0.17630552, VMware_bootbank_esx-ui_1.34.8-17417756, VMware_bootbank_esx-update_7.0.2-0.0.17630552, VMware_bootbank_esx-xserver_7.0.2-0.0.17630552, VMware_bootbank_gc_7.0.2-0.0.17630552, VMware_bootbank_loadesx_7.0.2-0.0.17630552, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.702.0.0.17630552, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.0.0-2vmw.702.0.0.17630552, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-5vmw.702.0.0.17630552, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.702.0.0.17630552, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.702.0.0.17630552, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.702.0.0.17630552, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.702.0.0.17630552, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-6vmw.702.0.0.17630552, VMware_bootbank_native-misc-drivers_7.0.2-0.0.17630552, VMware_bootbank_qlnativefc_4.1.14.0-5vmw.702.0.0.17630552, VMware_bootbank_vdfs_7.0.2-0.0.17630552, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.42-1vmw.702.0.0.17630552, VMware_bootbank_vsan_7.0.2-0.0.17630552, VMware_bootbank_vsanhealth_7.0.2-0.0.17630552, VMware_locker_tools-light_11.2.5.17337674-17630552
VIBs Removed: VMW_bootbank_bnxtnet_216.0.50.0-16vmw.701.0.0.16850804, VMW_bootbank_bnxtroce_216.0.58.0-7vmw.701.0.0.16850804, VMW_bootbank_brcmfcoe_12.0.1500.0-1vmw.701.0.0.16850804, VMW_bootbank_brcmnvmefc_12.6.278.10-3vmw.701.0.0.16850804, VMW_bootbank_elxiscsi_12.0.1200.0-2vmw.701.0.0.16850804, VMW_bootbank_elxnet_12.0.1250.0-5vmw.701.0.0.16850804, VMW_bootbank_i40en_1.8.1.123-1vmw.701.0.0.16850804, VMW_bootbank_i40iwn_1.1.2.6-1vmw.701.0.0.16850804, VMW_bootbank_iavmd_2.0.0.1055-5vmw.701.0.0.16850804, VMW_bootbank_icen_1.0.0.9-1vmw.701.0.0.16850804, VMW_bootbank_iser_1.1.0.1-1vmw.701.0.0.16850804, VMW_bootbank_ixgben_1.7.1.28-1vmw.701.0.0.16850804, VMW_bootbank_lpfc_12.6.278.10-8vmw.701.0.0.16850804, VMW_bootbank_lpnic_11.4.62.0-1vmw.701.0.0.16850804, VMW_bootbank_lsi-mr3_7.712.51.00-1vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt35_13.00.13.00-2vmw.701.0.0.16850804, VMW_bootbank_lsi-msgpt3_17.00.10.00-2vmw.701.0.0.16850804, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.701.0.0.16850804, VMW_bootbank_ne1000_0.8.4-11vmw.701.0.0.16850804, VMW_bootbank_nenic_1.0.29.0-2vmw.701.0.0.16850804, VMW_bootbank_nfnic_4.0.0.44-2vmw.701.0.0.16850804, VMW_bootbank_nhpsa_70.0051.0.100-2vmw.701.0.25.17325551, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx5-core_4.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_nmlx5-rdma_4.19.16.8-2vmw.701.0.0.16850804, VMW_bootbank_ntg3_4.1.5.0-0vmw.701.0.0.16850804, VMW_bootbank_nvme-pcie_1.2.3.9-2vmw.701.0.0.16850804, VMW_bootbank_nvmerdma_1.0.1.2-1vmw.701.0.20.17325020, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.701.0.0.16850804, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.701.0.0.16850804, VMW_bootbank_pvscsi_0.1-2vmw.701.0.0.16850804, VMW_bootbank_qcnic_1.0.15.0-10vmw.701.0.0.16850804, VMW_bootbank_qedentv_3.40.3.0-12vmw.701.0.0.16850804, VMW_bootbank_qedrntv_3.40.4.0-12vmw.701.0.0.16850804, VMW_bootbank_qfle3_1.0.67.0-9vmw.701.0.0.16850804, VMW_bootbank_qfle3f_1.0.51.0-14vmw.701.0.0.16850804, VMW_bootbank_qfle3i_1.0.15.0-9vmw.701.0.0.16850804, VMW_bootbank_qflge_1.1.0.11-1vmw.701.0.0.16850804, VMW_bootbank_rste_2.0.2.0088-7vmw.701.0.0.16850804, VMW_bootbank_sfvmk_2.4.0.0010-15vmw.701.0.0.16850804, VMW_bootbank_smartpqi_70.4000.0.100-4vmw.701.0.25.17325551, VMW_bootbank_vmkata_0.1-1vmw.701.0.25.17325551, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.701.0.20.17325020, VMW_bootbank_vmkusb_0.1-1vmw.701.0.25.17325551, VMW_bootbank_vmw-ahci_2.0.5-2vmw.701.0.0.16850804, VMware_bootbank_cpu-microcode_7.0.1-0.30.17551050, VMware_bootbank_crx_7.0.1-0.30.17551050, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-3vmw.701.0.0.16850804, VMware_bootbank_esx-base_7.0.1-0.30.17551050, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.1-0.30.17551050, VMware_bootbank_esx-ui_1.34.4-16668064, VMware_bootbank_esx-update_7.0.1-0.30.17551050, VMware_bootbank_esx-xserver_7.0.1-0.30.17551050, VMware_bootbank_gc_7.0.1-0.30.17551050, VMware_bootbank_loadesx_7.0.1-0.30.17551050, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.701.0.0.16850804, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_1.0.0-2vmw.701.0.0.16850804, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-4vmw.701.0.0.16850804, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.701.0.0.16850804, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-4vmw.701.0.0.16850804, VMware_bootbank_native-misc-drivers_7.0.1-0.30.17551050, VMware_bootbank_qlnativefc_4.0.3.0-17vmw.701.0.0.16850804, VMware_bootbank_vdfs_7.0.1-0.30.17551050, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.38-1vmw.701.0.0.16850804, VMware_bootbank_vsan_7.0.1-0.30.17551050, VMware_bootbank_vsanhealth_7.0.1-0.30.17551050, VMware_locker_tools-light_11.1.1.16303738-16850804
VIBs Skipped: VMW_bootbank_igbn_1.4.11.2-1vmw.702.0.0.17630552
[root@xd-1541-5028d:~] reboot
Live updating issue explained here, so on Feb 17 2021, I tried this suggestion of going into maintenance mode and rebooting, but it still gave me the same "cannot be live installed" errors. This was on my Xeon D-1567 system that had ESXi 7.0 Update 1a, where my attempts via ESXCLI to 7.0 Update 1d failed as follows:
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1567-5028d:~]
[root@xd-1567-5028d:~]
[root@xd-1567-5028d:~] esxcli software profile update -p ESXi-7.0U1d-17551050-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
[StatelessError]
The transaction is not supported: VIB VMware_bootbank_native-misc-drivers_7.0.1-0.30.17551050 cannot be live installed. VIB VMware_bootbank_gc_7.0.1-0.30.17551050 cannot be live installed. VIB VMware_bootbank_esx-base_7.0.1-0.30.17551050 cannot be live installed. VIB VMware_bootbank_cpu-microcode_7.0.1-0.30.17551050 cannot be live installed. VIB VMW_bootbank_vmkusb_0.1-1vmw.701.0.25.17325551 cannot be live installed. VIB VMware_bootbank_vsan_7.0.1-0.30.17551050 cannot be live installed. VIB VMW_bootbank_smartpqi_70.4000.0.100-4vmw.701.0.25.17325551 cannot be live installed. VIB VMW_bootbank_nvmerdma_1.0.1.2-1vmw.701.0.20.17325020 cannot be live installed. VIB VMware_bootbank_esx-update_7.0.1-0.30.17551050 cannot be live installed. VIB VMW_bootbank_vmkata_0.1-1vmw.701.0.25.17325551 cannot be live installed. VIB VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.701.0.20.17325020 cannot be live installed. VIB VMW_bootbank_nhpsa_70.0051.0.100-2vmw.701.0.25.17325551 cannot be live installed. VIB VMW_bootbank_smartpqi_70.4000.0.100-3vmw.701.0.0.16850804 cannot be removed live. VIB VMware_bootbank_native-misc-drivers_7.0.1-0.10.17119627 cannot be removed live. VIB VMware_bootbank_esx-base_7.0.1-0.10.17119627 cannot be removed live. VIB VMW_bootbank_vmkusb_0.1-1vmw.701.0.0.16850804 cannot be removed live. VIB VMware_bootbank_gc_7.0.1-0.10.17119627 cannot be removed live. VIB VMware_bootbank_vsan_7.0.1-0.10.17119627 cannot be removed live. VIB VMW_bootbank_nvmerdma_1.0.1.2-1vmw.701.0.0.16850804 cannot be removed live. VIB VMware_bootbank_esx-update_7.0.1-0.10.17119627 cannot be removed live. VIB VMware_bootbank_cpu-microcode_7.0.1-0.10.17119627 cannot be removed live. VIB VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.701.0.0.16850804 cannot be removed live. VIB VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.1-0.10.17119627 cannot be removed live. VIB VMW_bootbank_nhpsa_70.0050.0.100-1vmw.701.0.0.16850804 cannot be removed live.
Please refer to the log file for more details.
[root@xd-1567-5028d:~] reboot
Version: 7.0.2 (Build 17630552)
to: Version: 7.0.2a (Build 17867351)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U2a-17867351-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_atlantic_1.0.3.0-8vmw.702.0.0.17867351, VMW_bootbank_bnxtnet_216.0.50.0-34vmw.702.0.0.17867351, VMW_bootbank_bnxtroce_216.0.58.0-19vmw.702.0.0.17867351, VMW_bootbank_brcmfcoe_12.0.1500.1-2vmw.702.0.0.17867351, VMW_bootbank_brcmnvmefc_12.8.298.1-1vmw.702.0.0.17867351, VMW_bootbank_elxiscsi_12.0.1200.0-8vmw.702.0.0.17867351, VMW_bootbank_elxnet_12.0.1250.0-5vmw.702.0.0.17867351, VMW_bootbank_i40enu_1.8.1.136-1vmw.702.0.0.17867351, VMW_bootbank_iavmd_2.0.0.1152-1vmw.702.0.0.17867351, VMW_bootbank_icen_1.0.0.10-1vmw.702.0.0.17867351, VMW_bootbank_igbn_1.4.11.2-1vmw.702.0.0.17867351, VMW_bootbank_irdman_1.3.1.19-1vmw.702.0.0.17867351, VMW_bootbank_iser_1.1.0.1-1vmw.702.0.0.17867351, VMW_bootbank_ixgben_1.7.1.35-1vmw.702.0.0.17867351, VMW_bootbank_lpfc_12.8.298.3-1vmw.702.0.0.17867351, VMW_bootbank_lpnic_11.4.62.0-1vmw.702.0.0.17867351, VMW_bootbank_lsi-mr3_7.716.03.00-1vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt35_17.00.02.00-1vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt3_17.00.10.00-2vmw.702.0.0.17867351, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.702.0.0.17867351, VMW_bootbank_ne1000_0.8.4-11vmw.702.0.0.17867351, VMW_bootbank_nenic_1.0.33.0-1vmw.702.0.0.17867351, VMW_bootbank_nfnic_4.0.0.63-1vmw.702.0.0.17867351, VMW_bootbank_nhpsa_70.0051.0.100-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx5-core_4.19.16.10-1vmw.702.0.0.17867351, VMW_bootbank_nmlx5-rdma_4.19.16.10-1vmw.702.0.0.17867351, VMW_bootbank_ntg3_4.1.5.0-0vmw.702.0.0.17867351, VMW_bootbank_nvme-pcie_1.2.3.11-1vmw.702.0.0.17867351, VMW_bootbank_nvmerdma_1.0.2.1-1vmw.702.0.0.17867351, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.702.0.0.17867351, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.702.0.0.17867351, VMW_bootbank_pvscsi_0.1-2vmw.702.0.0.17867351, VMW_bootbank_qcnic_1.0.15.0-11vmw.702.0.0.17867351, VMW_bootbank_qedentv_3.40.5.53-20vmw.702.0.0.17867351, VMW_bootbank_qedrntv_3.40.5.53-16vmw.702.0.0.17867351, VMW_bootbank_qfle3_1.0.67.0-14vmw.702.0.0.17867351, VMW_bootbank_qfle3f_1.0.51.0-19vmw.702.0.0.17867351, VMW_bootbank_qfle3i_1.0.15.0-12vmw.702.0.0.17867351, VMW_bootbank_qflge_1.1.0.11-1vmw.702.0.0.17867351, VMW_bootbank_rste_2.0.2.0088-7vmw.702.0.0.17867351, VMW_bootbank_sfvmk_2.4.0.2010-4vmw.702.0.0.17867351, VMW_bootbank_smartpqi_70.4000.0.100-6vmw.702.0.0.17867351, VMW_bootbank_vmkata_0.1-1vmw.702.0.0.17867351, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.702.0.0.17867351, VMW_bootbank_vmkusb_0.1-1vmw.702.0.0.17867351, VMW_bootbank_vmw-ahci_2.0.9-1vmw.702.0.0.17867351, VMware_bootbank_clusterstore_7.0.2-0.0.17867351, VMware_bootbank_cpu-microcode_7.0.2-0.0.17867351, VMware_bootbank_crx_7.0.2-0.0.17867351, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.702.0.0.17867351, VMware_bootbank_esx-base_7.0.2-0.0.17867351, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.2-0.0.17867351, VMware_bootbank_esx-update_7.0.2-0.0.17867351, VMware_bootbank_esx-xserver_7.0.2-0.0.17867351, VMware_bootbank_gc_7.0.2-0.0.17867351, VMware_bootbank_loadesx_7.0.2-0.0.17867351, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.702.0.0.17867351, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.0.0-2vmw.702.0.0.17867351, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-5vmw.702.0.0.17867351, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-6vmw.702.0.0.17867351, VMware_bootbank_native-misc-drivers_7.0.2-0.0.17867351, VMware_bootbank_qlnativefc_4.1.14.0-5vmw.702.0.0.17867351, VMware_bootbank_vdfs_7.0.2-0.0.17867351, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.42-1vmw.702.0.0.17867351, VMware_bootbank_vsan_7.0.2-0.0.17867351, VMware_bootbank_vsanhealth_7.0.2-0.0.17867351, VMware_locker_tools-light_11.2.5.17337674-17867351
VIBs Removed: VMW_bootbank_atlantic_1.0.3.0-8vmw.702.0.0.17630552, VMW_bootbank_bnxtnet_216.0.50.0-34vmw.702.0.0.17630552, VMW_bootbank_bnxtroce_216.0.58.0-19vmw.702.0.0.17630552, VMW_bootbank_brcmfcoe_12.0.1500.1-2vmw.702.0.0.17630552, VMW_bootbank_brcmnvmefc_12.8.298.1-1vmw.702.0.0.17630552, VMW_bootbank_elxiscsi_12.0.1200.0-8vmw.702.0.0.17630552, VMW_bootbank_elxnet_12.0.1250.0-5vmw.702.0.0.17630552, VMW_bootbank_i40enu_1.8.1.136-1vmw.702.0.0.17630552, VMW_bootbank_iavmd_2.0.0.1152-1vmw.702.0.0.17630552, VMW_bootbank_icen_1.0.0.10-1vmw.702.0.0.17630552, VMW_bootbank_irdman_1.3.1.19-1vmw.702.0.0.17630552, VMW_bootbank_iser_1.1.0.1-1vmw.702.0.0.17630552, VMW_bootbank_ixgben_1.7.1.35-1vmw.702.0.0.17630552, VMW_bootbank_lpfc_12.8.298.3-1vmw.702.0.0.17630552, VMW_bootbank_lpnic_11.4.62.0-1vmw.702.0.0.17630552, VMW_bootbank_lsi-mr3_7.716.03.00-1vmw.702.0.0.17630552, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.702.0.0.17630552, VMW_bootbank_lsi-msgpt35_17.00.02.00-1vmw.702.0.0.17630552, VMW_bootbank_lsi-msgpt3_17.00.10.00-2vmw.702.0.0.17630552, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.702.0.0.17630552, VMW_bootbank_ne1000_0.8.4-11vmw.702.0.0.17630552, VMW_bootbank_nenic_1.0.33.0-1vmw.702.0.0.17630552, VMW_bootbank_nfnic_4.0.0.63-1vmw.702.0.0.17630552, VMW_bootbank_nhpsa_70.0051.0.100-2vmw.702.0.0.17630552, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.702.0.0.17630552, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.702.0.0.17630552, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.702.0.0.17630552, VMW_bootbank_nmlx5-core_4.19.16.10-1vmw.702.0.0.17630552, VMW_bootbank_nmlx5-rdma_4.19.16.10-1vmw.702.0.0.17630552, VMW_bootbank_ntg3_4.1.5.0-0vmw.702.0.0.17630552, VMW_bootbank_nvme-pcie_1.2.3.11-1vmw.702.0.0.17630552, VMW_bootbank_nvmerdma_1.0.2.1-1vmw.702.0.0.17630552, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.702.0.0.17630552, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.702.0.0.17630552, VMW_bootbank_pvscsi_0.1-2vmw.702.0.0.17630552, VMW_bootbank_qcnic_1.0.15.0-11vmw.702.0.0.17630552, VMW_bootbank_qedentv_3.40.5.53-20vmw.702.0.0.17630552, VMW_bootbank_qedrntv_3.40.5.53-16vmw.702.0.0.17630552, VMW_bootbank_qfle3_1.0.67.0-14vmw.702.0.0.17630552, VMW_bootbank_qfle3f_1.0.51.0-19vmw.702.0.0.17630552, VMW_bootbank_qfle3i_1.0.15.0-12vmw.702.0.0.17630552, VMW_bootbank_qflge_1.1.0.11-1vmw.702.0.0.17630552, VMW_bootbank_rste_2.0.2.0088-7vmw.702.0.0.17630552, VMW_bootbank_sfvmk_2.4.0.2010-4vmw.702.0.0.17630552, VMW_bootbank_smartpqi_70.4000.0.100-6vmw.702.0.0.17630552, VMW_bootbank_vmkata_0.1-1vmw.702.0.0.17630552, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.702.0.0.17630552, VMW_bootbank_vmkusb_0.1-1vmw.702.0.0.17630552, VMW_bootbank_vmw-ahci_2.0.9-1vmw.702.0.0.17630552, VMware_bootbank_clusterstore_7.0.2-0.0.17630552, VMware_bootbank_cpu-microcode_7.0.2-0.0.17630552, VMware_bootbank_crx_7.0.2-0.0.17630552, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.702.0.0.17630552, VMware_bootbank_esx-base_7.0.2-0.0.17630552, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.2-0.0.17630552, VMware_bootbank_esx-update_7.0.2-0.0.17630552, VMware_bootbank_esx-xserver_7.0.2-0.0.17630552, VMware_bootbank_gc_7.0.2-0.0.17630552, VMware_bootbank_loadesx_7.0.2-0.0.17630552, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.702.0.0.17630552, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.0.0-2vmw.702.0.0.17630552, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-5vmw.702.0.0.17630552, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.702.0.0.17630552, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.702.0.0.17630552, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.702.0.0.17630552, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.702.0.0.17630552, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-6vmw.702.0.0.17630552, VMware_bootbank_native-misc-drivers_7.0.2-0.0.17630552, VMware_bootbank_qlnativefc_4.1.14.0-5vmw.702.0.0.17630552, VMware_bootbank_vdfs_7.0.2-0.0.17630552, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.42-1vmw.702.0.0.17630552, VMware_bootbank_vsan_7.0.2-0.0.17630552, VMware_bootbank_vsanhealth_7.0.2-0.0.17630552, VMware_locker_tools-light_11.2.5.17337674-17630552
VIBs Skipped: VMware_bootbank_esx-ui_1.34.8-17417756
[root@xd-1541-5028d:~] reboot
Version: 7.0.2a (Build 17867351)
to: Version: 7.0.2c (Build 18426014)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U2c-18426014-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_bnxtnet_216.0.50.0-34vmw.702.0.20.18426014, VMW_bootbank_bnxtroce_216.0.58.0-20vmw.702.0.20.18426014, VMW_bootbank_i40enu_1.8.1.137-1vmw.702.0.20.18426014, VMW_bootbank_lpfc_12.8.298.3-2vmw.702.0.20.18426014, VMW_bootbank_qedentv_3.40.5.53-20vmw.702.0.20.18426014, VMW_bootbank_qedrntv_3.40.5.53-17vmw.702.0.20.18426014, VMW_bootbank_vmkusb_0.1-4vmw.702.0.20.18426014, VMware_bootbank_clusterstore_7.0.2-0.20.18426014, VMware_bootbank_cpu-microcode_7.0.2-0.20.18426014, VMware_bootbank_crx_7.0.2-0.20.18426014, VMware_bootbank_esx-base_7.0.2-0.20.18426014, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.2-0.20.18426014, VMware_bootbank_esx-update_7.0.2-0.20.18426014, VMware_bootbank_esx-xserver_7.0.2-0.20.18426014, VMware_bootbank_gc_7.0.2-0.20.18426014, VMware_bootbank_loadesx_7.0.2-0.20.18426014, VMware_bootbank_native-misc-drivers_7.0.2-0.20.18426014, VMware_bootbank_vdfs_7.0.2-0.20.18426014, VMware_bootbank_vsan_7.0.2-0.20.18426014, VMware_bootbank_vsanhealth_7.0.2-0.20.18426014, VMware_locker_tools-light_11.2.6.17901274-18295176
VIBs Removed: VMW_bootbank_bnxtnet_216.0.50.0-34vmw.702.0.0.17867351, VMW_bootbank_bnxtroce_216.0.58.0-19vmw.702.0.0.17867351, VMW_bootbank_i40enu_1.8.1.136-1vmw.702.0.0.17867351, VMW_bootbank_lpfc_12.8.298.3-1vmw.702.0.0.17867351, VMW_bootbank_qedentv_3.40.5.53-20vmw.702.0.0.17867351, VMW_bootbank_qedrntv_3.40.5.53-16vmw.702.0.0.17867351, VMW_bootbank_vmkusb_0.1-1vmw.702.0.0.17867351, VMware_bootbank_clusterstore_7.0.2-0.0.17867351, VMware_bootbank_cpu-microcode_7.0.2-0.0.17867351, VMware_bootbank_crx_7.0.2-0.0.17867351, VMware_bootbank_esx-base_7.0.2-0.0.17867351, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.2-0.0.17867351, VMware_bootbank_esx-update_7.0.2-0.0.17867351, VMware_bootbank_esx-xserver_7.0.2-0.0.17867351, VMware_bootbank_gc_7.0.2-0.0.17867351, VMware_bootbank_loadesx_7.0.2-0.0.17867351, VMware_bootbank_native-misc-drivers_7.0.2-0.0.17867351, VMware_bootbank_vdfs_7.0.2-0.0.17867351, VMware_bootbank_vsan_7.0.2-0.0.17867351, VMware_bootbank_vsanhealth_7.0.2-0.0.17867351, VMware_locker_tools-light_11.2.5.17337674-17867351
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-8vmw.702.0.0.17867351, VMW_bootbank_brcmfcoe_12.0.1500.1-2vmw.702.0.0.17867351, VMW_bootbank_brcmnvmefc_12.8.298.1-1vmw.702.0.0.17867351, VMW_bootbank_elxiscsi_12.0.1200.0-8vmw.702.0.0.17867351, VMW_bootbank_elxnet_12.0.1250.0-5vmw.702.0.0.17867351, VMW_bootbank_iavmd_2.0.0.1152-1vmw.702.0.0.17867351, VMW_bootbank_icen_1.0.0.10-1vmw.702.0.0.17867351, VMW_bootbank_igbn_1.4.11.2-1vmw.702.0.0.17867351, VMW_bootbank_irdman_1.3.1.19-1vmw.702.0.0.17867351, VMW_bootbank_iser_1.1.0.1-1vmw.702.0.0.17867351, VMW_bootbank_ixgben_1.7.1.35-1vmw.702.0.0.17867351, VMW_bootbank_lpnic_11.4.62.0-1vmw.702.0.0.17867351, VMW_bootbank_lsi-mr3_7.716.03.00-1vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt35_17.00.02.00-1vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt3_17.00.10.00-2vmw.702.0.0.17867351, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.702.0.0.17867351, VMW_bootbank_ne1000_0.8.4-11vmw.702.0.0.17867351, VMW_bootbank_nenic_1.0.33.0-1vmw.702.0.0.17867351, VMW_bootbank_nfnic_4.0.0.63-1vmw.702.0.0.17867351, VMW_bootbank_nhpsa_70.0051.0.100-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx5-core_4.19.16.10-1vmw.702.0.0.17867351, VMW_bootbank_nmlx5-rdma_4.19.16.10-1vmw.702.0.0.17867351, VMW_bootbank_ntg3_4.1.5.0-0vmw.702.0.0.17867351, VMW_bootbank_nvme-pcie_1.2.3.11-1vmw.702.0.0.17867351, VMW_bootbank_nvmerdma_1.0.2.1-1vmw.702.0.0.17867351, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.702.0.0.17867351, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.702.0.0.17867351, VMW_bootbank_pvscsi_0.1-2vmw.702.0.0.17867351, VMW_bootbank_qcnic_1.0.15.0-11vmw.702.0.0.17867351, VMW_bootbank_qfle3_1.0.67.0-14vmw.702.0.0.17867351, VMW_bootbank_qfle3f_1.0.51.0-19vmw.702.0.0.17867351, VMW_bootbank_qfle3i_1.0.15.0-12vmw.702.0.0.17867351, VMW_bootbank_qflge_1.1.0.11-1vmw.702.0.0.17867351, VMW_bootbank_rste_2.0.2.0088-7vmw.702.0.0.17867351, VMW_bootbank_sfvmk_2.4.0.2010-4vmw.702.0.0.17867351, VMW_bootbank_smartpqi_70.4000.0.100-6vmw.702.0.0.17867351, VMW_bootbank_vmkata_0.1-1vmw.702.0.0.17867351, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.702.0.0.17867351, VMW_bootbank_vmw-ahci_2.0.9-1vmw.702.0.0.17867351, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.702.0.0.17867351, VMware_bootbank_esx-ui_1.34.8-17417756, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.702.0.0.17867351, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.0.0-2vmw.702.0.0.17867351, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-5vmw.702.0.0.17867351, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-6vmw.702.0.0.17867351, VMware_bootbank_qlnativefc_4.1.14.0-5vmw.702.0.0.17867351, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.42-1vmw.702.0.0.17867351
[root@xd-1541-5028d:~] reboot
Version: 7.0.2c (Build 18426014)
to: Version: 7.0.2d (Build 18538813)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U2d-18538813-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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_clusterstore_7.0.2-0.25.18538813, VMware_bootbank_cpu-microcode_7.0.2-0.25.18538813, VMware_bootbank_crx_7.0.2-0.25.18538813, VMware_bootbank_esx-base_7.0.2-0.25.18538813, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.2-0.25.18538813, VMware_bootbank_esx-update_7.0.2-0.25.18538813, VMware_bootbank_esx-xserver_7.0.2-0.25.18538813, VMware_bootbank_gc_7.0.2-0.25.18538813, VMware_bootbank_loadesx_7.0.2-0.25.18538813, VMware_bootbank_native-misc-drivers_7.0.2-0.25.18538813, VMware_bootbank_vdfs_7.0.2-0.25.18538813, VMware_bootbank_vsan_7.0.2-0.25.18538813, VMware_bootbank_vsanhealth_7.0.2-0.25.18538813
VIBs Removed: VMware_bootbank_clusterstore_7.0.2-0.20.18426014, VMware_bootbank_cpu-microcode_7.0.2-0.20.18426014, VMware_bootbank_crx_7.0.2-0.20.18426014, VMware_bootbank_esx-base_7.0.2-0.20.18426014, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.2-0.20.18426014, VMware_bootbank_esx-update_7.0.2-0.20.18426014, VMware_bootbank_esx-xserver_7.0.2-0.20.18426014, VMware_bootbank_gc_7.0.2-0.20.18426014, VMware_bootbank_loadesx_7.0.2-0.20.18426014, VMware_bootbank_native-misc-drivers_7.0.2-0.20.18426014, VMware_bootbank_vdfs_7.0.2-0.20.18426014, VMware_bootbank_vsan_7.0.2-0.20.18426014, VMware_bootbank_vsanhealth_7.0.2-0.20.18426014
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-8vmw.702.0.0.17867351, VMW_bootbank_bnxtnet_216.0.50.0-34vmw.702.0.20.18426014, VMW_bootbank_bnxtroce_216.0.58.0-20vmw.702.0.20.18426014, VMW_bootbank_brcmfcoe_12.0.1500.1-2vmw.702.0.0.17867351, VMW_bootbank_brcmnvmefc_12.8.298.1-1vmw.702.0.0.17867351, VMW_bootbank_elxiscsi_12.0.1200.0-8vmw.702.0.0.17867351, VMW_bootbank_elxnet_12.0.1250.0-5vmw.702.0.0.17867351, VMW_bootbank_i40enu_1.8.1.137-1vmw.702.0.20.18426014, VMW_bootbank_iavmd_2.0.0.1152-1vmw.702.0.0.17867351, VMW_bootbank_icen_1.0.0.10-1vmw.702.0.0.17867351, VMW_bootbank_igbn_1.4.11.2-1vmw.702.0.0.17867351, VMW_bootbank_irdman_1.3.1.19-1vmw.702.0.0.17867351, VMW_bootbank_iser_1.1.0.1-1vmw.702.0.0.17867351, VMW_bootbank_ixgben_1.7.1.35-1vmw.702.0.0.17867351, VMW_bootbank_lpfc_12.8.298.3-2vmw.702.0.20.18426014, VMW_bootbank_lpnic_11.4.62.0-1vmw.702.0.0.17867351, VMW_bootbank_lsi-mr3_7.716.03.00-1vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt35_17.00.02.00-1vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt3_17.00.10.00-2vmw.702.0.0.17867351, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.702.0.0.17867351, VMW_bootbank_ne1000_0.8.4-11vmw.702.0.0.17867351, VMW_bootbank_nenic_1.0.33.0-1vmw.702.0.0.17867351, VMW_bootbank_nfnic_4.0.0.63-1vmw.702.0.0.17867351, VMW_bootbank_nhpsa_70.0051.0.100-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx5-core_4.19.16.10-1vmw.702.0.0.17867351, VMW_bootbank_nmlx5-rdma_4.19.16.10-1vmw.702.0.0.17867351, VMW_bootbank_ntg3_4.1.5.0-0vmw.702.0.0.17867351, VMW_bootbank_nvme-pcie_1.2.3.11-1vmw.702.0.0.17867351, VMW_bootbank_nvmerdma_1.0.2.1-1vmw.702.0.0.17867351, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.702.0.0.17867351, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.702.0.0.17867351, VMW_bootbank_pvscsi_0.1-2vmw.702.0.0.17867351, VMW_bootbank_qcnic_1.0.15.0-11vmw.702.0.0.17867351, VMW_bootbank_qedentv_3.40.5.53-20vmw.702.0.20.18426014, VMW_bootbank_qedrntv_3.40.5.53-17vmw.702.0.20.18426014, VMW_bootbank_qfle3_1.0.67.0-14vmw.702.0.0.17867351, VMW_bootbank_qfle3f_1.0.51.0-19vmw.702.0.0.17867351, VMW_bootbank_qfle3i_1.0.15.0-12vmw.702.0.0.17867351, VMW_bootbank_qflge_1.1.0.11-1vmw.702.0.0.17867351, VMW_bootbank_rste_2.0.2.0088-7vmw.702.0.0.17867351, VMW_bootbank_sfvmk_2.4.0.2010-4vmw.702.0.0.17867351, VMW_bootbank_smartpqi_70.4000.0.100-6vmw.702.0.0.17867351, VMW_bootbank_vmkata_0.1-1vmw.702.0.0.17867351, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.702.0.0.17867351, VMW_bootbank_vmkusb_0.1-4vmw.702.0.20.18426014, VMW_bootbank_vmw-ahci_2.0.9-1vmw.702.0.0.17867351, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.702.0.0.17867351, VMware_bootbank_esx-ui_1.34.8-17417756, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.702.0.0.17867351, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.0.0-2vmw.702.0.0.17867351, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-5vmw.702.0.0.17867351, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-6vmw.702.0.0.17867351, VMware_bootbank_qlnativefc_4.1.14.0-5vmw.702.0.0.17867351, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.42-1vmw.702.0.0.17867351, VMware_locker_tools-light_11.2.6.17901274-18295176
[root@xd-1541-5028d:~] reboot
Version: 7.0.2d (Build 18538813)
to: Version: 7.0.3 (Build 18644231)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U3-18644231-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_atlantic_1.0.3.0-8vmw.703.0.0.18644231, VMW_bootbank_bnxtnet_216.0.50.0-41vmw.703.0.0.18644231, VMW_bootbank_bnxtroce_216.0.58.0-23vmw.703.0.0.18644231, VMW_bootbank_brcmfcoe_12.0.1500.2-3vmw.703.0.0.18644231, VMW_bootbank_elxiscsi_12.0.1200.0-9vmw.703.0.0.18644231, VMW_bootbank_elxnet_12.0.1250.0-5vmw.703.0.0.18644231, VMW_bootbank_i40en_1.11.1.31-1vmw.703.0.0.18644231, VMW_bootbank_iavmd_2.7.0.1157-2vmw.703.0.0.18644231, VMW_bootbank_icen_1.4.1.7-1vmw.703.0.0.18644231, VMW_bootbank_igbn_1.4.11.2-1vmw.703.0.0.18644231, VMW_bootbank_ionic-en_16.0.0-16vmw.703.0.0.18644231, VMW_bootbank_irdman_1.3.1.20-1vmw.703.0.0.18644231, VMW_bootbank_iser_1.1.0.1-1vmw.703.0.0.18644231, VMW_bootbank_ixgben_1.7.1.35-1vmw.703.0.0.18644231, VMW_bootbank_lpfc_14.0.169.23-5vmw.703.0.0.18644231, VMW_bootbank_lpnic_11.4.62.0-1vmw.703.0.0.18644231, VMW_bootbank_lsi-mr3_7.718.02.00-1vmw.703.0.0.18644231, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.703.0.0.18644231, VMW_bootbank_lsi-msgpt35_19.00.02.00-1vmw.703.0.0.18644231, VMW_bootbank_lsi-msgpt3_17.00.12.00-1vmw.703.0.0.18644231, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.703.0.0.18644231, VMW_bootbank_ne1000_0.8.4-11vmw.703.0.0.18644231, VMW_bootbank_nenic_1.0.33.0-1vmw.703.0.0.18644231, VMW_bootbank_nfnic_4.0.0.70-1vmw.703.0.0.18644231, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.703.0.0.18644231, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.703.0.0.18644231, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.703.0.0.18644231, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.703.0.0.18644231, VMW_bootbank_nmlx5-core_4.19.16.11-1vmw.703.0.0.18644231, VMW_bootbank_nmlx5-rdma_4.19.16.11-1vmw.703.0.0.18644231, VMW_bootbank_ntg3_4.1.7.0-0vmw.703.0.0.18644231, VMW_bootbank_nvme-pcie_1.2.3.16-1vmw.703.0.0.18644231, VMW_bootbank_nvmerdma_1.0.3.5-1vmw.703.0.0.18644231, VMW_bootbank_nvmetcp_1.0.0.0-1vmw.703.0.0.18644231, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.703.0.0.18644231, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.703.0.0.18644231, VMW_bootbank_pvscsi_0.1-4vmw.703.0.0.18644231, VMW_bootbank_qcnic_1.0.15.0-14vmw.703.0.0.18644231, VMW_bootbank_qedentv_3.40.5.53-22vmw.703.0.0.18644231, VMW_bootbank_qedrntv_3.40.5.53-18vmw.703.0.0.18644231, VMW_bootbank_qfle3_1.0.67.0-22vmw.703.0.0.18644231, VMW_bootbank_qfle3f_1.0.51.0-22vmw.703.0.0.18644231, VMW_bootbank_qfle3i_1.0.15.0-15vmw.703.0.0.18644231, VMW_bootbank_qflge_1.1.0.11-1vmw.703.0.0.18644231, VMW_bootbank_rste_2.0.2.0088-7vmw.703.0.0.18644231, VMW_bootbank_sfvmk_2.4.0.2010-6vmw.703.0.0.18644231, VMW_bootbank_smartpqi_70.4149.0.5000-1vmw.703.0.0.18644231, VMW_bootbank_vmkata_0.1-1vmw.703.0.0.18644231, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.703.0.0.18644231, VMW_bootbank_vmkusb_0.1-6vmw.703.0.0.18644231, VMW_bootbank_vmw-ahci_2.0.11-1vmw.703.0.0.18644231, VMware_bootbank_bmcal_7.0.3-0.0.18644231, VMware_bootbank_cpu-microcode_7.0.3-0.0.18644231, VMware_bootbank_crx_7.0.3-0.0.18644231, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.703.0.0.18644231, VMware_bootbank_esx-base_7.0.3-0.0.18644231, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.0.18644231, VMware_bootbank_esx-ui_1.36.0-18403931, VMware_bootbank_esx-update_7.0.3-0.0.18644231, VMware_bootbank_esx-xserver_7.0.3-0.0.18644231, VMware_bootbank_esxio-combiner_7.0.3-0.0.18644231, VMware_bootbank_gc_7.0.3-0.0.18644231, VMware_bootbank_loadesx_7.0.3-0.0.18644231, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.703.0.0.18644231, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-9vmw.703.0.0.18644231, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.703.0.0.18644231, VMware_bootbank_native-misc-drivers_7.0.3-0.0.18644231, VMware_bootbank_qlnativefc_4.1.14.0-26vmw.703.0.0.18644231, VMware_bootbank_trx_7.0.3-0.0.18644231, VMware_bootbank_vdfs_7.0.3-0.0.18644231, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.44-1vmw.703.0.0.18644231, VMware_bootbank_vsan_7.0.3-0.0.18644231, VMware_bootbank_vsanhealth_7.0.3-0.0.18644231, VMware_locker_tools-light_11.3.0.18090558-18644231
VIBs Removed: VMW_bootbank_atlantic_1.0.3.0-8vmw.702.0.0.17867351, VMW_bootbank_bnxtnet_216.0.50.0-34vmw.702.0.20.18426014, VMW_bootbank_bnxtroce_216.0.58.0-20vmw.702.0.20.18426014, VMW_bootbank_brcmfcoe_12.0.1500.1-2vmw.702.0.0.17867351, VMW_bootbank_brcmnvmefc_12.8.298.1-1vmw.702.0.0.17867351, VMW_bootbank_elxiscsi_12.0.1200.0-8vmw.702.0.0.17867351, VMW_bootbank_elxnet_12.0.1250.0-5vmw.702.0.0.17867351, VMW_bootbank_i40enu_1.8.1.137-1vmw.702.0.20.18426014, VMW_bootbank_iavmd_2.0.0.1152-1vmw.702.0.0.17867351, VMW_bootbank_icen_1.0.0.10-1vmw.702.0.0.17867351, VMW_bootbank_igbn_1.4.11.2-1vmw.702.0.0.17867351, VMW_bootbank_irdman_1.3.1.19-1vmw.702.0.0.17867351, VMW_bootbank_iser_1.1.0.1-1vmw.702.0.0.17867351, VMW_bootbank_ixgben_1.7.1.35-1vmw.702.0.0.17867351, VMW_bootbank_lpfc_12.8.298.3-2vmw.702.0.20.18426014, VMW_bootbank_lpnic_11.4.62.0-1vmw.702.0.0.17867351, VMW_bootbank_lsi-mr3_7.716.03.00-1vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt2_20.00.06.00-3vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt35_17.00.02.00-1vmw.702.0.0.17867351, VMW_bootbank_lsi-msgpt3_17.00.10.00-2vmw.702.0.0.17867351, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.702.0.0.17867351, VMW_bootbank_ne1000_0.8.4-11vmw.702.0.0.17867351, VMW_bootbank_nenic_1.0.33.0-1vmw.702.0.0.17867351, VMW_bootbank_nfnic_4.0.0.63-1vmw.702.0.0.17867351, VMW_bootbank_nhpsa_70.0051.0.100-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.702.0.0.17867351, VMW_bootbank_nmlx5-core_4.19.16.10-1vmw.702.0.0.17867351, VMW_bootbank_nmlx5-rdma_4.19.16.10-1vmw.702.0.0.17867351, VMW_bootbank_ntg3_4.1.5.0-0vmw.702.0.0.17867351, VMW_bootbank_nvme-pcie_1.2.3.11-1vmw.702.0.0.17867351, VMW_bootbank_nvmerdma_1.0.2.1-1vmw.702.0.0.17867351, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.702.0.0.17867351, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.702.0.0.17867351, VMW_bootbank_pvscsi_0.1-2vmw.702.0.0.17867351, VMW_bootbank_qcnic_1.0.15.0-11vmw.702.0.0.17867351, VMW_bootbank_qedentv_3.40.5.53-20vmw.702.0.20.18426014, VMW_bootbank_qedrntv_3.40.5.53-17vmw.702.0.20.18426014, VMW_bootbank_qfle3_1.0.67.0-14vmw.702.0.0.17867351, VMW_bootbank_qfle3f_1.0.51.0-19vmw.702.0.0.17867351, VMW_bootbank_qfle3i_1.0.15.0-12vmw.702.0.0.17867351, VMW_bootbank_qflge_1.1.0.11-1vmw.702.0.0.17867351, VMW_bootbank_rste_2.0.2.0088-7vmw.702.0.0.17867351, VMW_bootbank_sfvmk_2.4.0.2010-4vmw.702.0.0.17867351, VMW_bootbank_smartpqi_70.4000.0.100-6vmw.702.0.0.17867351, VMW_bootbank_vmkata_0.1-1vmw.702.0.0.17867351, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.702.0.0.17867351, VMW_bootbank_vmkusb_0.1-4vmw.702.0.20.18426014, VMW_bootbank_vmw-ahci_2.0.9-1vmw.702.0.0.17867351, VMware_bootbank_clusterstore_7.0.2-0.25.18538813, VMware_bootbank_cpu-microcode_7.0.2-0.25.18538813, VMware_bootbank_crx_7.0.2-0.25.18538813, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.702.0.0.17867351, VMware_bootbank_esx-base_7.0.2-0.25.18538813, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.2-0.25.18538813, VMware_bootbank_esx-ui_1.34.8-17417756, VMware_bootbank_esx-update_7.0.2-0.25.18538813, VMware_bootbank_esx-xserver_7.0.2-0.25.18538813, VMware_bootbank_gc_7.0.2-0.25.18538813, VMware_bootbank_loadesx_7.0.2-0.25.18538813, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.702.0.0.17867351, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.0.0-2vmw.702.0.0.17867351, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-5vmw.702.0.0.17867351, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.702.0.0.17867351, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-6vmw.702.0.0.17867351, VMware_bootbank_native-misc-drivers_7.0.2-0.25.18538813, VMware_bootbank_qlnativefc_4.1.14.0-5vmw.702.0.0.17867351, VMware_bootbank_vdfs_7.0.2-0.25.18538813, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.42-1vmw.702.0.0.17867351, VMware_bootbank_vsan_7.0.2-0.25.18538813, VMware_bootbank_vsanhealth_7.0.2-0.25.18538813, VMware_locker_tools-light_11.2.6.17901274-18295176
VIBs Skipped:
[root@xd-1541-5028d:~] reboot
Version: 7.0.3 (Build 18538813)
to: Version: 7.0.3a (Build 18825058)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U3a-18825058-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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_bmcal_7.0.3-0.5.18825058, VMware_bootbank_cpu-microcode_7.0.3-0.5.18825058, VMware_bootbank_crx_7.0.3-0.5.18825058, VMware_bootbank_esx-base_7.0.3-0.5.18825058, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.5.18825058, VMware_bootbank_esx-update_7.0.3-0.5.18825058, VMware_bootbank_esx-xserver_7.0.3-0.5.18825058, VMware_bootbank_esxio-combiner_7.0.3-0.5.18825058, VMware_bootbank_gc_7.0.3-0.5.18825058, VMware_bootbank_loadesx_7.0.3-0.5.18825058, VMware_bootbank_native-misc-drivers_7.0.3-0.5.18825058, VMware_bootbank_trx_7.0.3-0.5.18825058, VMware_bootbank_vdfs_7.0.3-0.5.18825058, VMware_bootbank_vsan_7.0.3-0.5.18825058, VMware_bootbank_vsanhealth_7.0.3-0.5.18825058
VIBs Removed: VMware_bootbank_bmcal_7.0.3-0.0.18644231, VMware_bootbank_cpu-microcode_7.0.3-0.0.18644231, VMware_bootbank_crx_7.0.3-0.0.18644231, VMware_bootbank_esx-base_7.0.3-0.0.18644231, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.0.18644231, VMware_bootbank_esx-update_7.0.3-0.0.18644231, VMware_bootbank_esx-xserver_7.0.3-0.0.18644231, VMware_bootbank_esxio-combiner_7.0.3-0.0.18644231, VMware_bootbank_gc_7.0.3-0.0.18644231, VMware_bootbank_loadesx_7.0.3-0.0.18644231, VMware_bootbank_native-misc-drivers_7.0.3-0.0.18644231, VMware_bootbank_trx_7.0.3-0.0.18644231, VMware_bootbank_vdfs_7.0.3-0.0.18644231, VMware_bootbank_vsan_7.0.3-0.0.18644231, VMware_bootbank_vsanhealth_7.0.3-0.0.18644231
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-8vmw.703.0.0.18644231, VMW_bootbank_bnxtnet_216.0.50.0-41vmw.703.0.0.18644231, VMW_bootbank_bnxtroce_216.0.58.0-23vmw.703.0.0.18644231, VMW_bootbank_brcmfcoe_12.0.1500.2-3vmw.703.0.0.18644231, VMW_bootbank_elxiscsi_12.0.1200.0-9vmw.703.0.0.18644231, VMW_bootbank_elxnet_12.0.1250.0-5vmw.703.0.0.18644231, VMW_bootbank_i40en_1.11.1.31-1vmw.703.0.0.18644231, VMW_bootbank_iavmd_2.7.0.1157-2vmw.703.0.0.18644231, VMW_bootbank_icen_1.4.1.7-1vmw.703.0.0.18644231, VMW_bootbank_igbn_1.4.11.2-1vmw.703.0.0.18644231, VMW_bootbank_ionic-en_16.0.0-16vmw.703.0.0.18644231, VMW_bootbank_irdman_1.3.1.20-1vmw.703.0.0.18644231, VMW_bootbank_iser_1.1.0.1-1vmw.703.0.0.18644231, VMW_bootbank_ixgben_1.7.1.35-1vmw.703.0.0.18644231, VMW_bootbank_lpfc_14.0.169.23-5vmw.703.0.0.18644231, VMW_bootbank_lpnic_11.4.62.0-1vmw.703.0.0.18644231, VMW_bootbank_lsi-mr3_7.718.02.00-1vmw.703.0.0.18644231, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.703.0.0.18644231, VMW_bootbank_lsi-msgpt35_19.00.02.00-1vmw.703.0.0.18644231, VMW_bootbank_lsi-msgpt3_17.00.12.00-1vmw.703.0.0.18644231, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.703.0.0.18644231, VMW_bootbank_ne1000_0.8.4-11vmw.703.0.0.18644231, VMW_bootbank_nenic_1.0.33.0-1vmw.703.0.0.18644231, VMW_bootbank_nfnic_4.0.0.70-1vmw.703.0.0.18644231, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.703.0.0.18644231, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.703.0.0.18644231, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.703.0.0.18644231, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.703.0.0.18644231, VMW_bootbank_nmlx5-core_4.19.16.11-1vmw.703.0.0.18644231, VMW_bootbank_nmlx5-rdma_4.19.16.11-1vmw.703.0.0.18644231, VMW_bootbank_ntg3_4.1.7.0-0vmw.703.0.0.18644231, VMW_bootbank_nvme-pcie_1.2.3.16-1vmw.703.0.0.18644231, VMW_bootbank_nvmerdma_1.0.3.5-1vmw.703.0.0.18644231, VMW_bootbank_nvmetcp_1.0.0.0-1vmw.703.0.0.18644231, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.703.0.0.18644231, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.703.0.0.18644231, VMW_bootbank_pvscsi_0.1-4vmw.703.0.0.18644231, VMW_bootbank_qcnic_1.0.15.0-14vmw.703.0.0.18644231, VMW_bootbank_qedentv_3.40.5.53-22vmw.703.0.0.18644231, VMW_bootbank_qedrntv_3.40.5.53-18vmw.703.0.0.18644231, VMW_bootbank_qfle3_1.0.67.0-22vmw.703.0.0.18644231, VMW_bootbank_qfle3f_1.0.51.0-22vmw.703.0.0.18644231, VMW_bootbank_qfle3i_1.0.15.0-15vmw.703.0.0.18644231, VMW_bootbank_qflge_1.1.0.11-1vmw.703.0.0.18644231, VMW_bootbank_rste_2.0.2.0088-7vmw.703.0.0.18644231, VMW_bootbank_sfvmk_2.4.0.2010-6vmw.703.0.0.18644231, VMW_bootbank_smartpqi_70.4149.0.5000-1vmw.703.0.0.18644231, VMW_bootbank_vmkata_0.1-1vmw.703.0.0.18644231, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.703.0.0.18644231, VMW_bootbank_vmkusb_0.1-6vmw.703.0.0.18644231, VMW_bootbank_vmw-ahci_2.0.11-1vmw.703.0.0.18644231, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.703.0.0.18644231, VMware_bootbank_esx-ui_1.36.0-18403931, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.703.0.0.18644231, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-9vmw.703.0.0.18644231, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.703.0.0.18644231, VMware_bootbank_qlnativefc_4.1.14.0-26vmw.703.0.0.18644231, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.44-1vmw.703.0.0.18644231, VMware_locker_tools-light_11.3.0.18090558-18644231
[root@xd-1541-5028d:~] reboot
Version: 7.0.3a (Build 18538813)
to: Version: 7.0.3b (Build 18905247)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U3b-18905247-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_iavmd_2.7.0.1157-2vmw.703.0.10.18905247, VMware_bootbank_bmcal_7.0.3-0.10.18905247, VMware_bootbank_cpu-microcode_7.0.3-0.10.18905247, VMw47, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.10.18905247, VMware_bootbank_esx-update_7.0.3-0.10.18905247, VMware_bootbank_esx-xserver_7.0.3-0.10.18905247, VM18905247, VMware_bootbank_loadesx_7.0.3-0.10.18905247, VMware_bootbank_native-misc-drivers_7.0.3-0.10.18905247, VMware_bootbank_trx_7.0.3-0.10.18905247, VMware_bootbank_vnk_vsanhealth_7.0.3-0.10.18905247
VIBs Removed: VMW_bootbank_iavmd_2.7.0.1157-2vmw.703.0.0.18644231, VMware_bootbank_bmcal_7.0.3-0.5.18825058, VMware_bootbank_cpu-microcode_7.0.3-0.5.18825058, VMware_bare_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.5.18825058, VMware_bootbank_esx-update_7.0.3-0.5.18825058, VMware_bootbank_esx-xserver_7.0.3-0.5.18825058, VMware_bootbware_bootbank_loadesx_7.0.3-0.5.18825058, VMware_bootbank_native-misc-drivers_7.0.3-0.5.18825058, VMware_bootbank_trx_7.0.3-0.5.18825058, VMware_bootbank_vdfs_7.0.3-0.5.1.3-0.5.18825058
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-8vmw.703.0.0.18644231, VMW_bootbank_bnxtnet_216.0.50.0-41vmw.703.0.0.18644231, VMW_bootbank_bnxtroce_216.0.58.0-23vmw.703.0nk_elxiscsi_12.0.1200.0-9vmw.703.0.0.18644231, VMW_bootbank_elxnet_12.0.1250.0-5vmw.703.0.0.18644231, VMW_bootbank_i40en_1.11.1.31-1vmw.703.0.0.18644231, VMW_bootbank_ice1, VMW_bootbank_ionic-en_16.0.0-16vmw.703.0.0.18644231, VMW_bootbank_irdman_1.3.1.20-1vmw.703.0.0.18644231, VMW_bootbank_iser_1.1.0.1-1vmw.703.0.0.18644231, VMW_bootbank_0.18644231, VMW_bootbank_lpnic_11.4.62.0-1vmw.703.0.0.18644231, VMW_bootbank_lsi-mr3_7.718.02.00-1vmw.703.0.0.18644231, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.703.0.0.1k_lsi-msgpt3_17.00.12.00-1vmw.703.0.0.18644231, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.703.0.0.18644231, VMW_bootbank_ne1000_0.8.4-11vmw.703.0.0.18644231, VMW_bootbank_n644231, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.703.0.0.18644231, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.703.0.0.18644231, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.703.0.0.18645-core_4.19.16.11-1vmw.703.0.0.18644231, VMW_bootbank_nmlx5-rdma_4.19.16.11-1vmw.703.0.0.18644231, VMW_bootbank_ntg3_4.1.7.0-0vmw.703.0.0.18644231, VMW_bootbank_nvme-pcie4231, VMW_bootbank_nvmetcp_1.0.0.0-1vmw.703.0.0.18644231, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.703.0.0.18644231, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.703.0.0.18644231, .703.0.0.18644231, VMW_bootbank_qedentv_3.40.5.53-22vmw.703.0.0.18644231, VMW_bootbank_qedrntv_3.40.5.53-18vmw.703.0.0.18644231, VMW_bootbank_qfle3_1.0.67.0-22vmw.703.0.0e3i_1.0.15.0-15vmw.703.0.0.18644231, VMW_bootbank_qflge_1.1.0.11-1vmw.703.0.0.18644231, VMW_bootbank_rste_2.0.2.0088-7vmw.703.0.0.18644231, VMW_bootbank_sfvmk_2.4.0.2010-1, VMW_bootbank_vmkata_0.1-1vmw.703.0.0.18644231, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.703.0.0.18644231, VMW_bootbank_vmkusb_0.1-6vmw.703.0.0.18644231, VMW_bootbank_vmw-ahci4vmw.703.0.0.18644231, VMware_bootbank_esx-ui_1.36.0-18403931, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.703.0.0.18644231, VMware_bootbank_lsuv2-intelv2-nvme-vmd-n_1.0.0-9vmw.703.0.0.18644231, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.703.0.0.18644231, VMwav2-oem-lenovo-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.703.0.0.18644231, VMware_bootbank_qlnativefc_4.1.14.0-26vmw.703.0.0.144231, VMware_locker_tools-light_11.3.0.18090558-18644231
[root@xd-1541-5028d:~]
[root@xd-1541-5028d:~] reboot
Version: 7.0.3a (Build 18905247)
to: Version: 7.0.3c (Build 19193900)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U3c-19193900-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_atlantic_1.0.3.0-8vmw.703.0.20.19193900, VMW_bootbank_bnxtnet_216.0.50.0-41vmw.703.0.20.19193900, VMW_bootbank_bnxtroce_216.0.58.0-23vmw.703.0.20.19193900, VMW_bootbank_brcmfcoe_12.0.1500.2-3vmw.703.0.20.19193900, VMW_bootbank_elxiscsi_12.0.1200.0-9vmw.703.0.20.19193900, VMW_bootbank_elxnet_12.0.1250.0-5vmw.703.0.20.19193900, VMW_bootbank_i40en_1.11.1.31-1vmw.703.0.20.19193900, VMW_bootbank_iavmd_2.7.0.1157-2vmw.703.0.20.19193900, VMW_bootbank_icen_1.4.1.7-1vmw.703.0.20.19193900, VMW_bootbank_igbn_1.4.11.2-1vmw.703.0.20.19193900, VMW_bootbank_ionic-en_16.0.0-16vmw.703.0.20.19193900, VMW_bootbank_irdman_1.3.1.20-1vmw.703.0.20.19193900, VMW_bootbank_iser_1.1.0.1-1vmw.703.0.20.19193900, VMW_bootbank_ixgben_1.7.1.35-1vmw.703.0.20.19193900, VMW_bootbank_lpfc_14.0.169.25-5vmw.703.0.20.19193900, VMW_bootbank_lpnic_11.4.62.0-1vmw.703.0.20.19193900, VMW_bootbank_lsi-mr3_7.718.02.00-1vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt35_19.00.02.00-1vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt3_17.00.12.00-1vmw.703.0.20.19193900, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.703.0.20.19193900, VMW_bootbank_ne1000_0.8.4-11vmw.703.0.20.19193900, VMW_bootbank_nenic_1.0.33.0-1vmw.703.0.20.19193900, VMW_bootbank_nfnic_4.0.0.70-1vmw.703.0.20.19193900, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.703.0.20.19193900, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx5-core_4.19.16.11-1vmw.703.0.20.19193900, VMW_bootbank_nmlx5-rdma_4.19.16.11-1vmw.703.0.20.19193900, VMW_bootbank_ntg3_4.1.7.0-0vmw.703.0.20.19193900, VMW_bootbank_nvme-pcie_1.2.3.16-1vmw.703.0.20.19193900, VMW_bootbank_nvmerdma_1.0.3.5-1vmw.703.0.20.19193900, VMW_bootbank_nvmetcp_1.0.0.0-1vmw.703.0.20.19193900, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.703.0.20.19193900, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.703.0.20.19193900, VMW_bootbank_pvscsi_0.1-4vmw.703.0.20.19193900, VMW_bootbank_qcnic_1.0.15.0-14vmw.703.0.20.19193900, VMW_bootbank_qedentv_3.40.5.53-22vmw.703.0.20.19193900, VMW_bootbank_qedrntv_3.40.5.53-18vmw.703.0.20.19193900, VMW_bootbank_qfle3_1.0.67.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3f_1.0.51.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3i_1.0.15.0-15vmw.703.0.20.19193900, VMW_bootbank_qflge_1.1.0.11-1vmw.703.0.20.19193900, VMW_bootbank_rste_2.0.2.0088-7vmw.703.0.20.19193900, VMW_bootbank_sfvmk_2.4.0.2010-6vmw.703.0.20.19193900, VMW_bootbank_smartpqi_70.4149.0.5000-1vmw.703.0.20.19193900, VMW_bootbank_vmkata_0.1-1vmw.703.0.20.19193900, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.703.0.20.19193900, VMW_bootbank_vmkusb_0.1-6vmw.703.0.20.19193900, VMW_bootbank_vmw-ahci_2.0.11-1vmw.703.0.20.19193900, VMware_bootbank_bmcal_7.0.3-0.20.19193900, VMware_bootbank_cpu-microcode_7.0.3-0.20.19193900, VMware_bootbank_crx_7.0.3-0.20.19193900, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.703.0.20.19193900, VMware_bootbank_esx-base_7.0.3-0.20.19193900, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.20.19193900, VMware_bootbank_esx-update_7.0.3-0.20.19193900, VMware_bootbank_esx-xserver_7.0.3-0.20.19193900, VMware_bootbank_esxio-combiner_7.0.3-0.20.19193900, VMware_bootbank_gc_7.0.3-0.20.19193900, VMware_bootbank_loadesx_7.0.3-0.20.19193900, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.703.0.20.19193900, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-9vmw.703.0.20.19193900, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.703.0.20.19193900, VMware_bootbank_native-misc-drivers_7.0.3-0.20.19193900, VMware_bootbank_qlnativefc_4.1.14.0-26vmw.703.0.20.19193900, VMware_bootbank_trx_7.0.3-0.20.19193900, VMware_bootbank_vdfs_7.0.3-0.20.19193900, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.44-1vmw.703.0.20.19193900, VMware_bootbank_vsan_7.0.3-0.20.19193900, VMware_bootbank_vsanhealth_7.0.3-0.20.19193900, VMware_locker_tools-light_11.3.5.18557794-19193900
VIBs Removed: VMW_bootbank_atlantic_1.0.3.0-8vmw.703.0.0.18644231, VMW_bootbank_bnxtnet_216.0.50.0-41vmw.703.0.0.18644231, VMW_bootbank_bnxtroce_216.0.58.0-23vmw.703.0.0.18644231, VMW_bootbank_brcmfcoe_12.0.1500.2-3vmw.703.0.0.18644231, VMW_bootbank_elxiscsi_12.0.1200.0-9vmw.703.0.0.18644231, VMW_bootbank_elxnet_12.0.1250.0-5vmw.703.0.0.18644231, VMW_bootbank_i40en_1.11.1.31-1vmw.703.0.0.18644231, VMW_bootbank_iavmd_2.7.0.1157-2vmw.703.0.10.18905247, VMW_bootbank_icen_1.4.1.7-1vmw.703.0.0.18644231, VMW_bootbank_igbn_1.4.11.2-1vmw.703.0.0.18644231, VMW_bootbank_ionic-en_16.0.0-16vmw.703.0.0.18644231, VMW_bootbank_irdman_1.3.1.20-1vmw.703.0.0.18644231, VMW_bootbank_iser_1.1.0.1-1vmw.703.0.0.18644231, VMW_bootbank_ixgben_1.7.1.35-1vmw.703.0.0.18644231, VMW_bootbank_lpfc_14.0.169.23-5vmw.703.0.0.18644231, VMW_bootbank_lpnic_11.4.62.0-1vmw.703.0.0.18644231, VMW_bootbank_lsi-mr3_7.718.02.00-1vmw.703.0.0.18644231, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.703.0.0.18644231, VMW_bootbank_lsi-msgpt35_19.00.02.00-1vmw.703.0.0.18644231, VMW_bootbank_lsi-msgpt3_17.00.12.00-1vmw.703.0.0.18644231, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.703.0.0.18644231, VMW_bootbank_ne1000_0.8.4-11vmw.703.0.0.18644231, VMW_bootbank_nenic_1.0.33.0-1vmw.703.0.0.18644231, VMW_bootbank_nfnic_4.0.0.70-1vmw.703.0.0.18644231, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.703.0.0.18644231, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.703.0.0.18644231, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.703.0.0.18644231, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.703.0.0.18644231, VMW_bootbank_nmlx5-core_4.19.16.11-1vmw.703.0.0.18644231, VMW_bootbank_nmlx5-rdma_4.19.16.11-1vmw.703.0.0.18644231, VMW_bootbank_ntg3_4.1.7.0-0vmw.703.0.0.18644231, VMW_bootbank_nvme-pcie_1.2.3.16-1vmw.703.0.0.18644231, VMW_bootbank_nvmerdma_1.0.3.5-1vmw.703.0.0.18644231, VMW_bootbank_nvmetcp_1.0.0.0-1vmw.703.0.0.18644231, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.703.0.0.18644231, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.703.0.0.18644231, VMW_bootbank_pvscsi_0.1-4vmw.703.0.0.18644231, VMW_bootbank_qcnic_1.0.15.0-14vmw.703.0.0.18644231, VMW_bootbank_qedentv_3.40.5.53-22vmw.703.0.0.18644231, VMW_bootbank_qedrntv_3.40.5.53-18vmw.703.0.0.18644231, VMW_bootbank_qfle3_1.0.67.0-22vmw.703.0.0.18644231, VMW_bootbank_qfle3f_1.0.51.0-22vmw.703.0.0.18644231, VMW_bootbank_qfle3i_1.0.15.0-15vmw.703.0.0.18644231, VMW_bootbank_qflge_1.1.0.11-1vmw.703.0.0.18644231, VMW_bootbank_rste_2.0.2.0088-7vmw.703.0.0.18644231, VMW_bootbank_sfvmk_2.4.0.2010-6vmw.703.0.0.18644231, VMW_bootbank_smartpqi_70.4149.0.5000-1vmw.703.0.0.18644231, VMW_bootbank_vmkata_0.1-1vmw.703.0.0.18644231, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.703.0.0.18644231, VMW_bootbank_vmkusb_0.1-6vmw.703.0.0.18644231, VMW_bootbank_vmw-ahci_2.0.11-1vmw.703.0.0.18644231, VMware_bootbank_bmcal_7.0.3-0.10.18905247, VMware_bootbank_cpu-microcode_7.0.3-0.10.18905247, VMware_bootbank_crx_7.0.3-0.10.18905247, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.703.0.0.18644231, VMware_bootbank_esx-base_7.0.3-0.10.18905247, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.10.18905247, VMware_bootbank_esx-update_7.0.3-0.10.18905247, VMware_bootbank_esx-xserver_7.0.3-0.10.18905247, VMware_bootbank_esxio-combiner_7.0.3-0.10.18905247, VMware_bootbank_gc_7.0.3-0.10.18905247, VMware_bootbank_loadesx_7.0.3-0.10.18905247, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.703.0.0.18644231, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-9vmw.703.0.0.18644231, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.703.0.0.18644231, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.703.0.0.18644231, VMware_bootbank_native-misc-drivers_7.0.3-0.10.18905247, VMware_bootbank_qlnativefc_4.1.14.0-26vmw.703.0.0.18644231, VMware_bootbank_trx_7.0.3-0.10.18905247, VMware_bootbank_vdfs_7.0.3-0.10.18905247, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.44-1vmw.703.0.0.18644231, VMware_bootbank_vsan_7.0.3-0.10.18905247, VMware_bootbank_vsanhealth_7.0.3-0.10.18905247, VMware_locker_tools-light_11.3.0.18090558-18644231
VIBs Skipped: VMware_bootbank_esx-ui_1.36.0-18403931
[root@xd-1541-5028d:~] reboot
Version: 7.0.3c (Build 19193900)
to: Version: 7.0.3d (Build 19482537)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U3d-19482537-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_lpfc_14.0.169.25-5vmw.703.0.35.19482537, VMW_bootbank_nvmetcp_1.0.0.1-1vmw.703.0.35.19482537, VMware_bootbank_bmcal_7.0.3-0.35.19482537, Vrocode_7.0.3-0.35.19482537, VMware_bootbank_crx_7.0.3-0.35.19482537, VMware_bootbank_esx-base_7.0.3-0.35.19482537, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.3tbank_esx-update_7.0.3-0.35.19482537, VMware_bootbank_esx-xserver_7.0.3-0.35.19482537, VMware_bootbank_esxio-combiner_7.0.3-0.35.19482537, VMware_bootbank_gc_7.0.3-0.35.1nk_loadesx_7.0.3-0.35.19482537, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-10vmw.703.0.35.19482537, VMware_bootbank_native-misc-drivers_7.0.3-0.35.19482537, VMware_5.19482537, VMware_bootbank_vdfs_7.0.3-0.35.19482537, VMware_bootbank_vsan_7.0.3-0.35.19482537, VMware_bootbank_vsanhealth_7.0.3-0.35.19482537, VMware_locker_tools-light_31
VIBs Removed: VMW_bootbank_lpfc_14.0.169.25-5vmw.703.0.20.19193900, VMW_bootbank_nvmetcp_1.0.0.0-1vmw.703.0.20.19193900, VMware_bootbank_bmcal_7.0.3-0.20.19193900, VMwcode_7.0.3-0.20.19193900, VMware_bootbank_crx_7.0.3-0.20.19193900, VMware_bootbank_esx-base_7.0.3-0.20.19193900, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.20.ank_esx-update_7.0.3-0.20.19193900, VMware_bootbank_esx-xserver_7.0.3-0.20.19193900, VMware_bootbank_esxio-combiner_7.0.3-0.20.19193900, VMware_bootbank_gc_7.0.3-0.20.191_loadesx_7.0.3-0.20.19193900, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-9vmw.703.0.20.19193900, VMware_bootbank_native-misc-drivers_7.0.3-0.20.19193900, VMware_boo9193900, VMware_bootbank_vdfs_7.0.3-0.20.19193900, VMware_bootbank_vsan_7.0.3-0.20.19193900, VMware_bootbank_vsanhealth_7.0.3-0.20.19193900, VMware_locker_tools-light_11.
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-8vmw.703.0.20.19193900, VMW_bootbank_bnxtnet_216.0.50.0-41vmw.703.0.20.19193900, VMW_bootbank_bnxtroce_216.0.58.0-23vmw.703otbank_brcmfcoe_12.0.1500.2-3vmw.703.0.20.19193900, VMW_bootbank_elxiscsi_12.0.1200.0-9vmw.703.0.20.19193900, VMW_bootbank_elxnet_12.0.1250.0-5vmw.703.0.20.19193900, VMW_31-1vmw.703.0.20.19193900, VMW_bootbank_iavmd_2.7.0.1157-2vmw.703.0.20.19193900, VMW_bootbank_icen_1.4.1.7-1vmw.703.0.20.19193900, VMW_bootbank_igbn_1.4.11.2-1vmw.703.0.2nk_ionic-en_16.0.0-16vmw.703.0.20.19193900, VMW_bootbank_irdman_1.3.1.20-1vmw.703.0.20.19193900, VMW_bootbank_iser_1.1.0.1-1vmw.703.0.20.19193900, VMW_bootbank_ixgben_1.7193900, VMW_bootbank_lpnic_11.4.62.0-1vmw.703.0.20.19193900, VMW_bootbank_lsi-mr3_7.718.02.00-1vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.703.0.20.19si-msgpt35_19.00.02.00-1vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt3_17.00.12.00-1vmw.703.0.20.19193900, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.703.0.20.19193900, VMW_11vmw.703.0.20.19193900, VMW_bootbank_nenic_1.0.33.0-1vmw.703.0.20.19193900, VMW_bootbank_nfnic_4.0.0.70-1vmw.703.0.20.19193900, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.703otbank_nmlx4-core_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.703.0.20.19193900, VMW_19.16.11-1vmw.703.0.20.19193900, VMW_bootbank_nmlx5-rdma_4.19.16.11-1vmw.703.0.20.19193900, VMW_bootbank_ntg3_4.1.7.0-0vmw.703.0.20.19193900, VMW_bootbank_nvme-pcie_1.2.33900, VMW_bootbank_nvmerdma_1.0.3.5-1vmw.703.0.20.19193900, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.703.0.20.19193900, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.703.0.20.191939i_0.1-4vmw.703.0.20.19193900, VMW_bootbank_qcnic_1.0.15.0-14vmw.703.0.20.19193900, VMW_bootbank_qedentv_3.40.5.53-22vmw.703.0.20.19193900, VMW_bootbank_qedrntv_3.40.5.53-0, VMW_bootbank_qfle3_1.0.67.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3f_1.0.51.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3i_1.0.15.0-15vmw.703.0.20.19193900, VMW_bo1vmw.703.0.20.19193900, VMW_bootbank_rste_2.0.2.0088-7vmw.703.0.20.19193900, VMW_bootbank_sfvmk_2.4.0.2010-6vmw.703.0.20.19193900, VMW_bootbank_smartpqi_70.4149.0.5000-1vVMW_bootbank_vmkata_0.1-1vmw.703.0.20.19193900, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.703.0.20.19193900, VMW_bootbank_vmkusb_0.1-6vmw.703.0.20.19193900, VMW_bootbank_vmw-ahci19193900, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.703.0.20.19193900, VMware_bootbank_esx-ui_1.36.0-18403931, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vVMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_boo-plugin_1.0.0-8vmw.703.0.20.19193900, VMware_bootbank_qlnativefc_4.1.14.0-26vmw.703.0.20.19193900, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.44-1vmw.703.0.20.19
[root@xd-1541-5028d:~] reboot
Version: 7.0.3d (Build 19482537)
to: Version: 7.0.3e (Build 19898904)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U3e-19898904-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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_bmcal_7.0.3-0.40.19898904, VMware_bootbank_cpu-microcode_7.0.3-0.40.19898904, VMware_bootbank_crx_7.0.3-0.40.19898904, VMware_bootbank_esx-base_7.0.3-0.40.19898904, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.40.19898904, VMware_bootbank_esx-update_7.0.3-0.40.19898904, VMware_bootbank_esx-xserver_7.0.3-0.40.19898904, VMware_bootbank_esxio-combiner_7.0.3-0.40.19898904, VMware_bootbank_gc_7.0.3-0.40.19898904, VMware_bootbank_loadesx_7.0.3-0.40.19898904, VMware_bootbank_native-misc-drivers_7.0.3-0.40.19898904, VMware_bootbank_trx_7.0.3-0.40.19898904, VMware_bootbank_vdfs_7.0.3-0.40.19898904, VMware_bootbank_vsan_7.0.3-0.40.19898904, VMware_bootbank_vsanhealth_7.0.3-0.40.19898904
VIBs Removed: VMware_bootbank_bmcal_7.0.3-0.35.19482537, VMware_bootbank_cpu-microcode_7.0.3-0.35.19482537, VMware_bootbank_crx_7.0.3-0.35.19482537, VMware_bootbank_esx-base_7.0.3-0.35.19482537, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.35.19482537, VMware_bootbank_esx-update_7.0.3-0.35.19482537, VMware_bootbank_esx-xserver_7.0.3-0.35.19482537, VMware_bootbank_esxio-combiner_7.0.3-0.35.19482537, VMware_bootbank_gc_7.0.3-0.35.19482537, VMware_bootbank_loadesx_7.0.3-0.35.19482537, VMware_bootbank_native-misc-drivers_7.0.3-0.35.19482537, VMware_bootbank_trx_7.0.3-0.35.19482537, VMware_bootbank_vdfs_7.0.3-0.35.19482537, VMware_bootbank_vsan_7.0.3-0.35.19482537, VMware_bootbank_vsanhealth_7.0.3-0.35.19482537
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-8vmw.703.0.20.19193900, VMW_bootbank_bnxtnet_216.0.50.0-41vmw.703.0.20.19193900, VMW_bootbank_bnxtroce_216.0.58.0-23vmw.703.0.20.19193900, VMW_bootbank_brcmfcoe_12.0.1500.2-3vmw.703.0.20.19193900, VMW_bootbank_elxiscsi_12.0.1200.0-9vmw.703.0.20.19193900, VMW_bootbank_elxnet_12.0.1250.0-5vmw.703.0.20.19193900, VMW_bootbank_i40en_1.11.1.31-1vmw.703.0.20.19193900, VMW_bootbank_iavmd_2.7.0.1157-2vmw.703.0.20.19193900, VMW_bootbank_icen_1.4.1.7-1vmw.703.0.20.19193900, VMW_bootbank_igbn_1.4.11.2-1vmw.703.0.20.19193900, VMW_bootbank_ionic-en_16.0.0-16vmw.703.0.20.19193900, VMW_bootbank_irdman_1.3.1.20-1vmw.703.0.20.19193900, VMW_bootbank_iser_1.1.0.1-1vmw.703.0.20.19193900, VMW_bootbank_ixgben_1.7.1.35-1vmw.703.0.20.19193900, VMW_bootbank_lpfc_14.0.169.25-5vmw.703.0.35.19482537, VMW_bootbank_lpnic_11.4.62.0-1vmw.703.0.20.19193900, VMW_bootbank_lsi-mr3_7.718.02.00-1vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt35_19.00.02.00-1vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt3_17.00.12.00-1vmw.703.0.20.19193900, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.703.0.20.19193900, VMW_bootbank_ne1000_0.8.4-11vmw.703.0.20.19193900, VMW_bootbank_nenic_1.0.33.0-1vmw.703.0.20.19193900, VMW_bootbank_nfnic_4.0.0.70-1vmw.703.0.20.19193900, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.703.0.20.19193900, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx5-core_4.19.16.11-1vmw.703.0.20.19193900, VMW_bootbank_nmlx5-rdma_4.19.16.11-1vmw.703.0.20.19193900, VMW_bootbank_ntg3_4.1.7.0-0vmw.703.0.20.19193900, VMW_bootbank_nvme-pcie_1.2.3.16-1vmw.703.0.20.19193900, VMW_bootbank_nvmerdma_1.0.3.5-1vmw.703.0.20.19193900, VMW_bootbank_nvmetcp_1.0.0.1-1vmw.703.0.35.19482537, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.703.0.20.19193900, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.703.0.20.19193900, VMW_bootbank_pvscsi_0.1-4vmw.703.0.20.19193900, VMW_bootbank_qcnic_1.0.15.0-14vmw.703.0.20.19193900, VMW_bootbank_qedentv_3.40.5.53-22vmw.703.0.20.19193900, VMW_bootbank_qedrntv_3.40.5.53-18vmw.703.0.20.19193900, VMW_bootbank_qfle3_1.0.67.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3f_1.0.51.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3i_1.0.15.0-15vmw.703.0.20.19193900, VMW_bootbank_qflge_1.1.0.11-1vmw.703.0.20.19193900, VMW_bootbank_rste_2.0.2.0088-7vmw.703.0.20.19193900, VMW_bootbank_sfvmk_2.4.0.2010-6vmw.703.0.20.19193900, VMW_bootbank_smartpqi_70.4149.0.5000-1vmw.703.0.20.19193900, VMW_bootbank_vmkata_0.1-1vmw.703.0.20.19193900, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.703.0.20.19193900, VMW_bootbank_vmkusb_0.1-6vmw.703.0.20.19193900, VMW_bootbank_vmw-ahci_2.0.11-1vmw.703.0.20.19193900, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.703.0.20.19193900, VMware_bootbank_esx-ui_1.36.0-18403931, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.703.0.20.19193900, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-10vmw.703.0.35.19482537, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.703.0.20.19193900, VMware_bootbank_qlnativefc_4.1.14.0-26vmw.703.0.20.19193900, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.44-1vmw.703.0.20.19193900, VMware_locker_tools-light_11.3.5.18557794-19482531
[root@xd-1541-5028d:~] reboot
Version: 7.0.3e (Build 19898904)
to: Version: 7.0.3f (Build 20036589)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U3f-20036589-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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: VMW_bootbank_bnxtnet_216.0.50.0-44vmw.703.0.50.20036589, VMW_bootbank_bnxtroce_216.0.58.0-23vmw.703.0.50.20036589, VMW_bootbank_icen_1.4.1.20-1vmw.703.0.20036589, VMW_bootbank_iser_1.1.0.1-1vmw.703.0.50.20036589, VMW_bootbank_lpfc_14.0.169.26-5vmw.703.0.50.20036589, VMW_bootbank_ne1000_0.9.0-1vmw.703.0.50.20036589, VMW_ank_bmcal_7.0.3-0.50.20036589, VMware_bootbank_cpu-microcode_7.0.3-0.50.20036589, VMware_bootbank_crx_7.0.3-0.50.20036589, VMware_bootbank_esx-base_7.0.3-0.50.20036589, V20036589, VMware_bootbank_esx-ui_1.43.8-19798623, VMware_bootbank_esx-update_7.0.3-0.50.20036589, VMware_bootbank_esx-xserver_7.0.3-0.50.20036589, VMware_bootbank_esxio-c50.20036589, VMware_bootbank_loadesx_7.0.3-0.50.20036589, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-12vmw.703.0.50.20036589, VMware_bootbank_native-misc-drivers_7.89, VMware_bootbank_vdfs_7.0.3-0.50.20036589, VMware_bootbank_vsan_7.0.3-0.50.20036589, VMware_bootbank_vsanhealth_7.0.3-0.50.20036589, VMware_locker_tools-light_12.0.0.1
VIBs Removed: VMW_bootbank_bnxtnet_216.0.50.0-41vmw.703.0.20.19193900, VMW_bootbank_bnxtroce_216.0.58.0-23vmw.703.0.20.19193900, VMW_bootbank_icen_1.4.1.7-1vmw.703.0.29193900, VMW_bootbank_iser_1.1.0.1-1vmw.703.0.20.19193900, VMW_bootbank_lpfc_14.0.169.25-5vmw.703.0.35.19482537, VMW_bootbank_ne1000_0.8.4-11vmw.703.0.20.19193900, VMW_bok_bmcal_7.0.3-0.40.19898904, VMware_bootbank_cpu-microcode_7.0.3-0.40.19898904, VMware_bootbank_crx_7.0.3-0.40.19898904, VMware_bootbank_esx-base_7.0.3-0.40.19898904, VMw898904, VMware_bootbank_esx-ui_1.36.0-18403931, VMware_bootbank_esx-update_7.0.3-0.40.19898904, VMware_bootbank_esx-xserver_7.0.3-0.40.19898904, VMware_bootbank_esxio-com.19898904, VMware_bootbank_loadesx_7.0.3-0.40.19898904, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-10vmw.703.0.35.19482537, VMware_bootbank_native-misc-drivers_7.0., VMware_bootbank_vdfs_7.0.3-0.40.19898904, VMware_bootbank_vsan_7.0.3-0.40.19898904, VMware_bootbank_vsanhealth_7.0.3-0.40.19898904, VMware_locker_tools-light_11.3.5.185
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-8vmw.703.0.20.19193900, VMW_bootbank_brcmfcoe_12.0.1500.2-3vmw.703.0.20.19193900, VMW_bootbank_elxiscsi_12.0.1200.0-9vmw.703.0.20.19193900, VMW_bootbank_i40en_1.11.1.31-1vmw.703.0.20.19193900, VMW_bootbank_iavmd_2.7.0.1157-2vmw.703.0.20.19193900, VMW_bootbank_igbn_1.4.11.2-1vmw.703.0.20.191930, VMW_bootbank_ixgben_1.7.1.35-1vmw.703.0.20.19193900, VMW_bootbank_lpnic_11.4.62.0-1vmw.703.0.20.19193900, VMW_bootbank_lsi-mr3_7.718.02.00-1vmw.703.0.20.19193900, VMW_VMW_bootbank_lsi-msgpt35_19.00.02.00-1vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt3_17.00.12.00-1vmw.703.0.20.19193900, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.703.0.20.3900, VMW_bootbank_nfnic_4.0.0.70-1vmw.703.0.20.19193900, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.703.0.20.19193900, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx5-core_4.19.16.11-1vmw.703.0.20.19193900, VMW_bootbank_nmlx5-rdma_4.19.16.11-1vmw.703.0.20.10, VMW_bootbank_nvme-pcie_1.2.3.16-1vmw.703.0.20.19193900, VMW_bootbank_nvmerdma_1.0.3.5-1vmw.703.0.20.19193900, VMW_bootbank_nvmetcp_1.0.0.1-1vmw.703.0.35.19482537, VMW_MW_bootbank_nvmxnet3_2.0.0.30-1vmw.703.0.20.19193900, VMW_bootbank_pvscsi_0.1-4vmw.703.0.20.19193900, VMW_bootbank_qcnic_1.0.15.0-14vmw.703.0.20.19193900, VMW_bootbank_qedrntv_3.40.5.53-18vmw.703.0.20.19193900, VMW_bootbank_qfle3_1.0.67.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3f_1.0.51.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3i_1..11-1vmw.703.0.20.19193900, VMW_bootbank_rste_2.0.2.0088-7vmw.703.0.20.19193900, VMW_bootbank_sfvmk_2.4.0.2010-6vmw.703.0.20.19193900, VMW_bootbank_smartpqi_70.4149.0.50003.0.20.19193900, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.703.0.20.19193900, VMW_bootbank_vmw-ahci_2.0.11-1vmw.703.0.20.19193900, VMware_bootbank_elx-esx-libelxima.so_12.0.1200sa-plugin_1.0.0-3vmw.703.0.20.19193900, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.71.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.703.0.20.19193900, VMwa19193900, VMware_bootbank_qlnativefc_4.1.14.0-26vmw.703.0.20.19193900, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.44-1vmw.703.0.20.19193900
[root@xd-1541-5028d:~] reboot
Version: 7.0.3f (Build 20036589)
to: Version: 7.0.3g (Build 20328353)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-7.0U3g-20328353-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
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_bmcal_7.0.3-0.55.20328353, VMware_bootbank_cpu-microcode_7.0.3-0.55.20328353, VMware_bootbank_crx_7.0.3-0.55.20328353, VMware_bootbank_esx-base_7.0.3-0.55.20328353, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.55.20328353, VMware_bootbank_esx-update_7.0.3-0.55.20328353, VMware_bootbank_esx-xserver_7.0.3-0.55.20328353, VMware_bootbank_esxio-combiner_7.0.3-0.55.20328353, VMware_bootbank_gc_7.0.3-0.55.20328353, VMware_bootbank_loadesx_7.0.3-0.55.20328353, VMware_bootbank_native-misc-drivers_7.0.3-0.55.20328353, VMware_bootbank_trx_7.0.3-0.55.20328353, VMware_bootbank_vdfs_7.0.3-0.55.20328353, VMware_bootbank_vsan_7.0.3-0.55.20328353, VMware_bootbank_vsanhealth_7.0.3-0.55.20328353
VIBs Removed: VMware_bootbank_bmcal_7.0.3-0.50.20036589, VMware_bootbank_cpu-microcode_7.0.3-0.50.20036589, VMware_bootbank_crx_7.0.3-0.50.20036589, VMware_bootbank_esx-base_7.0.3-0.50.20036589, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.50.20036589, VMware_bootbank_esx-update_7.0.3-0.50.20036589, VMware_bootbank_esx-xserver_7.0.3-0.50.20036589, VMware_bootbank_esxio-combiner_7.0.3-0.50.20036589, VMware_bootbank_gc_7.0.3-0.50.20036589, VMwarrebe_bootbank_loadesx_7.0.3-0.50.20036589, VMware_bootbank_native-misc-drivers_7.0.3-0.50.20036589, VMware_bootbank_trx_7.0.3-0.50.20036589, VMware_bootbank_vdfs_7.0.3-0.50.20036589, VMware_bootbank_vsan_7.0.3-0.50.20036589, VMware_bootbank_vsanhealth_7.0.3-0.50.20036589
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-8vmw.703.0.20.19193900, VMW_bootbank_bnxtnet_216.0.50.0-44vmw.703.0.50.20036589, VMW_bootbank_bnxtroce_216.0.58.0-23vmw.703.0.50.20036589, VMW_bootbank_brcmfcoe_12.0.1500.2-3vmw.703.0.20.19193900, VMW_bootbank_elxiscsi_12.0.1200.0-9vmw.703.0.20.19193900, VMW_bootbank_elxnet_12.0.1250.0-5vmw.703.0.20.19193900, VMW_bootbank_i40en_1.11.1.31-1vmw.703.0.20.19193900, VMW_bootbank_iavmd_2.7.0.1157-2vmw.703.0.20.19193900, VMW_bootbank_icen_1.4.1.20-1vmw.703.0.50.20036589, VMW_bootbank_igbn_1.4.11.2-1vmw.703.0.20.19193900, VMW_bootbank_ionic-en_16.0.0-16vmw.703.0.20.19193900, VMW_bootbank_irdman_1.3.1.22-1vmw.703.0.50.20036589, VMW_bootbank_iser_1.1.0.1-1vmw.703.0.50.20036589, VMW_bootbank_ixgben_1.7.1.35-1vmw.703.0.20.19193900, VMW_bootbank_lpfc_14.0.169.26-5vmw.703.0.50.20036589, VMW_bootbank_lpnic_11.4.62.0-1vmw.703.0.20.19193900, VMW_bootbank_lsi-mr3_7.718.02.00-1vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt35_19.00.02.00-1vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt3_17.00.12.00-1vmw.703.0.20.19193900, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.703.0.20.19193900, VMW_bootbank_ne1000_0.9.0-1vmw.703.0.50.20036589, VMW_bootbank_nenic_1.0.33.0-1vmw.703.0.20.19193900, VMW_bootbank_nfnic_4.0.0.70-1vmw.703.0.20.19193900, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.703.0.20.19193900, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx5-core_4.19.16.11-1vmw.703.0.20.19193900, VMW_bootbank_nmlx5-rdma_4.19.16.11-1vmw.703.0.20.19193900, VMW_bootbank_ntg3_4.1.7.0-0vmw.703.0.20.19193900, VMW_bootbank_nvme-pcie_1.2.3.16-1vmw.703.0.20.19193900, VMW_bootbank_nvmerdma_1.0.3.5-1vmw.703.0.20.19193900, VMW_bootbank_nvmetcp_1.0.0.1-1vmw.703.0.35.19482537, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.703.0.20.19193900, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.703.0.20.19193900, VMW_bootbank_pvscsi_0.1-4vmw.703.0.20.19193900, VMW_bootbank_qcnic_1.0.15.0-14vmw.703.0.20.19193900, VMW_bootbank_qedentv_3.40.5.53-22vmw.703.0.20.19193900, VMW_bootbank_qedrntv_3.40.5.53-18vmw.703.0.20.19193900, VMW_bootbank_qfle3_1.0.67.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3f_1.0.51.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3i_1.0.15.0-15vmw.703.0.20.19193900, VMW_bootbank_qflge_1.1.0.11-1vmw.703.0.20.19193900, VMW_bootbank_rste_2.0.2.0088-7vmw.703.0.20.19193900, VMW_bootbank_sfvmk_2.4.0.2010-6vmw.703.0.20.19193900, VMW_bootbank_smartpqi_70.4149.0.5000-1vmw.703.0.20.19193900, VMW_bootbank_vmkata_0.1-1vmw.703.0.20.19193900, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.703.0.20.19193900, VMW_bootbank_vmkusb_0.1-7vmw.703.0.50.20036589, VMW_bootbank_vmw-ahci_2.0.11-1vmw.703.0.20.19193900, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.703.0.20.19193900, VMware_bootbank_esx-ui_1.43.8-19798623, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.703.0.20.19193900, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-12vmw.703.0.50.20036589, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.703.0.20.19193900, VMware_bootbank_qlnativefc_4.1.14.0-26vmw.703.0.20.19193900, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.44-1vmw.703.0.20.19193900, VMware_locker_tools-light_12.0.0.19345655-20036586
[root@xd-1541-5028d:~] root
Version: 7.0.3g (Build 20328353)
to: Version: 8.0.0 (Build 20513097)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0.0-20513097-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
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: VMW_bootbank_atlantic_1.0.3.0-10vmw.800.1.0.20513097, VMW_bootbank_bcm-mpi3_8.1.1.0.0.0-1vmw.800.1.0.20513097, VMW_bootbank_bfedac-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_bnxtnet_216.0.50.0-66vmw.800.1.0.20513097, VMW_bootbank_bnxtroce_216.0.58.0-27vmw.800.1.0.20513097, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.800.1.0.20513097, VMW_bootbank_cndi-igc_1.2.9.0-1vmw.800.1.0.20513097, VMW_bootbank_dwi2c-esxio_0.1-2vmw.800.1.0.20513097, VMW_bootbank_dwi2c_0.1-2vmw.800.1.0.20513097, VMW_bootbank_elxiscsi_12.0.1200.0-10vmw.800.1.0.20513097, VMW_bootbank_elxnet_12.0.1250.0-8vmw.800.1.0.20513097, VMW_bootbank_i40en_1.11.2.5-1vmw.800.1.0.20513097, VMW_bootbank_iavmd_3.0.0.1010-5vmw.800.1.0.20513097, VMW_bootbank_icen_1.5.1.16-1vmw.800.1.0.20513097, VMW_bootbank_igbn_1.4.11.6-1vmw.800.1.0.20513097, VMW_bootbank_ionic-en-esxio_20.0.0-29vmw.800.1.0.20513097, VMW_bootbank_ionic-en_20.0.0-29vmw.800.1.0.20513097, VMW_bootbank_irdman_1.3.1.22-1vmw.800.1.0.20513097, VMW_bootbank_iser_1.1.0.2-1vmw.800.1.0.20513097, VMW_bootbank_ixgben_1.7.1.39-1vmw.800.1.0.20513097, VMW_bootbank_lpfc_14.0.635.3-14vmw.800.1.0.20513097, VMW_bootbank_lpnic_11.4.62.0-1vmw.800.1.0.20513097, VMW_bootbank_lsi-mr3_7.722.02.00-1vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt35_23.00.00.00-1vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.800.1.0.20513097, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_mnet-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.800.1.0.20513097, VMW_bootbank_ne1000_0.9.0-2vmw.800.1.0.20513097, VMW_bootbank_nenic_1.0.35.0-3vmw.800.1.0.20513097, VMW_bootbank_nfnic_5.0.0.35-3vmw.800.1.0.20513097, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.800.1.0.20513097, VMW_bootbank_nmlx5-core-esxio_4.23.0.36-8vmw.800.1.0.20513097, VMW_bootbank_nmlx5-core_4.23.0.36-8vmw.800.1.0.20513097, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.36-8vmw.800.1.0.20513097, VMW_bootbank_nmlx5-rdma_4.23.0.36-8vmw.800.1.0.20513097, VMW_bootbank_nmlxbf-gige-esxio_2.1-1vmw.800.1.0.20513097, VMW_bootbank_ntg3_4.1.8.0-4vmw.800.1.0.20513097, VMW_bootbank_nvme-pcie-esxio_1.2.4.1-1vmw.800.1.0.20513097, VMW_bootbank_nvme-pcie_1.2.4.1-1vmw.800.1.0.20513097, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.800.1.0.20513097, VMW_bootbank_nvmetcp_1.0.1.2-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-ens_2.0.0.23-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3_2.0.0.31-1vmw.800.1.0.20513097, VMW_bootbank_penedac-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pengpio-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pensandoatlas_1.46.0.E.24.1.256-2vmw.800.1.0.20293628, VMW_bootbank_penspi-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pvscsi-esxio_0.1-5vmw.800.1.0.20513097, VMW_bootbank_pvscsi_0.1-5vmw.800.1.0.20513097, VMW_bootbank_qcnic_1.0.15.0-22vmw.800.1.0.20513097, VMW_bootbank_qedentv_3.40.5.70-4vmw.800.1.0.20513097, VMW_bootbank_qedrntv_3.40.5.70-1vmw.800.1.0.20513097, VMW_bootbank_qfle3_1.0.67.0-30vmw.800.1.0.20513097, VMW_bootbank_qfle3f_1.0.51.0-28vmw.800.1.0.20513097, VMW_bootbank_qfle3i_1.0.15.0-20vmw.800.1.0.20513097, VMW_bootbank_qflge_1.1.0.11-1vmw.800.1.0.20513097, VMW_bootbank_rd1173-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_rdmahl_1.0.0-1vmw.800.1.0.20513097, VMW_bootbank_rste_2.0.2.0088-7vmw.800.1.0.20513097, VMW_bootbank_sfvmk_2.4.0.2010-13vmw.800.1.0.20513097, VMW_bootbank_smartpqi_80.4253.0.5000-2vmw.800.1.0.20513097, VMW_bootbank_spidev-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_vmkata_0.1-1vmw.800.1.0.20513097, VMW_bootbank_vmksdhci-esxio_1.0.2-2vmw.800.1.0.20513097, VMW_bootbank_vmksdhci_1.0.2-2vmw.800.1.0.20513097, VMW_bootbank_vmkusb-esxio_0.1-14vmw.800.1.0.20513097, VMW_bootbank_vmkusb_0.1-14vmw.800.1.0.20513097, VMW_bootbank_vmw-ahci_2.0.14-1vmw.800.1.0.20513097, VMware_bootbank_bmcal-esxio_8.0.0-1.0.20513097, VMware_bootbank_bmcal_8.0.0-1.0.20513097, VMware_bootbank_clusterstore_8.0.0-1.0.20513097, VMware_bootbank_cpu-microcode_8.0.0-1.0.20513097, VMware_bootbank_crx_8.0.0-1.0.20513097, VMware_bootbank_drivervm-gpu_8.0.0-1.0.20513097, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.800.1.0.20513097, VMware_bootbank_esx-base_8.0.0-1.0.20513097, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.0-1.0.20513097, VMware_bootbank_esx-ui_2.5.1-20374953, VMware_bootbank_esx-update_8.0.0-1.0.20513097, VMware_bootbank_esx-xserver_8.0.0-1.0.20513097, VMware_bootbank_esxio-base_8.0.0-1.0.20513097, VMware_bootbank_esxio-combiner-esxio_8.0.0-1.0.20513097, VMware_bootbank_esxio-combiner_8.0.0-1.0.20513097, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.0-1.0.20513097, VMware_bootbank_esxio-update_8.0.0-1.0.20513097, VMware_bootbank_esxio_8.0.0-1.0.20513097, VMware_bootbank_gc-esxio_8.0.0-1.0.20513097, VMware_bootbank_gc_8.0.0-1.0.20513097, VMware_bootbank_loadesx_8.0.0-1.0.20513097, VMware_bootbank_loadesxio_8.0.0-1.0.20513097, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.800.1.0.20513097, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-12vmw.800.1.0.20513097, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.800.1.0.20513097, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.800.1.0.20513097, VMware_bootbank_native-misc-drivers-esxio_8.0.0-1.0.20513097, VMware_bootbank_native-misc-drivers_8.0.0-1.0.20513097, VMware_bootbank_qlnativefc_5.2.46.0-3vmw.800.1.0.20513097, VMware_bootbank_trx_8.0.0-1.0.20513097, VMware_bootbank_vdfs_8.0.0-1.0.20513097, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.800.1.0.20513097, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52-1vmw.800.1.0.20513097, VMware_bootbank_vsan_8.0.0-1.0.20513097, VMware_bootbank_vsanhealth_8.0.0-1.0.20513097, VMware_locker_tools-light_12.0.6.20104755-20513097
VIBs Removed: VMW_bootbank_atlantic_1.0.3.0-8vmw.703.0.20.19193900, VMW_bootbank_bnxtnet_216.0.50.0-44vmw.703.0.50.20036589, VMW_bootbank_bnxtroce_216.0.58.0-23vmw.703.0.50.20036589, VMW_bootbank_brcmfcoe_12.0.1500.2-3vmw.703.0.20.19193900, VMW_bootbank_elxiscsi_12.0.1200.0-9vmw.703.0.20.19193900, VMW_bootbank_elxnet_12.0.1250.0-5vmw.703.0.20.19193900, VMW_bootbank_i40en_1.11.1.31-1vmw.703.0.20.19193900, VMW_bootbank_iavmd_2.7.0.1157-2vmw.703.0.20.19193900, VMW_bootbank_icen_1.4.1.20-1vmw.703.0.50.20036589, VMW_bootbank_igbn_1.4.11.2-1vmw.703.0.20.19193900, VMW_bootbank_ionic-en_16.0.0-16vmw.703.0.20.19193900, VMW_bootbank_irdman_1.3.1.22-1vmw.703.0.50.20036589, VMW_bootbank_iser_1.1.0.1-1vmw.703.0.50.20036589, VMW_bootbank_ixgben_1.7.1.35-1vmw.703.0.20.19193900, VMW_bootbank_lpfc_14.0.169.26-5vmw.703.0.50.20036589, VMW_bootbank_lpnic_11.4.62.0-1vmw.703.0.20.19193900, VMW_bootbank_lsi-mr3_7.718.02.00-1vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt35_19.00.02.00-1vmw.703.0.20.19193900, VMW_bootbank_lsi-msgpt3_17.00.12.00-1vmw.703.0.20.19193900, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.703.0.20.19193900, VMW_bootbank_ne1000_0.9.0-1vmw.703.0.50.20036589, VMW_bootbank_nenic_1.0.33.0-1vmw.703.0.20.19193900, VMW_bootbank_nfnic_4.0.0.70-1vmw.703.0.20.19193900, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.703.0.20.19193900, VMW_bootbank_nmlx4-core_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx4-en_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx4-rdma_3.19.16.8-2vmw.703.0.20.19193900, VMW_bootbank_nmlx5-core_4.19.16.11-1vmw.703.0.20.19193900, VMW_bootbank_nmlx5-rdma_4.19.16.11-1vmw.703.0.20.19193900, VMW_bootbank_ntg3_4.1.7.0-0vmw.703.0.20.19193900, VMW_bootbank_nvme-pcie_1.2.3.16-1vmw.703.0.20.19193900, VMW_bootbank_nvmerdma_1.0.3.5-1vmw.703.0.20.19193900, VMW_bootbank_nvmetcp_1.0.0.1-1vmw.703.0.35.19482537, VMW_bootbank_nvmxnet3-ens_2.0.0.22-1vmw.703.0.20.19193900, VMW_bootbank_nvmxnet3_2.0.0.30-1vmw.703.0.20.19193900, VMW_bootbank_pvscsi_0.1-4vmw.703.0.20.19193900, VMW_bootbank_qcnic_1.0.15.0-14vmw.703.0.20.19193900, VMW_bootbank_qedentv_3.40.5.53-22vmw.703.0.20.19193900, VMW_bootbank_qedrntv_3.40.5.53-18vmw.703.0.20.19193900, VMW_bootbank_qfle3_1.0.67.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3f_1.0.51.0-22vmw.703.0.20.19193900, VMW_bootbank_qfle3i_1.0.15.0-15vmw.703.0.20.19193900, VMW_bootbank_qflge_1.1.0.11-1vmw.703.0.20.19193900, VMW_bootbank_rste_2.0.2.0088-7vmw.703.0.20.19193900, VMW_bootbank_sfvmk_2.4.0.2010-6vmw.703.0.20.19193900, VMW_bootbank_smartpqi_70.4149.0.5000-1vmw.703.0.20.19193900, VMW_bootbank_vmkata_0.1-1vmw.703.0.20.19193900, VMW_bootbank_vmkfcoe_1.0.0.2-1vmw.703.0.20.19193900, VMW_bootbank_vmkusb_0.1-7vmw.703.0.50.20036589, VMW_bootbank_vmw-ahci_2.0.11-1vmw.703.0.20.19193900, VMware_bootbank_bmcal_7.0.3-0.55.20328353, VMware_bootbank_cpu-microcode_7.0.3-0.55.20328353, VMware_bootbank_crx_7.0.3-0.55.20328353, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-4vmw.703.0.20.19193900, VMware_bootbank_esx-base_7.0.3-0.55.20328353, VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.3-0.55.20328353, VMware_bootbank_esx-ui_1.43.8-19798623, VMware_bootbank_esx-update_7.0.3-0.55.20328353, VMware_bootbank_esx-xserver_7.0.3-0.55.20328353, VMware_bootbank_esxio-combiner_7.0.3-0.55.20328353, VMware_bootbank_gc_7.0.3-0.55.20328353, VMware_bootbank_loadesx_7.0.3-0.55.20328353, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.703.0.20.19193900, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-12vmw.703.0.50.20036589, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-hp-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-1vmw.703.0.20.19193900, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.703.0.20.19193900, VMware_bootbank_native-misc-drivers_7.0.3-0.55.20328353, VMware_bootbank_qlnativefc_4.1.14.0-26vmw.703.0.20.19193900, VMware_bootbank_trx_7.0.3-0.55.20328353, VMware_bootbank_vdfs_7.0.3-0.55.20328353, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.44-1vmw.703.0.20.19193900, VMware_bootbank_vsan_7.0.3-0.55.20328353, VMware_bootbank_vsanhealth_7.0.3-0.55.20328353, VMware_locker_tools-light_12.0.0.19345655-20036586
VIBs Skipped:
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 8.0.0 (Build 20513097)
to: Version: 8.0.0a (Build 20842819)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0a-20842819-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
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_bmcal-esxio_8.0.0-1.10.20842819, VMware_bootbank_bmcal_8.0.0-1.10.20842819, VMware_bootbank_clusterstore_8.0.0-1.10.20842819, VMware_bootbank_cpu-microcode_crx_8.0.0-1.10.20842819, VMware_bootbank_drivervm-gpu_8.0.0-1.10.20842819, VMware_bootbank_esx-base_8.0.0-1.10.20842819, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.0-1.10.20842819, V20842819, VMware_bootbank_esx-xserver_8.0.0-1.10.20842819, VMware_bootbank_esxio-base_8.0.0-1.10.20842819, VMware_bootbank_esxio-combiner-esxio_8.0.0-1.10.20842819, VMware_bootbank_esxio-comtbank_esxio-dvfilter-generic-fastpath_8.0.0-1.10.20842819, VMware_bootbank_esxio-update_8.0.0-1.10.20842819, VMware_bootbank_esxio_8.0.0-1.10.20842819, VMware_bootbank_gc-esxio_8.0.0-1.10.20.20842819, VMware_bootbank_loadesx_8.0.0-1.10.20842819, VMware_bootbank_loadesxio_8.0.0-1.10.20842819, VMware_bootbank_native-misc-drivers-esxio_8.0.0-1.10.20842819, VMware_bootbank_native-mre_bootbank_trx_8.0.0-1.10.20842819, VMware_bootbank_vdfs_8.0.0-1.10.20842819, VMware_bootbank_vsan_8.0.0-1.10.20842819, VMware_bootbank_vsanhealth_8.0.0-1.10.20842819
VIBs Removed: VMware_bootbank_bmcal-esxio_8.0.0-1.0.20513097, VMware_bootbank_bmcal_8.0.0-1.0.20513097, VMware_bootbank_clusterstore_8.0.0-1.0.20513097, VMware_bootbank_cpu-microcode_8.0..0.0-1.0.20513097, VMware_bootbank_drivervm-gpu_8.0.0-1.0.20513097, VMware_bootbank_esx-base_8.0.0-1.0.20513097, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.0-1.0.20513097, VMware_bootMware_bootbank_esx-xserver_8.0.0-1.0.20513097, VMware_bootbank_esxio-base_8.0.0-1.0.20513097, VMware_bootbank_esxio-combiner-esxio_8.0.0-1.0.20513097, VMware_bootbank_esxio-combiner_8.0.0-1.ilter-generic-fastpath_8.0.0-1.0.20513097, VMware_bootbank_esxio-update_8.0.0-1.0.20513097, VMware_bootbank_esxio_8.0.0-1.0.20513097, VMware_bootbank_gc-esxio_8.0.0-1.0.20513097, VMware_boototbank_loadesx_8.0.0-1.0.20513097, VMware_bootbank_loadesxio_8.0.0-1.0.20513097, VMware_bootbank_native-misc-drivers-esxio_8.0.0-1.0.20513097, VMware_bootbank_native-misc-drivers_8.0.0-1.0.20.20513097, VMware_bootbank_vdfs_8.0.0-1.0.20513097, VMware_bootbank_vsan_8.0.0-1.0.20513097, VMware_bootbank_vsanhealth_8.0.0-1.0.20513097
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-10vmw.800.1.0.20513097, VMW_bootbank_bcm-mpi3_8.1.1.0.0.0-1vmw.800.1.0.20513097, VMW_bootbank_bfedac-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootb20513097, VMW_bootbank_bnxtroce_216.0.58.0-27vmw.800.1.0.20513097, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.800.1.0.20513097, VMW_bootbank_cndi-igc_1.2.9.0-1vmw.800.1.0.20513097, VMW_bootbank_, VMW_bootbank_dwi2c_0.1-2vmw.800.1.0.20513097, VMW_bootbank_elxiscsi_12.0.1200.0-10vmw.800.1.0.20513097, VMW_bootbank_elxnet_12.0.1250.0-8vmw.800.1.0.20513097, VMW_bootbank_i40en_1.11.2.5-1vmd_3.0.0.1010-5vmw.800.1.0.20513097, VMW_bootbank_icen_1.5.1.16-1vmw.800.1.0.20513097, VMW_bootbank_igbn_1.4.11.6-1vmw.800.1.0.20513097, VMW_bootbank_ionic-en-esxio_20.0.0-29vmw.800.1.0.2059vmw.800.1.0.20513097, VMW_bootbank_irdman_1.3.1.22-1vmw.800.1.0.20513097, VMW_bootbank_iser_1.1.0.2-1vmw.800.1.0.20513097, VMW_bootbank_ixgben_1.7.1.39-1vmw.800.1.0.20513097, VMW_bootbank_l, VMW_bootbank_lpnic_11.4.62.0-1vmw.800.1.0.20513097, VMW_bootbank_lsi-mr3_7.722.02.00-1vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.800.1.0.20513097, VMW_bootbank_lsi-msgp, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.800.1.0.20513097, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_mnet-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_mtip97, VMW_bootbank_ne1000_0.9.0-2vmw.800.1.0.20513097, VMW_bootbank_nenic_1.0.35.0-3vmw.800.1.0.20513097, VMW_bootbank_nfnic_5.0.0.35-3vmw.800.1.0.20513097, VMW_bootbank_nhpsa_70.0051.0.100-4vx5-core-esxio_4.23.0.36-8vmw.800.1.0.20513097, VMW_bootbank_nmlx5-core_4.23.0.36-8vmw.800.1.0.20513097, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.36-8vmw.800.1.0.20513097, VMW_bootbank_nmlx5-rdma_bootbank_nmlxbf-gige-esxio_2.1-1vmw.800.1.0.20513097, VMW_bootbank_ntg3_4.1.8.0-4vmw.800.1.0.20513097, VMW_bootbank_nvme-pcie-esxio_1.2.4.1-1vmw.800.1.0.20513097, VMW_bootbank_nvme-pcie_1.2ank_nvmerdma_1.0.3.9-1vmw.800.1.0.20513097, VMW_bootbank_nvmetcp_1.0.1.2-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-ens_2.0.ank_nvmxnet3-esxio_2.0.0.31-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3_2.0.0.31-1vmw.800.1.0.20513097, VMW_bootbank_penedac-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pengpio-esxio_0.1-ensandoatlas_1.46.0.E.24.1.256-2vmw.800.1.0.20293628, VMW_bootbank_penspi-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pvscsi-esxio_0.1-5vmw.800.1.0.20513097, VMW_bootbank_pvscsi_0.1-5vmw.8.0.15.0-22vmw.800.1.0.20513097, VMW_bootbank_qedentv_3.40.5.70-4vmw.800.1.0.20513097, VMW_bootbank_qedrntv_3.40.5.70-1vmw.800.1.0.20513097, VMW_bootbank_qfle3_1.0.67.0-30vmw.800.1.0.20513097800.1.0.20513097, VMW_bootbank_qfle3i_1.0.15.0-20vmw.800.1.0.20513097, VMW_bootbank_qflge_1.1.0.11-1vmw.800.1.0.20513097, VMW_bootbank_rd1173-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_rd_bootbank_rste_2.0.2.0088-7vmw.800.1.0.20513097, VMW_bootbank_sfvmk_2.4.0.2010-13vmw.800.1.0.20513097, VMW_bootbank_smartpqi_80.4253.0.5000-2vmw.800.1.0.20513097, VMW_bootbank_spidev-esxio_0k_vmkata_0.1-1vmw.800.1.0.20513097, VMW_bootbank_vmksdhci-esxio_1.0.2-2vmw.800.1.0.20513097, VMW_bootbank_vmksdhci_1.0.2-2vmw.800.1.0.20513097, VMW_bootbank_vmkusb-esxio_0.1-14vmw.800.1.0.20.800.1.0.20513097, VMW_bootbank_vmw-ahci_2.0.14-1vmw.800.1.0.20513097, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.800.1.0.20513097, VMware_bootbank_esx-ui_2.5.1-20374953, VMware_b3vmw.800.1.0.20513097, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-12vmw.800.1.0.20513097, VMware_bootbank_.1.0.20513097, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-smartpqiv2-pluginbootbank_qlnativefc_5.2.46.0-3vmw.800.1.0.20513097, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.800.1.0.20513097, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52_tools-light_12.0.6.20104755-20513097
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 8.0.0a (Build 20328353)
to: Version: 8.0.0b (Build 21203435)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0b-21203435-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
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: VMW_bootbank_dwi2c-esxio_0.1-7vmw.800.1.20.21203435, VMW_bootbank_dwi2c_0.1-7vmw.800.1.20.21203435, VMW_bootbank_i40en_1.11.2.6-1vmw.800.1.20.21203435, VMW_bootbank_ionic-en-esxio_20.0.0-30vmw.800.1.20.21203435, VMW_bootbank_ionic-en_20.0.0-30vmw.800.1.20.21203435, VMW_bootbank_lpfc_14.0.635.4-14vmw.800.1.20.21203435, VMW_bootbank_nmlx5-core-esxio_4.23.0.36-10.2vmw.800.1.20.21203435, VMW_bootbank_nmlx5-core_4.23.0.36-10.2vmw.800.1.20.21203435, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.36-10.2vmw.800.1.20.21203435, VMW_bootbank_nmlx5-rdma_4.23.0.36-10.2vmw.800.1.20.21203435, VMware_bootbank_bmcal-esxio_8.0.0-1.20.21203435, VMware_bootbank_bmcal_8.0.0-1.20.21203435, VMware_bootbank_clusterstore_8.0.0-1.20.21203435, VMware_bootbank_cpu-microcode_8.0.0-1.20.21203435, VMware_bootbank_crx_8.0.0-1.20.21203435, VMware_bootbank_drivervm-gpu_8.0.0-1.20.21203435, VMware_bootbank_esx-base_8.0.0-1.20.21203435, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.0-1.20.21203435, VMware_bootbank_esx-ui_2.10.1-20925449, VMware_bootbank_esx-update_8.0.0-1.20.21203435, VMware_bootbank_esx-xserver_8.0.0-1.20.21203435, VMware_bootbank_esxio-base_8.0.0-1.20.21203435, VMware_bootbank_esxio-combiner-esxio_8.0.0-1.20.21203435, VMware_bootbank_esxio-combiner_8.0.0-1.20.21203435, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.0-1.20.21203435, VMware_bootbank_esxio-update_8.0.0-1.20.21203435, VMware_bootbank_esxio_8.0.0-1.20.21203435, VMware_bootbank_gc-esxio_8.0.0-1.20.21203435, VMware_bootbank_gc_8.0.0-1.20.21203435, VMware_bootbank_loadesx_8.0.0-1.20.21203435, VMware_bootbank_loadesxio_8.0.0-1.20.21203435, VMware_bootbank_native-misc-drivers-esxio_8.0.0-1.20.21203435, VMware_bootbank_native-misc-drivers_8.0.0-1.20.21203435, VMware_bootbank_trx_8.0.0-1.20.21203435, VMware_bootbank_vdfs_8.0.0-1.20.21203435, VMware_bootbank_vsan_8.0.0-1.20.21203435, VMware_bootbank_vsanhealth_8.0.0-1.20.21203435, VMware_locker_tools-light_12.1.5.20735119-21203431
VIBs Removed: VMW_bootbank_dwi2c-esxio_0.1-2vmw.800.1.0.20513097, VMW_bootbank_dwi2c_0.1-2vmw.800.1.0.20513097, VMW_bootbank_i40en_1.11.2.5-1vmw.800.1.0.20513097, VMW_bootbank_ionic-en-esxio_20.0.0-29vmw.800.1.0.20513097, VMW_bootbank_ionic-en_20.0.0-29vmw.800.1.0.20513097, VMW_bootbank_lpfc_14.0.635.3-14vmw.800.1.0.20513097, VMW_bootbank_nmlx5-core-esxio_4.23.0.36-8vmw.800.1.0.20513097, VMW_bootbank_nmlx5-core_4.23.0.36-8vmw.800.1.0.20513097, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.36-8vmw.800.1.0.20513097, VMW_bootbank_nmlx5-rdma_4.23.0.36-8vmw.800.1.0.20513097, VMware_bootbank_bmcal-esxio_8.0.0-1.10.20842819, VMware_bootbank_bmcal_8.0.0-1.10.20842819, VMware_bootbank_clusterstore_8.0.0-1.10.20842819, VMware_bootbank_cpu-microcode_8.0.0-1.10.20842819, VMware_bootbank_crx_8.0.0-1.10.20842819, VMware_bootbank_drivervm-gpu_8.0.0-1.10.20842819, VMware_bootbank_esx-base_8.0.0-1.10.20842819, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.0-1.10.20842819, VMware_bootbank_esx-ui_2.5.1-20374953, VMware_bootbank_esx-update_8.0.0-1.10.20842819, VMware_bootbank_esx-xserver_8.0.0-1.10.20842819, VMware_bootbank_esxio-base_8.0.0-1.10.20842819, VMware_bootbank_esxio-combiner-esxio_8.0.0-1.10.20842819, VMware_bootbank_esxio-combiner_8.0.0-1.10.20842819, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.0-1.10.20842819, VMware_bootbank_esxio-update_8.0.0-1.10.20842819, VMware_bootbank_esxio_8.0.0-1.10.20842819, VMware_bootbank_gc-esxio_8.0.0-1.10.20842819, VMware_bootbank_gc_8.0.0-1.10.20842819, VMware_bootbank_loadesx_8.0.0-1.10.20842819, VMware_bootbank_loadesxio_8.0.0-1.10.20842819, VMware_bootbank_native-misc-drivers-esxio_8.0.0-1.10.20842819, VMware_bootbank_native-misc-drivers_8.0.0-1.10.20842819, VMware_bootbank_trx_8.0.0-1.10.20842819, VMware_bootbank_vdfs_8.0.0-1.10.20842819, VMware_bootbank_vsan_8.0.0-1.10.20842819, VMware_bootbank_vsanhealth_8.0.0-1.10.20842819, VMware_locker_tools-light_12.0.6.20104755-20513097
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-10vmw.800.1.0.20513097, VMW_bootbank_bcm-mpi3_8.1.1.0.0.0-1vmw.800.1.0.20513097, VMW_bootbank_bfedac-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_bnxtnet_216.0.50.0-66vmw.800.1.0.20513097, VMW_bootbank_bnxtroce_216.0.58.0-27vmw.800.1.0.20513097, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.800.1.0.20513097, VMW_bootbank_cndi-igc_1.2.9.0-1vmw.800.1.0.20513097, VMW_bootbank_elxiscsi_12.0.1200.0-10vmw.800.1.0.20513097, VMW_bootbank_elxnet_12.0.1250.0-8vmw.800.1.0.20513097, VMW_bootbank_iavmd_3.0.0.1010-5vmw.800.1.0.20513097, VMW_bootbank_icen_1.5.1.16-1vmw.800.1.0.20513097, VMW_bootbank_igbn_1.4.11.6-1vmw.800.1.0.20513097, VMW_bootbank_irdman_1.3.1.22-1vmw.800.1.0.20513097, VMW_bootbank_iser_1.1.0.2-1vmw.800.1.0.20513097, VMW_bootbank_ixgben_1.7.1.39-1vmw.800.1.0.20513097, VMW_bootbank_lpnic_11.4.62.0-1vmw.800.1.0.20513097, VMW_bootbank_lsi-mr3_7.722.02.00-1vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt35_23.00.00.00-1vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.800.1.0.20513097, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_mnet-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.800.1.0.20513097, VMW_bootbank_ne1000_0.9.0-2vmw.800.1.0.20513097, VMW_bootbank_nenic_1.0.35.0-3vmw.800.1.0.20513097, VMW_bootbank_nfnic_5.0.0.35-3vmw.800.1.0.20513097, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.800.1.0.20513097, VMW_bootbank_nmlxbf-gige-esxio_2.1-1vmw.800.1.0.20513097, VMW_bootbank_ntg3_4.1.8.0-4vmw.800.1.0.20513097, VMW_bootbank_nvme-pcie-esxio_1.2.4.1-1vmw.800.1.0.20513097, VMW_bootbank_nvme-pcie_1.2.4.1-1vmw.800.1.0.20513097, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.800.1.0.20513097, VMW_bootbank_nvmetcp_1.0.1.2-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-ens_2.0.0.23-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3_2.0.0.31-1vmw.800.1.0.20513097, VMW_bootbank_penedac-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pengpio-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pensandoatlas_1.46.0.E.24.1.256-2vmw.800.1.0.20293628, VMW_bootbank_penspi-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pvscsi-esxio_0.1-5vmw.800.1.0.20513097, VMW_bootbank_pvscsi_0.1-5vmw.800.1.0.20513097, VMW_bootbank_qcnic_1.0.15.0-22vmw.800.1.0.20513097, VMW_bootbank_qedentv_3.40.5.70-4vmw.800.1.0.20513097, VMW_bootbank_qedrntv_3.40.5.70-1vmw.800.1.0.20513097, VMW_bootbank_qfle3_1.0.67.0-30vmw.800.1.0.20513097, VMW_bootbank_qfle3f_1.0.51.0-28vmw.800.1.0.20513097, VMW_bootbank_qfle3i_1.0.15.0-20vmw.800.1.0.20513097, VMW_bootbank_qflge_1.1.0.11-1vmw.800.1.0.20513097, VMW_bootbank_rd1173-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_rdmahl_1.0.0-1vmw.800.1.0.20513097, VMW_bootbank_rste_2.0.2.0088-7vmw.800.1.0.20513097, VMW_bootbank_sfvmk_2.4.0.2010-13vmw.800.1.0.20513097, VMW_bootbank_smartpqi_80.4253.0.5000-2vmw.800.1.0.20513097, VMW_bootbank_spidev-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_vmkata_0.1-1vmw.800.1.0.20513097, VMW_bootbank_vmksdhci-esxio_1.0.2-2vmw.800.1.0.20513097, VMW_bootbank_vmksdhci_1.0.2-2vmw.800.1.0.20513097, VMW_bootbank_vmkusb-esxio_0.1-14vmw.800.1.0.20513097, VMW_bootbank_vmkusb_0.1-14vmw.800.1.0.20513097, VMW_bootbank_vmw-ahci_2.0.14-1vmw.800.1.0.20513097, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.800.1.0.20513097, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.800.1.0.20513097, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-12vmw.800.1.0.20513097, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.800.1.0.20513097, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.800.1.0.20513097, VMware_bootbank_qlnativefc_5.2.46.0-3vmw.800.1.0.20513097, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.800.1.0.20513097, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52-1vmw.800.1.0.20513097
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 8.0.0b (Build 21203435)
to: Version: 8.0.0c (Build 21493926)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0c-21493926-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
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_bmcal-esxio_8.0.0-1.25.21493926, VMware_bootbank_bmcal_8.0.0-1.25.21493926, VMware_bootbank_clusterstore_8.0.0-1.25.21493926, VMware_bootbank_cpu-microcode, VMware_bootbank_crx_8.0.0-1.25.21493926, VMware_bootbank_drivervm-gpu_8.0.0-1.25.21493926, VMware_bootbank_esx-base_8.0.0-1.25.21493926, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.0re_bootbank_esx-update_8.0.0-1.25.21493926, VMware_bootbank_esx-xserver_8.0.0-1.25.21493926, VMware_bootbank_esxio-base_8.0.0-1.25.21493926, VMware_bootbank_esxio-combiner-esxio_8.0.0-1.25.2bank_esxio-combiner_8.0.0-1.25.21493926, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.0-1.25.21493926, VMware_bootbank_esxio-update_8.0.0-1.25.21493926, VMware_bootbank_esxio_8.0.0-1.bootbank_gc-esxio_8.0.0-1.25.21493926, VMware_bootbank_gc_8.0.0-1.25.21493926, VMware_bootbank_loadesx_8.0.0-1.25.21493926, VMware_bootbank_loadesxio_8.0.0-1.25.21493926, VMware_bootbank_natio_8.0.0-1.25.21493926, VMware_bootbank_native-misc-drivers_8.0.0-1.25.21493926, VMware_bootbank_trx_8.0.0-1.25.21493926, VMware_bootbank_vdfs_8.0.0-1.25.21493926, VMware_bootbank_vsan_8.0.0re_bootbank_vsanhealth_8.0.0-1.25.21493926
VIBs Removed: VMware_bootbank_bmcal-esxio_8.0.0-1.20.21203435, VMware_bootbank_bmcal_8.0.0-1.20.21203435, VMware_bootbank_clusterstore_8.0.0-1.20.21203435, VMware_bootbank_cpu-microcode_8VMware_bootbank_crx_8.0.0-1.20.21203435, VMware_bootbank_drivervm-gpu_8.0.0-1.20.21203435, VMware_bootbank_esx-base_8.0.0-1.20.21203435, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.0-1_bootbank_esx-update_8.0.0-1.20.21203435, VMware_bootbank_esx-xserver_8.0.0-1.20.21203435, VMware_bootbank_esxio-base_8.0.0-1.20.21203435, VMware_bootbank_esxio-combiner-esxio_8.0.0-1.20.212nk_esxio-combiner_8.0.0-1.20.21203435, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.0-1.20.21203435, VMware_bootbank_esxio-update_8.0.0-1.20.21203435, VMware_bootbank_esxio_8.0.0-1.20otbank_gc-esxio_8.0.0-1.20.21203435, VMware_bootbank_gc_8.0.0-1.20.21203435, VMware_bootbank_loadesx_8.0.0-1.20.21203435, VMware_bootbank_loadesxio_8.0.0-1.20.21203435, VMware_bootbank_nativ_8.0.0-1.20.21203435, VMware_bootbank_native-misc-drivers_8.0.0-1.20.21203435, VMware_bootbank_trx_8.0.0-1.20.21203435, VMware_bootbank_vdfs_8.0.0-1.20.21203435, VMware_bootbank_vsan_8.0.0-1_bootbank_vsanhealth_8.0.0-1.20.21203435
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-10vmw.800.1.0.20513097, VMW_bootbank_bcm-mpi3_8.1.1.0.0.0-1vmw.800.1.0.20513097, VMW_bootbank_bfedac-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootb.0-66vmw.800.1.0.20513097, VMW_bootbank_bnxtroce_216.0.58.0-27vmw.800.1.0.20513097, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.800.1.0.20513097, VMW_bootbank_cndi-igc_1.2.9.0-1vmw.800.1.0.2051302c-esxio_0.1-7vmw.800.1.20.21203435, VMW_bootbank_dwi2c_0.1-7vmw.800.1.20.21203435, VMW_bootbank_elxiscsi_12.0.1200.0-10vmw.800.1.0.20513097, VMW_bootbank_elxnet_12.0.1250.0-8vmw.800.1.0.205i40en_1.11.2.6-1vmw.800.1.20.21203435, VMW_bootbank_iavmd_3.0.0.1010-5vmw.800.1.0.20513097, VMW_bootbank_icen_1.5.1.16-1vmw.800.1.0.20513097, VMW_bootbank_igbn_1.4.11.6-1vmw.800.1.0.20513097-en-esxio_20.0.0-30vmw.800.1.20.21203435, VMW_bootbank_ionic-en_20.0.0-30vmw.800.1.20.21203435, VMW_bootbank_irdman_1.3.1.22-1vmw.800.1.0.20513097, VMW_bootbank_iser_1.1.0.2-1vmw.800.1.0.205ixgben_1.7.1.39-1vmw.800.1.0.20513097, VMW_bootbank_lpfc_14.0.635.4-14vmw.800.1.20.21203435, VMW_bootbank_lpnic_11.4.62.0-1vmw.800.1.0.20513097, VMW_bootbank_lsi-mr3_7.722.02.00-1vmw.800.1.0ank_lsi-msgpt2_20.00.06.00-4vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt35_23.00.00.00-1vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.800.1.0.20513097, VMW_bootbank_mlnx-bfbw.800.1.0.20513097, VMW_bootbank_mnet-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.800.1.0.20513097, VMW_bootbank_ne1000_0.9.0-2vmw.800.1.0.20513097, VMW_bootbank.800.1.0.20513097, VMW_bootbank_nfnic_5.0.0.35-3vmw.800.1.0.20513097, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.800.1.0.20513097, VMW_bootbank_nmlx5-core-esxio_4.23.0.36-10.2vmw.800.1.20.21203435-core_4.23.0.36-10.2vmw.800.1.20.21203435, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.36-10.2vmw.800.1.20.21203435, VMW_bootbank_nmlx5-rdma_4.23.0.36-10.2vmw.800.1.20.21203435, VMW_bootbank_nmlxbw.800.1.0.20513097, VMW_bootbank_ntg3_4.1.8.0-4vmw.800.1.0.20513097, VMW_bootbank_nvme-pcie-esxio_1.2.4.1-1vmw.800.1.0.20513097, VMW_bootbank_nvme-pcie_1.2.4.1-1vmw.800.1.0.20513097, VMW_boo.9-1vmw.800.1.0.20513097, VMW_bootbank_nvmetcp_1.0.1.2-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-ens_2.0.0.23-1vmw.800.1.0.nk_nvmxnet3-esxio_2.0.0.31-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3_2.0.0.31-1vmw.800.1.0.20513097, VMW_bootbank_penedac-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pengpio-esxio_0.1-1, VMW_bootbank_pensandoatlas_1.46.0.E.24.1.256-2vmw.800.1.0.20293628, VMW_bootbank_penspi-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pvscsi-esxio_0.1-5vmw.800.1.0.20513097, VMW_bootbank_p.0.20513097, VMW_bootbank_qcnic_1.0.15.0-22vmw.800.1.0.20513097, VMW_bootbank_qedentv_3.40.5.70-4vmw.800.1.0.20513097, VMW_bootbank_qedrntv_3.40.5.70-1vmw.800.1.0.20513097, VMW_bootbank_qfle.1.0.20513097, VMW_bootbank_qfle3f_1.0.51.0-28vmw.800.1.0.20513097, VMW_bootbank_qfle3i_1.0.15.0-20vmw.800.1.0.20513097, VMW_bootbank_qflge_1.1.0.11-1vmw.800.1.0.20513097, VMW_bootbank_rd117.1.0.20513097, VMW_bootbank_rdmahl_1.0.0-1vmw.800.1.0.20513097, VMW_bootbank_rste_2.0.2.0088-7vmw.800.1.0.20513097, VMW_bootbank_sfvmk_2.4.0.2010-13vmw.800.1.0.20513097, VMW_bootbank_smartpqw.800.1.0.20513097, VMW_bootbank_spidev-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_vmkata_0.1-1vmw.800.1.0.20513097, VMW_bootbank_vmksdhci-esxio_1.0.2-2vmw.800.1.0.20513097, VMW_bootbank_800.1.0.20513097, VMW_bootbank_vmkusb-esxio_0.1-14vmw.800.1.0.20513097, VMW_bootbank_vmkusb_0.1-14vmw.800.1.0.20513097, VMW_bootbank_vmw-ahci_2.0.14-1vmw.800.1.0.20513097, VMware_bootbank_el2.0.1200.0-6vmw.800.1.0.20513097, VMware_bootbank_esx-ui_2.10.1-20925449, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.800.1.0.20513097, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.20513097, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-12vmw.800.1.0.20513097, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.800.1.0.20513097, VMware_bootbank_lsuv2-oem-dell-plugin_1513097, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.800.1.0.20513097, VMware_bootbank_qlnativefc_5.2.46.0-3vmw.800e_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.800.1.0.20513097, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52-1vmw.800.1.0.20513097, VMware_locker_tools-light_12.1.5.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 8.0.0c (Build 21493926)
to: Version: 8.0.1 (Build 21495797)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0U1-21495797-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
BUpdate Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: VMW_bootbank_atlantic_1.0.3.0-11vmw.801.0.0.21495797, VMW_bootbank_bcm-mpi3_8.4.2.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_bfedac-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_bnxtnet_223.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_bnxtroce_223.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.801.0.0.21495797, VMW_bootbank_cndi-igc_1.2.10.0-1vmw.801.0.0.21495797, VMW_bootbank_dwi2c-esxio_0.1-7vmw.801.0.0.21495797, VMW_bootbank_dwi2c_0.1-7vmw.801.0.0.21495797, VMW_bootbank_elxiscsi_12.0.1200.0-11vmw.801.0.0.21495797, VMW_bootbank_elxnet_12.0.1250.0-8vmw.801.0.0.21495797, VMW_bootbank_i40en_1.11.3.5-1vmw.801.0.0.21495797, VMW_bootbank_iavmd_3.0.0.1010-8vmw.801.0.0.21495797, VMW_bootbank_icen_1.5.1.21-1vmw.801.0.0.21495797, VMW_bootbank_igbn_1.4.11.7-1vmw.801.0.0.21495797, VMW_bootbank_intelgpio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_ionic-en-esxio_20.0.0-40vmw.801.0.0.21495797, VMW_bootbank_ionic-en_20.0.0-40vmw.801.0.0.21495797, VMW_bootbank_irdman_1.3.1.25-1vmw.801.0.0.21495797, VMW_bootbank_iser_1.1.0.2-1vmw.801.0.0.21495797, VMW_bootbank_ixgben_1.7.1.40-1vmw.801.0.0.21495797, VMW_bootbank_lpfc_14.2.560.8-23vmw.801.0.0.21495797, VMW_bootbank_lpnic_11.4.62.0-1vmw.801.0.0.21495797, VMW_bootbank_lsi-mr3_7.724.03.00-1vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt35_26.00.00.00-3vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.801.0.0.21495797, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_mnet-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.801.0.0.21495797, VMW_bootbank_ne1000_0.9.0-2vmw.801.0.0.21495797, VMW_bootbank_nenic_1.0.35.0-5vmw.801.0.0.21495797, VMW_bootbank_nfnic_5.0.0.35-4vmw.801.0.0.21495797, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.801.0.0.21495797, VMW_bootbank_nmlx5-core-esxio_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_nmlx5-core_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_nmlx5-rdma_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_nmlxbf-gige-esxio_2.2-1vmw.801.0.0.21495797, VMW_bootbank_nmlxbf-pmc-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_ntg3_4.1.10.0-4vmw.801.0.0.21495797, VMW_bootbank_nvme-pcie-esxio_1.2.4.7-1vmw.801.0.0.21495797, VMW_bootbank_nvme-pcie_1.2.4.7-1vmw.801.0.0.21495797, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.801.0.0.21495797, VMW_bootbank_nvmetcp_1.0.1.7-1vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3-ens_2.0.0.23-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3_2.0.0.31-2vmw.801.0.0.21495797, VMW_bootbank_penedac-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pengpio-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pensandoatlas_1.46.0.E.28.1.303-2vmw.800.1.0.20796881, VMW_bootbank_penspi-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pvscsi-esxio_0.1-5vmw.801.0.0.21495797, VMW_bootbank_pvscsi_0.1-5vmw.801.0.0.21495797, VMW_bootbank_qcnic_1.0.15.0-22vmw.801.0.0.21495797, VMW_bootbank_qedentv_3.40.5.70-7vmw.801.0.0.21495797, VMW_bootbank_qedrntv_3.40.5.70-3vmw.801.0.0.21495797, VMW_bootbank_qfle3_1.0.67.0-32vmw.801.0.0.21495797, VMW_bootbank_qfle3f_1.0.51.0-32vmw.801.0.0.21495797, VMW_bootbank_qfle3i_1.0.15.0-20vmw.801.0.0.21495797, VMW_bootbank_qflge_1.1.0.11-1vmw.801.0.0.21495797, VMW_bootbank_rd1173-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_rdmahl_1.0.0-1vmw.801.0.0.21495797, VMW_bootbank_rste_2.0.2.0088-7vmw.801.0.0.21495797, VMW_bootbank_sfvmk_2.4.0.2010-15vmw.801.0.0.21495797, VMW_bootbank_smartpqi_80.4385.0.200-1vmw.801.0.0.21495797, VMW_bootbank_spidev-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_vmkata_0.1-1vmw.801.0.0.21495797, VMW_bootbank_vmksdhci-esxio_1.0.3-3vmw.801.0.0.21495797, VMW_bootbank_vmksdhci_1.0.3-3vmw.801.0.0.21495797, VMW_bootbank_vmkusb-esxio_0.1-16vmw.801.0.0.21495797, VMW_bootbank_vmkusb_0.1-16vmw.801.0.0.21495797, VMW_bootbank_vmw-ahci_2.0.15-1vmw.801.0.0.21495797, VMware_bootbank_bmcal-esxio_8.0.1-0.0.21495797, VMware_bootbank_bmcal_8.0.1-0.0.21495797, VMware_bootbank_clusterstore_8.0.1-0.0.21495797, VMware_bootbank_cpu-microcode_8.0.1-0.0.21495797, VMware_bootbank_crx_8.0.1-0.0.21495797, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.801.0.0.21495797, VMware_bootbank_esx-base_8.0.1-0.0.21495797, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.1-0.0.21495797, VMware_bootbank_esx-ui_2.12.0-21482143, VMware_bootbank_esx-update_8.0.1-0.0.21495797, VMware_bootbank_esx-xserver_8.0.1-0.0.21495797, VMware_bootbank_esxio-base_8.0.1-0.0.21495797, VMware_bootbank_esxio-combiner-esxio_8.0.1-0.0.21495797, VMware_bootbank_esxio-combiner_8.0.1-0.0.21495797, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.1-0.0.21495797, VMware_bootbank_esxio-update_8.0.1-0.0.21495797, VMware_bootbank_esxio_8.0.1-0.0.21495797, VMware_bootbank_gc-esxio_8.0.1-0.0.21495797, VMware_bootbank_gc_8.0.1-0.0.21495797, VMware_bootbank_loadesx_8.0.1-0.0.21495797, VMware_bootbank_loadesxio_8.0.1-0.0.21495797, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-4vmw.801.0.0.21495797, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.2-1vmw.801.0.0.21495797, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.801.0.0.21495797, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-10vmw.801.0.0.21495797, VMware_bootbank_native-misc-drivers-esxio_8.0.1-0.0.21495797, VMware_bootbank_native-misc-drivers_8.0.1-0.0.21495797, VMware_bootbank_qlnativefc_5.4.69.0-16vmw.801.0.0.21495797, VMware_bootbank_trx_8.0.1-0.0.21495797, VMware_bootbank_vdfs_8.0.1-0.0.21495797, VMware_bootbank_vds-vsip_8.0.1-0.0.21495797, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.801.0.0.21495797, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52-1vmw.801.0.0.21495797, VMware_bootbank_vsan_8.0.1-0.0.21495797, VMware_bootbank_vsanhealth_8.0.1-0.0.21495797, VMware_locker_tools-light_12.2.0.21223074-21495797
VIBs Removed: VMW_bootbank_atlantic_1.0.3.0-10vmw.800.1.0.20513097, VMW_bootbank_bcm-mpi3_8.1.1.0.0.0-1vmw.800.1.0.20513097, VMW_bootbank_bfedac-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_bnxtnet_216.0.50.0-66vmw.800.1.0.20513097, VMW_bootbank_bnxtroce_216.0.58.0-27vmw.800.1.0.20513097, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.800.1.0.20513097, VMW_bootbank_cndi-igc_1.2.9.0-1vmw.800.1.0.20513097, VMW_bootbank_dwi2c-esxio_0.1-7vmw.800.1.20.21203435, VMW_bootbank_dwi2c_0.1-7vmw.800.1.20.21203435, VMW_bootbank_elxiscsi_12.0.1200.0-10vmw.800.1.0.20513097, VMW_bootbank_elxnet_12.0.1250.0-8vmw.800.1.0.20513097, VMW_bootbank_i40en_1.11.2.6-1vmw.800.1.20.21203435, VMW_bootbank_iavmd_3.0.0.1010-5vmw.800.1.0.20513097, VMW_bootbank_icen_1.5.1.16-1vmw.800.1.0.20513097, VMW_bootbank_igbn_1.4.11.6-1vmw.800.1.0.20513097, VMW_bootbank_ionic-en-esxio_20.0.0-30vmw.800.1.20.21203435, VMW_bootbank_ionic-en_20.0.0-30vmw.800.1.20.21203435, VMW_bootbank_irdman_1.3.1.22-1vmw.800.1.0.20513097, VMW_bootbank_iser_1.1.0.2-1vmw.800.1.0.20513097, VMW_bootbank_ixgben_1.7.1.39-1vmw.800.1.0.20513097, VMW_bootbank_lpfc_14.0.635.4-14vmw.800.1.20.21203435, VMW_bootbank_lpnic_11.4.62.0-1vmw.800.1.0.20513097, VMW_bootbank_lsi-mr3_7.722.02.00-1vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt35_23.00.00.00-1vmw.800.1.0.20513097, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.800.1.0.20513097, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_mnet-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.800.1.0.20513097, VMW_bootbank_ne1000_0.9.0-2vmw.800.1.0.20513097, VMW_bootbank_nenic_1.0.35.0-3vmw.800.1.0.20513097, VMW_bootbank_nfnic_5.0.0.35-3vmw.800.1.0.20513097, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.800.1.0.20513097, VMW_bootbank_nmlx5-core-esxio_4.23.0.36-10.2vmw.800.1.20.21203435, VMW_bootbank_nmlx5-core_4.23.0.36-10.2vmw.800.1.20.21203435, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.36-10.2vmw.800.1.20.21203435, VMW_bootbank_nmlx5-rdma_4.23.0.36-10.2vmw.800.1.20.21203435, VMW_bootbank_nmlxbf-gige-esxio_2.1-1vmw.800.1.0.20513097, VMW_bootbank_ntg3_4.1.8.0-4vmw.800.1.0.20513097, VMW_bootbank_nvme-pcie-esxio_1.2.4.1-1vmw.800.1.0.20513097, VMW_bootbank_nvme-pcie_1.2.4.1-1vmw.800.1.0.20513097, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.800.1.0.20513097, VMW_bootbank_nvmetcp_1.0.1.2-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-ens_2.0.0.23-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-1vmw.800.1.0.20513097, VMW_bootbank_nvmxnet3_2.0.0.31-1vmw.800.1.0.20513097, VMW_bootbank_penedac-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pengpio-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pensandoatlas_1.46.0.E.24.1.256-2vmw.800.1.0.20293628, VMW_bootbank_penspi-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_pvscsi-esxio_0.1-5vmw.800.1.0.20513097, VMW_bootbank_pvscsi_0.1-5vmw.800.1.0.20513097, VMW_bootbank_qcnic_1.0.15.0-22vmw.800.1.0.20513097, VMW_bootbank_qedentv_3.40.5.70-4vmw.800.1.0.20513097, VMW_bootbank_qedrntv_3.40.5.70-1vmw.800.1.0.20513097, VMW_bootbank_qfle3_1.0.67.0-30vmw.800.1.0.20513097, VMW_bootbank_qfle3f_1.0.51.0-28vmw.800.1.0.20513097, VMW_bootbank_qfle3i_1.0.15.0-20vmw.800.1.0.20513097, VMW_bootbank_qflge_1.1.0.11-1vmw.800.1.0.20513097, VMW_bootbank_rd1173-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_rdmahl_1.0.0-1vmw.800.1.0.20513097, VMW_bootbank_rste_2.0.2.0088-7vmw.800.1.0.20513097, VMW_bootbank_sfvmk_2.4.0.2010-13vmw.800.1.0.20513097, VMW_bootbank_smartpqi_80.4253.0.5000-2vmw.800.1.0.20513097, VMW_bootbank_spidev-esxio_0.1-1vmw.800.1.0.20513097, VMW_bootbank_vmkata_0.1-1vmw.800.1.0.20513097, VMW_bootbank_vmksdhci-esxio_1.0.2-2vmw.800.1.0.20513097, VMW_bootbank_vmksdhci_1.0.2-2vmw.800.1.0.20513097, VMW_bootbank_vmkusb-esxio_0.1-14vmw.800.1.0.20513097, VMW_bootbank_vmkusb_0.1-14vmw.800.1.0.20513097, VMW_bootbank_vmw-ahci_2.0.14-1vmw.800.1.0.20513097, VMware_bootbank_bmcal-esxio_8.0.0-1.25.21493926, VMware_bootbank_bmcal_8.0.0-1.25.21493926, VMware_bootbank_clusterstore_8.0.0-1.25.21493926, VMware_bootbank_cpu-microcode_8.0.0-1.25.21493926, VMware_bootbank_crx_8.0.0-1.25.21493926, VMware_bootbank_drivervm-gpu_8.0.0-1.25.21493926, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.800.1.0.20513097, VMware_bootbank_esx-base_8.0.0-1.25.21493926, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.0-1.25.21493926, VMware_bootbank_esx-ui_2.10.1-20925449, VMware_bootbank_esx-update_8.0.0-1.25.21493926, VMware_bootbank_esx-xserver_8.0.0-1.25.21493926, VMware_bootbank_esxio-base_8.0.0-1.25.21493926, VMware_bootbank_esxio-combiner-esxio_8.0.0-1.25.21493926, VMware_bootbank_esxio-combiner_8.0.0-1.25.21493926, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.0-1.25.21493926, VMware_bootbank_esxio-update_8.0.0-1.25.21493926, VMware_bootbank_esxio_8.0.0-1.25.21493926, VMware_bootbank_gc-esxio_8.0.0-1.25.21493926, VMware_bootbank_gc_8.0.0-1.25.21493926, VMware_bootbank_loadesx_8.0.0-1.25.21493926, VMware_bootbank_loadesxio_8.0.0-1.25.21493926, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-3vmw.800.1.0.20513097, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.0-12vmw.800.1.0.20513097, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.800.1.0.20513097, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.800.1.0.20513097, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-8vmw.800.1.0.20513097, VMware_bootbank_native-misc-drivers-esxio_8.0.0-1.25.21493926, VMware_bootbank_native-misc-drivers_8.0.0-1.25.21493926, VMware_bootbank_qlnativefc_5.2.46.0-3vmw.800.1.0.20513097, VMware_bootbank_trx_8.0.0-1.25.21493926, VMware_bootbank_vdfs_8.0.0-1.25.21493926, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.800.1.0.20513097, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52-1vmw.800.1.0.20513097, VMware_bootbank_vsan_8.0.0-1.25.21493926, VMware_bootbank_vsanhealth_8.0.0-1.25.21493926, VMware_locker_tools-light_12.1.5.20735119-21203431
VIBs Skipped:
[root@xd-1541-5028d:~] B
-sh: B: not found
[root@xd-1541-5028d:~]
[root@xd-1541-5028d:~]
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 8.0.1 (Build 21495797)
to: Version: 8.0.1a (Build 21813344)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers powerful and supported automation tools. Please
see https://developer.vmware.com for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0U1a-21813344-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
VIBs Installed: VMware_bootbank_bmcal-esxio_8.0.1-0.10.21813344, VMware_bootbank_bmcal_8.0.1-0.10.21813344, VMware_bootbank_clusterstore_8.0.1-0.10.21813344, VMware_bootbank_cpu-microcode_8.0.1-0.10.21813344, VMware_bootbank_crx_8.0.1-0.10.21813344, VMware_bootbank_esx-base_8.0.1-0.10.21813344, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.1-0.10.21813344, VMware_bootbank_esx-update_8.0.1-0.10.21813344, VMware_bootbank_esx-xserver_8.0.1-0.10.21813344, VMware_bootbank_esxio-base_8.0.1-0.10.21813344, VMware_bootbank_esxio-combiner-esxio_8.0.1-0.10.21813344, VMware_bootbank_esxio-combiner_8.0.1-0.10.21813344, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.1-0.10.21813344, VMware_bootbank_esxio-update_8.0.1-0.10.21813344, VMware_bootbank_esxio_8.0.1-0.10.21813344, VMware_bootbank_gc-esxio_8.0.1-0.10.21813344, VMware_bootbank_gc_8.0.1-0.10.21813344, VMware_bootbank_loadesx_8.0.1-0.10.21813344, VMware_bootbank_loadesxio_8.0.1-0.10.21813344, VMware_bootbank_native-misc-drivers-esxio_8.0.1-0.10.21813344, VMware_bootbank_native-misc-drivers_8.0.1-0.10.21813344, VMware_bootbank_trx_8.0.1-0.10.21813344, VMware_bootbank_vdfs_8.0.1-0.10.21813344, VMware_bootbank_vds-vsip_8.0.1-0.10.21813344, VMware_bootbank_vsan_8.0.1-0.10.21813344, VMware_bootbank_vsanhealth_8.0.1-0.10.21813344
VIBs Removed: VMware_bootbank_bmcal-esxio_8.0.1-0.0.21495797, VMware_bootbank_bmcal_8.0.1-0.0.21495797, VMware_bootbank_clusterstore_8.0.1-0.0.21495797, VMware_bootbank_cpu-microcode_8.0.1-0.0.21495797, VMware_bootbank_crx_8.0.1-0.0.21495797, VMware_bootbank_esx-base_8.0.1-0.0.21495797, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.1-0.0.21495797, VMware_bootbank_esx-update_8.0.1-0.0.21495797, VMware_bootbank_esx-xserver_8.0.1-0.0.21495797, VMware_bootbank_esxio-base_8.0.1-0.0.21495797, VMware_bootbank_esxio-combiner-esxio_8.0.1-0.0.21495797, VMware_bootbank_esxio-combiner_8.0.1-0.0.21495797, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.1-0.0.21495797, VMware_bootbank_esxio-update_8.0.1-0.0.21495797, VMware_bootbank_esxio_8.0.1-0.0.21495797, VMware_bootbank_gc-esxio_8.0.1-0.0.21495797, VMware_bootbank_gc_8.0.1-0.0.21495797, VMware_bootbank_loadesx_8.0.1-0.0.21495797, VMware_bootbank_loadesxio_8.0.1-0.0.21495797, VMware_bootbank_native-misc-drivers-esxio_8.0.1-0.0.21495797, VMware_bootbank_native-misc-drivers_8.0.1-0.0.21495797, VMware_bootbank_trx_8.0.1-0.0.21495797, VMware_bootbank_vdfs_8.0.1-0.0.21495797, VMware_bootbank_vds-vsip_8.0.1-0.0.21495797, VMware_bootbank_vsan_8.0.1-0.0.21495797, VMware_bootbank_vsanhealth_8.0.1-0.0.21495797
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-11vmw.801.0.0.21495797, VMW_bootbank_bcm-mpi3_8.4.2.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_bfedac-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_bnxtnet_223.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_bnxtroce_223.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.801.0.0.21495797, VMW_bootbank_cndi-igc_1.2.10.0-1vmw.801.0.0.21495797, VMW_bootbank_dwi2c-esxio_0.1-7vmw.801.0.0.21495797, VMW_bootbank_dwi2c_0.1-7vmw.801.0.0.21495797, VMW_bootbank_elxiscsi_12.0.1200.0-11vmw.801.0.0.21495797, VMW_bootbank_elxnet_12.0.1250.0-8vmw.801.0.0.21495797, VMW_bootbank_i40en_1.11.3.5-1vmw.801.0.0.21495797, VMW_bootbank_iavmd_3.0.0.1010-8vmw.801.0.0.21495797, VMW_bootbank_icen_1.5.1.21-1vmw.801.0.0.21495797, VMW_bootbank_igbn_1.4.11.7-1vmw.801.0.0.21495797, VMW_bootbank_intelgpio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_ionic-en-esxio_20.0.0-40vmw.801.0.0.21495797, VMW_bootbank_ionic-en_20.0.0-40vmw.801.0.0.21495797, VMW_bootbank_irdman_1.3.1.25-1vmw.801.0.0.21495797, VMW_bootbank_iser_1.1.0.2-1vmw.801.0.0.21495797, VMW_bootbank_ixgben_1.7.1.40-1vmw.801.0.0.21495797, VMW_bootbank_lpfc_14.2.560.8-23vmw.801.0.0.21495797, VMW_bootbank_lpnic_11.4.62.0-1vmw.801.0.0.21495797, VMW_bootbank_lsi-mr3_7.724.03.00-1vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt35_26.00.00.00-3vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.801.0.0.21495797, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_mnet-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.801.0.0.21495797, VMW_bootbank_ne1000_0.9.0-2vmw.801.0.0.21495797, VMW_bootbank_nenic_1.0.35.0-5vmw.801.0.0.21495797, VMW_bootbank_nfnic_5.0.0.35-4vmw.801.0.0.21495797, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.801.0.0.21495797, VMW_bootbank_nmlx5-core-esxio_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_nmlx5-core_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_nmlx5-rdma_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_nmlxbf-gige-esxio_2.2-1vmw.801.0.0.21495797, VMW_bootbank_nmlxbf-pmc-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_ntg3_4.1.10.0-4vmw.801.0.0.21495797, VMW_bootbank_nvme-pcie-esxio_1.2.4.7-1vmw.801.0.0.21495797, VMW_bootbank_nvme-pcie_1.2.4.7-1vmw.801.0.0.21495797, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.801.0.0.21495797, VMW_bootbank_nvmetcp_1.0.1.7-1vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3-ens_2.0.0.23-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3_2.0.0.31-2vmw.801.0.0.21495797, VMW_bootbank_penedac-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pengpio-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pensandoatlas_1.46.0.E.28.1.303-2vmw.800.1.0.20796881, VMW_bootbank_penspi-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pvscsi-esxio_0.1-5vmw.801.0.0.21495797, VMW_bootbank_pvscsi_0.1-5vmw.801.0.0.21495797, VMW_bootbank_qcnic_1.0.15.0-22vmw.801.0.0.21495797, VMW_bootbank_qedentv_3.40.5.70-7vmw.801.0.0.21495797, VMW_bootbank_qedrntv_3.40.5.70-3vmw.801.0.0.21495797, VMW_bootbank_qfle3_1.0.67.0-32vmw.801.0.0.21495797, VMW_bootbank_qfle3f_1.0.51.0-32vmw.801.0.0.21495797, VMW_bootbank_qfle3i_1.0.15.0-20vmw.801.0.0.21495797, VMW_bootbank_qflge_1.1.0.11-1vmw.801.0.0.21495797, VMW_bootbank_rd1173-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_rdmahl_1.0.0-1vmw.801.0.0.21495797, VMW_bootbank_rste_2.0.2.0088-7vmw.801.0.0.21495797, VMW_bootbank_sfvmk_2.4.0.2010-15vmw.801.0.0.21495797, VMW_bootbank_smartpqi_80.4385.0.200-1vmw.801.0.0.21495797, VMW_bootbank_spidev-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_vmkata_0.1-1vmw.801.0.0.21495797, VMW_bootbank_vmksdhci-esxio_1.0.3-3vmw.801.0.0.21495797, VMW_bootbank_vmksdhci_1.0.3-3vmw.801.0.0.21495797, VMW_bootbank_vmkusb-esxio_0.1-16vmw.801.0.0.21495797, VMW_bootbank_vmkusb_0.1-16vmw.801.0.0.21495797, VMW_bootbank_vmw-ahci_2.0.15-1vmw.801.0.0.21495797, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.801.0.0.21495797, VMware_bootbank_esx-ui_2.12.0-21482143, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-4vmw.801.0.0.21495797, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.2-1vmw.801.0.0.21495797, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.801.0.0.21495797, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-10vmw.801.0.0.21495797, VMware_bootbank_qlnativefc_5.4.69.0-16vmw.801.0.0.21495797, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.801.0.0.21495797, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52-1vmw.801.0.0.21495797, VMware_locker_tools-light_12.2.0.21223074-21495797
Reboot Required: true
DPU Results:
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 8.0.1a (Build 21813344)
to: Version: 8.0.1c (Build 22088125)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers powerful and supported automation tools. Please
see https://developer.vmware.com for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0U1c-22088125-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
VIBs Installed: VMW_bootbank_nmlx5-core-esxio_4.23.0.36-15vmw.801.0.25.22088125, VMW_bootbank_nmlx5-core_4.23.0.36-15vmw.801.0.25.22088125, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.36-15vmw.801.0.25.22088125, VMW_bootbank_nmlx5-rdma_4.23.0.36-15vmw.801.0.25.22088125, VMW_bootbank_ntg3_4.1.10.0-5vmw.801.0.25.22088125, VMW_bootbank_nvmetcp_1.0.1.7-1vmw.801.0.25.22088125, VMware_bootbank_bmcal-esxio_8.0.1-0.25.22088125, VMware_bootbank_bmcal_8.0.1-0.25.22088125, VMware_bootbank_clusterstore_8.0.1-0.25.22088125, VMware_bootbank_cpu-microcode_8.0.1-0.25.22088125, VMware_bootbank_crx_8.0.1-0.25.22088125, VMware_bootbank_esx-base_8.0.1-0.25.22088125, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.1-0.25.22088125, VMware_bootbank_esx-update_8.0.1-0.25.22088125, VMware_bootbank_esx-xserver_8.0.1-0.25.22088125, VMware_bootbank_esxio-base_8.0.1-0.25.22088125, VMware_bootbank_esxio-combiner-esxio_8.0.1-0.25.22088125, VMware_bootbank_esxio-combiner_8.0.1-0.25.22088125, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.1-0.25.22088125, VMware_bootbank_esxio-update_8.0.1-0.25.22088125, VMware_bootbank_esxio_8.0.1-0.25.22088125, VMware_bootbank_gc-esxio_8.0.1-0.25.22088125, VMware_bootbank_gc_8.0.1-0.25.22088125, VMware_bootbank_loadesx_8.0.1-0.25.22088125, VMware_bootbank_loadesxio_8.0.1-0.25.22088125, VMware_bootbank_native-misc-drivers-esxio_8.0.1-0.25.22088125, VMware_bootbank_native-misc-drivers_8.0.1-0.25.22088125, VMware_bootbank_trx_8.0.1-0.25.22088125, VMware_bootbank_vdfs_8.0.1-0.25.22088125, VMware_bootbank_vds-vsip_8.0.1-0.25.22088125, VMware_bootbank_vsan_8.0.1-0.25.22088125, VMware_bootbank_vsanhealth_8.0.1-0.25.22088125, VMware_locker_tools-light_12.2.5.21855600-22082334
VIBs Removed: VMW_bootbank_nmlx5-core-esxio_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_nmlx5-core_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_nmlx5-rdma_4.23.0.36-14vmw.801.0.0.21495797, VMW_bootbank_ntg3_4.1.10.0-4vmw.801.0.0.21495797, VMW_bootbank_nvmetcp_1.0.1.7-1vmw.801.0.0.21495797, VMware_bootbank_bmcal-esxio_8.0.1-0.10.21813344, VMware_bootbank_bmcal_8.0.1-0.10.21813344, VMware_bootbank_clusterstore_8.0.1-0.10.21813344, VMware_bootbank_cpu-microcode_8.0.1-0.10.21813344, VMware_bootbank_crx_8.0.1-0.10.21813344, VMware_bootbank_esx-base_8.0.1-0.10.21813344, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.1-0.10.21813344, VMware_bootbank_esx-update_8.0.1-0.10.21813344, VMware_bootbank_esx-xserver_8.0.1-0.10.21813344, VMware_bootbank_esxio-base_8.0.1-0.10.21813344, VMware_bootbank_esxio-combiner-esxio_8.0.1-0.10.21813344, VMware_bootbank_esxio-combiner_8.0.1-0.10.21813344, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.1-0.10.21813344, VMware_bootbank_esxio-update_8.0.1-0.10.21813344, VMware_bootbank_esxio_8.0.1-0.10.21813344, VMware_bootbank_gc-esxio_8.0.1-0.10.21813344, VMware_bootbank_gc_8.0.1-0.10.21813344, VMware_bootbank_loadesx_8.0.1-0.10.21813344, VMware_bootbank_loadesxio_8.0.1-0.10.21813344, VMware_bootbank_native-misc-drivers-esxio_8.0.1-0.10.21813344, VMware_bootbank_native-misc-drivers_8.0.1-0.10.21813344, VMware_bootbank_trx_8.0.1-0.10.21813344, VMware_bootbank_vdfs_8.0.1-0.10.21813344, VMware_bootbank_vds-vsip_8.0.1-0.10.21813344, VMware_bootbank_vsan_8.0.1-0.10.21813344, VMware_bootbank_vsanhealth_8.0.1-0.10.21813344, VMware_locker_tools-light_12.2.0.21223074-21495797
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-11vmw.801.0.0.21495797, VMW_bootbank_bcm-mpi3_8.4.2.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_bfedac-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_bnxtnet_223.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_bnxtroce_223.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.801.0.0.21495797, VMW_bootbank_cndi-igc_1.2.10.0-1vmw.801.0.0.21495797, VMW_bootbank_dwi2c-esxio_0.1-7vmw.801.0.0.21495797, VMW_bootbank_dwi2c_0.1-7vmw.801.0.0.21495797, VMW_bootbank_elxiscsi_12.0.1200.0-11vmw.801.0.0.21495797, VMW_bootbank_elxnet_12.0.1250.0-8vmw.801.0.0.21495797, VMW_bootbank_i40en_1.11.3.5-1vmw.801.0.0.21495797, VMW_bootbank_iavmd_3.0.0.1010-8vmw.801.0.0.21495797, VMW_bootbank_icen_1.5.1.21-1vmw.801.0.0.21495797, VMW_bootbank_igbn_1.4.11.7-1vmw.801.0.0.21495797, VMW_bootbank_intelgpio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_ionic-en-esxio_20.0.0-40vmw.801.0.0.21495797, VMW_bootbank_ionic-en_20.0.0-40vmw.801.0.0.21495797, VMW_bootbank_irdman_1.3.1.25-1vmw.801.0.0.21495797, VMW_bootbank_iser_1.1.0.2-1vmw.801.0.0.21495797, VMW_bootbank_ixgben_1.7.1.40-1vmw.801.0.0.21495797, VMW_bootbank_lpfc_14.2.560.8-23vmw.801.0.0.21495797, VMW_bootbank_lpnic_11.4.62.0-1vmw.801.0.0.21495797, VMW_bootbank_lsi-mr3_7.724.03.00-1vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt35_26.00.00.00-3vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.801.0.0.21495797, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_mnet-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.801.0.0.21495797, VMW_bootbank_ne1000_0.9.0-2vmw.801.0.0.21495797, VMW_bootbank_nenic_1.0.35.0-5vmw.801.0.0.21495797, VMW_bootbank_nfnic_5.0.0.35-4vmw.801.0.0.21495797, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.801.0.0.21495797, VMW_bootbank_nmlxbf-gige-esxio_2.2-1vmw.801.0.0.21495797, VMW_bootbank_nmlxbf-pmc-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_nvme-pcie-esxio_1.2.4.7-1vmw.801.0.0.21495797, VMW_bootbank_nvme-pcie_1.2.4.7-1vmw.801.0.0.21495797, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3-ens_2.0.0.23-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3_2.0.0.31-2vmw.801.0.0.21495797, VMW_bootbank_penedac-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pengpio-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pensandoatlas_1.46.0.E.28.1.303-2vmw.800.1.0.20796881, VMW_bootbank_penspi-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pvscsi-esxio_0.1-5vmw.801.0.0.21495797, VMW_bootbank_pvscsi_0.1-5vmw.801.0.0.21495797, VMW_bootbank_qcnic_1.0.15.0-22vmw.801.0.0.21495797, VMW_bootbank_qedentv_3.40.5.70-7vmw.801.0.0.21495797, VMW_bootbank_qedrntv_3.40.5.70-3vmw.801.0.0.21495797, VMW_bootbank_qfle3_1.0.67.0-32vmw.801.0.0.21495797, VMW_bootbank_qfle3f_1.0.51.0-32vmw.801.0.0.21495797, VMW_bootbank_qfle3i_1.0.15.0-20vmw.801.0.0.21495797, VMW_bootbank_qflge_1.1.0.11-1vmw.801.0.0.21495797, VMW_bootbank_rd1173-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_rdmahl_1.0.0-1vmw.801.0.0.21495797, VMW_bootbank_rste_2.0.2.0088-7vmw.801.0.0.21495797, VMW_bootbank_sfvmk_2.4.0.2010-15vmw.801.0.0.21495797, VMW_bootbank_smartpqi_80.4385.0.200-1vmw.801.0.0.21495797, VMW_bootbank_spidev-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_vmkata_0.1-1vmw.801.0.0.21495797, VMW_bootbank_vmksdhci-esxio_1.0.3-3vmw.801.0.0.21495797, VMW_bootbank_vmksdhci_1.0.3-3vmw.801.0.0.21495797, VMW_bootbank_vmkusb-esxio_0.1-16vmw.801.0.0.21495797, VMW_bootbank_vmkusb_0.1-16vmw.801.0.0.21495797, VMW_bootbank_vmw-ahci_2.0.15-1vmw.801.0.0.21495797, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.801.0.0.21495797, VMware_bootbank_esx-ui_2.12.0-21482143, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-4vmw.801.0.0.21495797, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.2-1vmw.801.0.0.21495797, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.801.0.0.21495797, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-10vmw.801.0.0.21495797, VMware_bootbank_qlnativefc_5.4.69.0-16vmw.801.0.0.21495797, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.801.0.0.21495797, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52-1vmw.801.0.0.21495797
Reboot Required: true
DPU Results:
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 8.0.1c (Build 22088125)
to: Version: 8.0.2 (Build 22380479)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers powerful and supported automation tools. Please
see https://developer.vmware.com for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0U2-22380479-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --n
o-hardware-warning
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
VIBs Installed: VMW_bootbank_atlantic_1.0.3.0-12vmw.802.0.0.22380479, VMW_bootbank_bcm-mpi3_8.6.1.0.0.0-1vmw.802.0.0.22380479, VMW_bootbank_bfedac-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_bnxtnet_225.0.4.0-8vmw.802.0.0.22380479, VMW_bootbank_bnxtroce_225.0.4.0-8vmw.802.0.0.22380479, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.802.0.0.22380479, VMW_bootbank_cndi-igc_1.2.10.0-1vmw.802.0.0.22380479, VMW_bootbank_dwi2c-esxio_0.1-7vmw.802.0.0.22380479, VMW_bootbank_dwi2c_0.1-7vmw.802.0.0.22380479, VMW_bootbank_elxiscsi_12.0.1200.0-11vmw.802.0.0.22380479, VMW_bootbank_elxnet_12.0.1250.0-8vmw.802.0.0.22380479, VMW_bootbank_i40en_1.11.3.10-1vmw.802.0.0.22380479, VMW_bootbank_iavmd_3.0.0.1010-9vmw.802.0.0.22380479, VMW_bootbank_icen_1.5.2.12-1vmw.802.0.0.22380479, VMW_bootbank_igbn_1.4.11.7-2vmw.802.0.0.22380479, VMW_bootbank_intelgpio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_ionic-cloud_20.0.0-48vmw.802.0.0.22380479, VMW_bootbank_ionic-en-esxio_20.0.0-49vmw.802.0.0.22380479, VMW_bootbank_ionic-en_20.0.0-49vmw.802.0.0.22380479, VMW_bootbank_irdman_1.3.1.26-1vmw.802.0.0.22380479, VMW_bootbank_iser_1.1.0.2-1vmw.802.0.0.22380479, VMW_bootbank_ixgben_1.7.1.41-1vmw.802.0.0.22380479, VMW_bootbank_lpfc_14.2.641.5-32vmw.802.0.0.22380479, VMW_bootbank_lpnic_11.4.62.0-1vmw.802.0.0.22380479, VMW_bootbank_lsi-mr3_7.726.02.00-2vmw.802.0.0.22380479, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.802.0.0.22380479, VMW_bootbank_lsi-msgpt35_27.00.00.00-1vmw.802.0.0.22380479, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.802.0.0.22380479, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-6vmw.802.0.0.22380479, VMW_bootbank_mnet-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.802.0.0.22380479, VMW_bootbank_ne1000_0.9.0-2vmw.802.0.0.22380479, VMW_bootbank_nenic_1.0.35.0-7vmw.802.0.0.22380479, VMW_bootbank_nfnic_5.0.0.35-5vmw.802.0.0.22380479, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.802.0.0.22380479, VMW_bootbank_nipmi_1.0-1vmw.802.0.0.22380479, VMW_bootbank_nmlx5-cc-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-cc_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-core-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-core_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-rdma_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlxbf-gige-esxio_2.2-1vmw.802.0.0.22380479, VMW_bootbank_nmlxbf-pmc-esxio_0.1-6vmw.802.0.0.22380479, VMW_bootbank_ntg3_4.1.13.0-4vmw.802.0.0.22380479, VMW_bootbank_nvme-pcie-esxio_1.2.4.11-1vmw.802.0.0.22380479, VMW_bootbank_nvme-pcie_1.2.4.11-1vmw.802.0.0.22380479, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.802.0.0.22380479, VMW_bootbank_nvmetcp-esxio_1.0.1.8-1vmw.802.0.0.22380479, VMW_bootbank_nvmetcp_1.0.1.8-1vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-5vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3-ens_2.0.0.23-5vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-9vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3_2.0.0.31-9vmw.802.0.0.22380479, VMW_bootbank_penedac-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_pengpio-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_pensandoatlas_1.46.0.E.28.1.312-2vmw.802.0.0.21879230, VMW_bootbank_penspi-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_pvscsi-esxio_0.1-5vmw.802.0.0.22380479, VMW_bootbank_pvscsi_0.1-5vmw.802.0.0.22380479, VMW_bootbank_qcnic_1.0.15.0-22vmw.802.0.0.22380479, VMW_bootbank_qedentv_3.40.5.73-4vmw.802.0.0.22380479, VMW_bootbank_qedrntv_3.40.5.73-4vmw.802.0.0.22380479, VMW_bootbank_qfle3_1.0.67.0-33vmw.802.0.0.22380479, VMW_bootbank_qfle3f_1.0.51.0-33vmw.802.0.0.22380479, VMW_bootbank_qfle3i_1.0.15.0-20vmw.802.0.0.22380479, VMW_bootbank_qflge_1.1.0.11-2vmw.802.0.0.22380479, VMW_bootbank_rd1173-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_rdmahl_1.0.0-1vmw.802.0.0.22380479, VMW_bootbank_rste_2.0.2.0088-7vmw.802.0.0.22380479, VMW_bootbank_sfvmk_2.4.0.2010-15vmw.802.0.0.22380479, VMW_bootbank_smartpqi_80.4495.0.5000-7vmw.802.0.0.22380479, VMW_bootbank_spidev-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_vmkata_0.1-1vmw.802.0.0.22380479, VMW_bootbank_vmksdhci-esxio_1.0.3-3vmw.802.0.0.22380479, VMW_bootbank_vmksdhci_1.0.3-3vmw.802.0.0.22380479, VMW_bootbank_vmkusb-esxio_0.1-18vmw.802.0.0.22380479, VMW_bootbank_vmkusb_0.1-18vmw.802.0.0.22380479, VMW_bootbank_vmw-ahci_2.0.17-1vmw.802.0.0.22380479, VMware_bootbank_bmcal-esxio_8.0.2-0.0.22380479, VMware_bootbank_bmcal_8.0.2-0.0.22380479, VMware_bootbank_clusterstore_8.0.2-0.0.22380479, VMware_bootbank_cpu-microcode_8.0.2-0.0.22380479, VMware_bootbank_crx_8.0.2-0.0.22380479, VMware_bootbank_drivervm-gpu-base_8.0.2-0.0.22380479, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.802.0.0.22380479, VMware_bootbank_esx-base_8.0.2-0.0.22380479, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.2-0.0.22380479, VMware_bootbank_esx-ui_2.14.0-21993070, VMware_bootbank_esx-update_8.0.2-0.0.22380479, VMware_bootbank_esx-xserver_8.0.2-0.0.22380479, VMware_bootbank_esxio-base_8.0.2-0.0.22380479, VMware_bootbank_esxio-combiner-esxio_8.0.2-0.0.22380479, VMware_bootbank_esxio-combiner_8.0.2-0.0.22380479, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.2-0.0.22380479, VMware_bootbank_esxio-update_8.0.2-0.0.22380479, VMware_bootbank_esxio_8.0.2-0.0.22380479, VMware_bootbank_gc-esxio_8.0.2-0.0.22380479, VMware_bootbank_gc_8.0.2-0.0.22380479, VMware_bootbank_infravisor_8.0.2-0.0.22380479, VMware_bootbank_loadesx_8.0.2-0.0.22380479, VMware_bootbank_loadesxio_8.0.2-0.0.22380479, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-4vmw.802.0.0.22380479, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.802.0.0.22380479, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.2-1vmw.802.0.0.22380479, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.802.0.0.22380479, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-2vmw.802.0.0.22380479, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.802.0.0.22380479, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-10vmw.802.0.0.22380479, VMware_bootbank_native-misc-drivers-esxio_8.0.2-0.0.22380479, VMware_bootbank_native-misc-drivers_8.0.2-0.0.22380479, VMware_bootbank_qlnativefc_5.4.69.0-23vmw.802.0.0.22380479, VMware_bootbank_trx_8.0.2-0.0.22380479, VMware_bootbank_vdfs_8.0.2-0.0.22380479, VMware_bootbank_vds-vsip_8.0.2-0.0.22380479, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.802.0.0.22380479, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52-1vmw.802.0.0.22380479, VMware_bootbank_vmware-hbrsrv_8.0.2-0.0.22380479, VMware_bootbank_vsan_8.0.2-0.0.22380479, VMware_bootbank_vsanhealth_8.0.2-0.0.22380479, VMware_locker_tools-light_12.3.0.22234872-22380479
VIBs Removed: VMW_bootbank_atlantic_1.0.3.0-11vmw.801.0.0.21495797, VMW_bootbank_bcm-mpi3_8.4.2.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_bfedac-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_bnxtnet_223.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_bnxtroce_223.0.0.0-1vmw.801.0.0.21495797, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.801.0.0.21495797, VMW_bootbank_cndi-igc_1.2.10.0-1vmw.801.0.0.21495797, VMW_bootbank_dwi2c-esxio_0.1-7vmw.801.0.0.21495797, VMW_bootbank_dwi2c_0.1-7vmw.801.0.0.21495797, VMW_bootbank_elxiscsi_12.0.1200.0-11vmw.801.0.0.21495797, VMW_bootbank_elxnet_12.0.1250.0-8vmw.801.0.0.21495797, VMW_bootbank_i40en_1.11.3.5-1vmw.801.0.0.21495797, VMW_bootbank_iavmd_3.0.0.1010-8vmw.801.0.0.21495797, VMW_bootbank_icen_1.5.1.21-1vmw.801.0.0.21495797, VMW_bootbank_igbn_1.4.11.7-1vmw.801.0.0.21495797, VMW_bootbank_intelgpio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_ionic-en-esxio_20.0.0-40vmw.801.0.0.21495797, VMW_bootbank_ionic-en_20.0.0-40vmw.801.0.0.21495797, VMW_bootbank_irdman_1.3.1.25-1vmw.801.0.0.21495797, VMW_bootbank_iser_1.1.0.2-1vmw.801.0.0.21495797, VMW_bootbank_ixgben_1.7.1.40-1vmw.801.0.0.21495797, VMW_bootbank_lpfc_14.2.560.8-23vmw.801.0.0.21495797, VMW_bootbank_lpnic_11.4.62.0-1vmw.801.0.0.21495797, VMW_bootbank_lsi-mr3_7.724.03.00-1vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt35_26.00.00.00-3vmw.801.0.0.21495797, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.801.0.0.21495797, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_mnet-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.801.0.0.21495797, VMW_bootbank_ne1000_0.9.0-2vmw.801.0.0.21495797, VMW_bootbank_nenic_1.0.35.0-5vmw.801.0.0.21495797, VMW_bootbank_nfnic_5.0.0.35-4vmw.801.0.0.21495797, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.801.0.0.21495797, VMW_bootbank_nmlx5-core-esxio_4.23.0.36-15vmw.801.0.25.22088125, VMW_bootbank_nmlx5-core_4.23.0.36-15vmw.801.0.25.22088125, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.36-15vmw.801.0.25.22088125, VMW_bootbank_nmlx5-rdma_4.23.0.36-15vmw.801.0.25.22088125, VMW_bootbank_nmlxbf-gige-esxio_2.2-1vmw.801.0.0.21495797, VMW_bootbank_nmlxbf-pmc-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_ntg3_4.1.10.0-5vmw.801.0.25.22088125, VMW_bootbank_nvme-pcie-esxio_1.2.4.7-1vmw.801.0.0.21495797, VMW_bootbank_nvme-pcie_1.2.4.7-1vmw.801.0.0.21495797, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.801.0.0.21495797, VMW_bootbank_nvmetcp_1.0.1.7-1vmw.801.0.25.22088125, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3-ens_2.0.0.23-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-2vmw.801.0.0.21495797, VMW_bootbank_nvmxnet3_2.0.0.31-2vmw.801.0.0.21495797, VMW_bootbank_penedac-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pengpio-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pensandoatlas_1.46.0.E.28.1.303-2vmw.800.1.0.20796881, VMW_bootbank_penspi-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_pvscsi-esxio_0.1-5vmw.801.0.0.21495797, VMW_bootbank_pvscsi_0.1-5vmw.801.0.0.21495797, VMW_bootbank_qcnic_1.0.15.0-22vmw.801.0.0.21495797, VMW_bootbank_qedentv_3.40.5.70-7vmw.801.0.0.21495797, VMW_bootbank_qedrntv_3.40.5.70-3vmw.801.0.0.21495797, VMW_bootbank_qfle3_1.0.67.0-32vmw.801.0.0.21495797, VMW_bootbank_qfle3f_1.0.51.0-32vmw.801.0.0.21495797, VMW_bootbank_qfle3i_1.0.15.0-20vmw.801.0.0.21495797, VMW_bootbank_qflge_1.1.0.11-1vmw.801.0.0.21495797, VMW_bootbank_rd1173-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_rdmahl_1.0.0-1vmw.801.0.0.21495797, VMW_bootbank_rste_2.0.2.0088-7vmw.801.0.0.21495797, VMW_bootbank_sfvmk_2.4.0.2010-15vmw.801.0.0.21495797, VMW_bootbank_smartpqi_80.4385.0.200-1vmw.801.0.0.21495797, VMW_bootbank_spidev-esxio_0.1-1vmw.801.0.0.21495797, VMW_bootbank_vmkata_0.1-1vmw.801.0.0.21495797, VMW_bootbank_vmksdhci-esxio_1.0.3-3vmw.801.0.0.21495797, VMW_bootbank_vmksdhci_1.0.3-3vmw.801.0.0.21495797, VMW_bootbank_vmkusb-esxio_0.1-16vmw.801.0.0.21495797, VMW_bootbank_vmkusb_0.1-16vmw.801.0.0.21495797, VMW_bootbank_vmw-ahci_2.0.15-1vmw.801.0.0.21495797, VMware_bootbank_bmcal-esxio_8.0.1-0.25.22088125, VMware_bootbank_bmcal_8.0.1-0.25.22088125, VMware_bootbank_clusterstore_8.0.1-0.25.22088125, VMware_bootbank_cpu-microcode_8.0.1-0.25.22088125, VMware_bootbank_crx_8.0.1-0.25.22088125, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.801.0.0.21495797, VMware_bootbank_esx-base_8.0.1-0.25.22088125, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.1-0.25.22088125, VMware_bootbank_esx-ui_2.12.0-21482143, VMware_bootbank_esx-update_8.0.1-0.25.22088125, VMware_bootbank_esx-xserver_8.0.1-0.25.22088125, VMware_bootbank_esxio-base_8.0.1-0.25.22088125, VMware_bootbank_esxio-combiner-esxio_8.0.1-0.25.22088125, VMware_bootbank_esxio-combiner_8.0.1-0.25.22088125, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.1-0.25.22088125, VMware_bootbank_esxio-update_8.0.1-0.25.22088125, VMware_bootbank_esxio_8.0.1-0.25.22088125, VMware_bootbank_gc-esxio_8.0.1-0.25.22088125, VMware_bootbank_gc_8.0.1-0.25.22088125, VMware_bootbank_loadesx_8.0.1-0.25.22088125, VMware_bootbank_loadesxio_8.0.1-0.25.22088125, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-4vmw.801.0.0.21495797, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.2-1vmw.801.0.0.21495797, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.801.0.0.21495797, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.801.0.0.21495797, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-10vmw.801.0.0.21495797, VMware_bootbank_native-misc-drivers-esxio_8.0.1-0.25.22088125, VMware_bootbank_native-misc-drivers_8.0.1-0.25.22088125, VMware_bootbank_qlnativefc_5.4.69.0-16vmw.801.0.0.21495797, VMware_bootbank_trx_8.0.1-0.25.22088125, VMware_bootbank_vdfs_8.0.1-0.25.22088125, VMware_bootbank_vds-vsip_8.0.1-0.25.22088125, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.801.0.0.21495797, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52-1vmw.801.0.0.21495797, VMware_bootbank_vsan_8.0.1-0.25.22088125, VMware_bootbank_vsanhealth_8.0.1-0.25.22088125, VMware_locker_tools-light_12.2.5.21855600-22082334
VIBs Skipped:
Reboot Required: true
DPU Results:
[root@xd-1541-5028d:~] reboot
Version: 8.0.2 (Build 22380479)
to: Version: 8.0.2b (Build 23319993)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers powerful and supported automation tools. Please
see https://developer.vmware.com for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0U2b-23305546-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
[MemoryError]
Please refer to the log file for more details.
[root@xd-1541-5028d:~] esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 0
[root@xd-1541-5028d:~] cp /usr/lib/vmware/esxcli-software /usr/lib/vmware/esxcli-software.bak
[root@xd-1541-5028d:~] sed -i 's/mem=300/mem=500/g' /usr/lib/vmware/esxcli-software.bak
[root@xd-1541-5028d:~] mv /usr/lib/vmware/esxcli-software.bak /usr/lib/vmware/esxcli-software -f
[root@xd-1541-5028d:~] esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 1
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0U2b-23305546-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
VIBs Installed: VMW_bootbank_pensandoatlas_1.46.0.E.28.1.314-2vmw.802.0.0.22939414, VMware_bootbank_bmcal-esxio_8.0.2-0.30.23305546, VMware_bootbank_bmcal_8.0.2-0.30.23305546, VMware_bootbank_clusterstore_8.0.2-0.30.23305546, VMware_bootbank_cpu-microcode_8.0.2-0.30.23305546, VMware_bootbank_crx_8.0.2-0.30.23305546, VMware_bootbank_drivervm-gpu-base_8.0.2-0.30.23305546, VMware_bootbank_esx-base_8.0.2-0.30.23305546, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.2-0.30.23305546, VMware_bootbank_esx-update_8.0.2-0.30.23305546, VMware_bootbank_esx-xserver_8.0.2-0.30.23305546, VMware_bootbank_esxio-base_8.0.2-0.30.23305546, VMware_bootbank_esxio-combiner-esxio_8.0.2-0.30.23305546, VMware_bootbank_esxio-combiner_8.0.2-0.30.23305546, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.2-0.30.23305546, VMware_bootbank_esxio-update_8.0.2-0.30.23305546, VMware_bootbank_esxio_8.0.2-0.30.23305546, VMware_bootbank_gc-esxio_8.0.2-0.30.23305546, VMware_bootbank_gc_8.0.2-0.30.23305546, VMware_bootbank_infravisor_8.0.2-0.30.23305546, VMware_bootbank_loadesx_8.0.2-0.30.23305546, VMware_bootbank_loadesxio_8.0.2-0.30.23305546, VMware_bootbank_native-misc-drivers-esxio_8.0.2-0.30.23305546, VMware_bootbank_native-misc-drivers_8.0.2-0.30.23305546, VMware_bootbank_trx_8.0.2-0.30.23305546, VMware_bootbank_vdfs_8.0.2-0.30.23305546, VMware_bootbank_vds-vsip_8.0.2-0.30.23305546, VMware_bootbank_vmware-hbrsrv_8.0.2-0.30.23305546, VMware_bootbank_vsan_8.0.2-0.30.23305546, VMware_bootbank_vsanhealth_8.0.2-0.30.23305546, VMware_locker_tools-light_12.3.5.22544099-23305545
VIBs Removed: VMW_bootbank_pensandoatlas_1.46.0.E.28.1.312-2vmw.802.0.0.21879230, VMware_bootbank_bmcal-esxio_8.0.2-0.0.22380479, VMware_bootbank_bmcal_8.0.2-0.0.22380479, VMware_bootbank_clusterstore_8.0.2-0.0.22380479, VMware_bootbank_cpu-microcode_8.0.2-0.0.22380479, VMware_bootbank_crx_8.0.2-0.0.22380479, VMware_bootbank_drivervm-gpu-base_8.0.2-0.0.22380479, VMware_bootbank_esx-base_8.0.2-0.0.22380479, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.2-0.0.22380479, VMware_bootbank_esx-update_8.0.2-0.0.22380479, VMware_bootbank_esx-xserver_8.0.2-0.0.22380479, VMware_bootbank_esxio-base_8.0.2-0.0.22380479, VMware_bootbank_esxio-combiner-esxio_8.0.2-0.0.22380479, VMware_bootbank_esxio-combiner_8.0.2-0.0.22380479, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.2-0.0.22380479, VMware_bootbank_esxio-update_8.0.2-0.0.22380479, VMware_bootbank_esxio_8.0.2-0.0.22380479, VMware_bootbank_gc-esxio_8.0.2-0.0.22380479, VMware_bootbank_gc_8.0.2-0.0.22380479, VMware_bootbank_infravisor_8.0.2-0.0.22380479, VMware_bootbank_loadesx_8.0.2-0.0.22380479, VMware_bootbank_loadesxio_8.0.2-0.0.22380479, VMware_bootbank_native-misc-drivers-esxio_8.0.2-0.0.22380479, VMware_bootbank_native-misc-drivers_8.0.2-0.0.22380479, VMware_bootbank_trx_8.0.2-0.0.22380479, VMware_bootbank_vdfs_8.0.2-0.0.22380479, VMware_bootbank_vds-vsip_8.0.2-0.0.22380479, VMware_bootbank_vmware-hbrsrv_8.0.2-0.0.22380479, VMware_bootbank_vsan_8.0.2-0.0.22380479, VMware_bootbank_vsanhealth_8.0.2-0.0.22380479, VMware_locker_tools-light_12.3.0.22234872-22380479
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-12vmw.802.0.0.22380479, VMW_bootbank_bcm-mpi3_8.6.1.0.0.0-1vmw.802.0.0.22380479, VMW_bootbank_bfedac-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_bnxtnet_225.0.4.0-8vmw.802.0.0.22380479, VMW_bootbank_bnxtroce_225.0.4.0-8vmw.802.0.0.22380479, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.802.0.0.22380479, VMW_bootbank_cndi-igc_1.2.10.0-1vmw.802.0.0.22380479, VMW_bootbank_dwi2c-esxio_0.1-7vmw.802.0.0.22380479, VMW_bootbank_dwi2c_0.1-7vmw.802.0.0.22380479, VMW_bootbank_elxiscsi_12.0.1200.0-11vmw.802.0.0.22380479, VMW_bootbank_elxnet_12.0.1250.0-8vmw.802.0.0.22380479, VMW_bootbank_i40en_1.11.3.10-1vmw.802.0.0.22380479, VMW_bootbank_iavmd_3.0.0.1010-9vmw.802.0.0.22380479, VMW_bootbank_icen_1.5.2.12-1vmw.802.0.0.22380479, VMW_bootbank_igbn_1.4.11.7-2vmw.802.0.0.22380479, VMW_bootbank_intelgpio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_ionic-cloud_20.0.0-48vmw.802.0.0.22380479, VMW_bootbank_ionic-en-esxio_20.0.0-49vmw.802.0.0.22380479, VMW_bootbank_ionic-en_20.0.0-49vmw.802.0.0.22380479, VMW_bootbank_irdman_1.3.1.26-1vmw.802.0.0.22380479, VMW_bootbank_iser_1.1.0.2-1vmw.802.0.0.22380479, VMW_bootbank_ixgben_1.7.1.41-1vmw.802.0.0.22380479, VMW_bootbank_lpfc_14.2.641.5-32vmw.802.0.0.22380479, VMW_bootbank_lpnic_11.4.62.0-1vmw.802.0.0.22380479, VMW_bootbank_lsi-mr3_7.726.02.00-2vmw.802.0.0.22380479, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.802.0.0.22380479, VMW_bootbank_lsi-msgpt35_27.00.00.00-1vmw.802.0.0.22380479, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.802.0.0.22380479, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-6vmw.802.0.0.22380479, VMW_bootbank_mnet-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.802.0.0.22380479, VMW_bootbank_ne1000_0.9.0-2vmw.802.0.0.22380479, VMW_bootbank_nenic_1.0.35.0-7vmw.802.0.0.22380479, VMW_bootbank_nfnic_5.0.0.35-5vmw.802.0.0.22380479, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.802.0.0.22380479, VMW_bootbank_nipmi_1.0-1vmw.802.0.0.22380479, VMW_bootbank_nmlx5-cc-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-cc_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-core-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-core_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-rdma_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlxbf-gige-esxio_2.2-1vmw.802.0.0.22380479, VMW_bootbank_nmlxbf-pmc-esxio_0.1-6vmw.802.0.0.22380479, VMW_bootbank_ntg3_4.1.13.0-4vmw.802.0.0.22380479, VMW_bootbank_nvme-pcie-esxio_1.2.4.11-1vmw.802.0.0.22380479, VMW_bootbank_nvme-pcie_1.2.4.11-1vmw.802.0.0.22380479, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.802.0.0.22380479, VMW_bootbank_nvmetcp-esxio_1.0.1.8-1vmw.802.0.0.22380479, VMW_bootbank_nvmetcp_1.0.1.8-1vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-5vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3-ens_2.0.0.23-5vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-9vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3_2.0.0.31-9vmw.802.0.0.22380479, VMW_bootbank_penedac-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_pengpio-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_penspi-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_pvscsi-esxio_0.1-5vmw.802.0.0.22380479, VMW_bootbank_pvscsi_0.1-5vmw.802.0.0.22380479, VMW_bootbank_qcnic_1.0.15.0-22vmw.802.0.0.22380479, VMW_bootbank_qedentv_3.40.5.73-4vmw.802.0.0.22380479, VMW_bootbank_qedrntv_3.40.5.73-4vmw.802.0.0.22380479, VMW_bootbank_qfle3_1.0.67.0-33vmw.802.0.0.22380479, VMW_bootbank_qfle3f_1.0.51.0-33vmw.802.0.0.22380479, VMW_bootbank_qfle3i_1.0.15.0-20vmw.802.0.0.22380479, VMW_bootbank_qflge_1.1.0.11-2vmw.802.0.0.22380479, VMW_bootbank_rd1173-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_rdmahl_1.0.0-1vmw.802.0.0.22380479, VMW_bootbank_rste_2.0.2.0088-7vmw.802.0.0.22380479, VMW_bootbank_sfvmk_2.4.0.2010-15vmw.802.0.0.22380479, VMW_bootbank_smartpqi_80.4495.0.5000-7vmw.802.0.0.22380479, VMW_bootbank_spidev-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_vmkata_0.1-1vmw.802.0.0.22380479, VMW_bootbank_vmksdhci-esxio_1.0.3-3vmw.802.0.0.22380479, VMW_bootbank_vmksdhci_1.0.3-3vmw.802.0.0.22380479, VMW_bootbank_vmkusb-esxio_0.1-18vmw.802.0.0.22380479, VMW_bootbank_vmkusb_0.1-18vmw.802.0.0.22380479, VMW_bootbank_vmw-ahci_2.0.17-1vmw.802.0.0.22380479, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.802.0.0.22380479, VMware_bootbank_esx-ui_2.14.0-21993070, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-4vmw.802.0.0.22380479, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.802.0.0.22380479, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.2-1vmw.802.0.0.22380479, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.802.0.0.22380479, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-2vmw.802.0.0.22380479, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.802.0.0.22380479, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-10vmw.802.0.0.22380479, VMware_bootbank_qlnativefc_5.4.69.0-23vmw.802.0.0.22380479, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.802.0.0.22380479, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52-1vmw.802.0.0.22380479
Reboot Required: true
DPU Results:
[root@xd-1541-5028d:~] reboot
Version: 8.0.2b (Build 23319993)
to: Version: 8.0.2c (Build 23825572)
login as: root
Keyboard-interactive authentication prompts from server:
| Password:
End of keyboard-interactive prompts from server
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers powerful and supported automation tools. Please
see https://developer.vmware.com for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0U2c-23825572-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
VIBs Installed: VMware_bootbank_bmcal-esxio_8.0.2-0.40.23825572, VMware_bootbank_bmcal_8.0.2-0.40.23825572, VMware_bootbank_clusterstore_8.0.2-0.40.23825572, VMware_bootbank_cpu-microcode_8825572, VMware_bootbank_drivervm-gpu-base_8.0.2-0.40.23825572, VMware_bootbank_esx-base_8.0.2-0.40.23825572, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.2-0.40.23825572, VMware_bootbank_server_8.0.2-0.40.23825572, VMware_bootbank_esxio-base_8.0.2-0.40.23825572, VMware_bootbank_esxio-combiner-esxio_8.0.2-0.40.23825572, VMware_bootbank_esxio-combiner_8.0.2-0.40.23825572, VMware23825572, VMware_bootbank_esxio-update_8.0.2-0.40.23825572, VMware_bootbank_esxio_8.0.2-0.40.23825572, VMware_bootbank_gc-esxio_8.0.2-0.40.23825572, VMware_bootbank_gc_8.0.2-0.40.23825572, VMwootbank_loadesx_8.0.2-0.40.23825572, VMware_bootbank_loadesxio_8.0.2-0.40.23825572, VMware_bootbank_native-misc-drivers-esxio_8.0.2-0.40.23825572, VMware_bootbank_native-misc-drivers_8.0.2-0.4VMware_bootbank_vdfs_8.0.2-0.40.23825572, VMware_bootbank_vds-vsip_8.0.2-0.40.23825572, VMware_bootbank_vsan_8.0.2-0.40.23825572, VMware_bootbank_vsanhealth_8.0.2-0.40.23825572
VIBs Removed: VMware_bootbank_bmcal-esxio_8.0.2-0.30.23305546, VMware_bootbank_bmcal_8.0.2-0.30.23305546, VMware_bootbank_clusterstore_8.0.2-0.30.23305546, VMware_bootbank_cpu-microcode_8.05546, VMware_bootbank_drivervm-gpu-base_8.0.2-0.30.23305546, VMware_bootbank_esx-base_8.0.2-0.30.23305546, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.2-0.30.23305546, VMware_bootbank_esrver_8.0.2-0.30.23305546, VMware_bootbank_esxio-base_8.0.2-0.30.23305546, VMware_bootbank_esxio-combiner-esxio_8.0.2-0.30.23305546, VMware_bootbank_esxio-combiner_8.0.2-0.30.23305546, VMware_b305546, VMware_bootbank_esxio-update_8.0.2-0.30.23305546, VMware_bootbank_esxio_8.0.2-0.30.23305546, VMware_bootbank_gc-esxio_8.0.2-0.30.23305546, VMware_bootbank_gc_8.0.2-0.30.23305546, VMwartbank_loadesx_8.0.2-0.30.23305546, VMware_bootbank_loadesxio_8.0.2-0.30.23305546, VMware_bootbank_native-misc-drivers-esxio_8.0.2-0.30.23305546, VMware_bootbank_native-misc-drivers_8.0.2-0.30.ware_bootbank_vdfs_8.0.2-0.30.23305546, VMware_bootbank_vds-vsip_8.0.2-0.30.23305546, VMware_bootbank_vsan_8.0.2-0.30.23305546, VMware_bootbank_vsanhealth_8.0.2-0.30.23305546
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-12vmw.802.0.0.22380479, VMW_bootbank_bcm-mpi3_8.6.1.0.0.0-1vmw.802.0.0.22380479, VMW_bootbank_bfedac-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbannk_bnxtroce_225.0.4.0-8vmw.802.0.0.22380479, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.802.0.0.22380479, VMW_bootbank_cndi-igc_1.2.10.0-1vmw.802.0.0.22380479, VMW_bootbank_dwi2c-esxio_0.1-7vmw.802380479, VMW_bootbank_elxiscsi_12.0.1200.0-11vmw.802.0.0.22380479, VMW_bootbank_elxnet_12.0.1250.0-8vmw.802.0.0.22380479, VMW_bootbank_i40en_1.11.3.10-1vmw.802.0.0.22380479, VMW_bootbank_iavmd1.5.2.12-1vmw.802.0.0.22380479, VMW_bootbank_igbn_1.4.11.7-2vmw.802.0.0.22380479, VMW_bootbank_intelgpio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_ionic-cloud_20.0.0-48vmw.802.0.0.22380479, VMW_, VMW_bootbank_ionic-en_20.0.0-49vmw.802.0.0.22380479, VMW_bootbank_irdman_1.3.1.26-1vmw.802.0.0.22380479, VMW_bootbank_iser_1.1.0.2-1vmw.802.0.0.22380479, VMW_bootbank_ixgben_1.7.1.41-1vmw.802.0.0.22380479, VMW_bootbank_lpnic_11.4.62.0-1vmw.802.0.0.22380479, VMW_bootbank_lsi-mr3_7.726.02.00-2vmw.802.0.0.22380479, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.802.0.0.22380479, VMW_bootbW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.802.0.0.22380479, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-6vmw.802.0.0.22380479, VMW_bootbank_mnet-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_mtip32xx-n0_0.9.0-2vmw.802.0.0.22380479, VMW_bootbank_nenic_1.0.35.0-7vmw.802.0.0.22380479, VMW_bootbank_nfnic_5.0.0.35-5vmw.802.0.0.22380479, VMW_bootbank_nhpsa_70.0051.0.100-4vmw.802.0.0.22380479, VMWnk_nmlx5-cc-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-cc_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-core-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-corerdma-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-rdma_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlxbf-gige-esxio_2.2-1vmw.802.0.0.22380479, VMW_bootbank_nmlxbf-pmc-esxio_0.1mw.802.0.0.22380479, VMW_bootbank_nvme-pcie-esxio_1.2.4.11-1vmw.802.0.0.22380479, VMW_bootbank_nvme-pcie_1.2.4.11-1vmw.802.0.0.22380479, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.802.0.0.22380479, VM9, VMW_bootbank_nvmetcp_1.0.1.8-1vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-5vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3-ens_2.0.0.23-5vmw.802.0.0.22380479, VMW_bootbank_nvbank_nvmxnet3_2.0.0.31-9vmw.802.0.0.22380479, VMW_bootbank_penedac-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_pengpio-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_pensandoatlas_1.46.0.E.28io_0.1-1vmw.802.0.0.22380479, VMW_bootbank_pvscsi-esxio_0.1-5vmw.802.0.0.22380479, VMW_bootbank_pvscsi_0.1-5vmw.802.0.0.22380479, VMW_bootbank_qcnic_1.0.15.0-22vmw.802.0.0.22380479, VMW_bootbaank_qedrntv_3.40.5.73-4vmw.802.0.0.22380479, VMW_bootbank_qfle3_1.0.67.0-33vmw.802.0.0.22380479, VMW_bootbank_qfle3f_1.0.51.0-33vmw.802.0.0.22380479, VMW_bootbank_qfle3i_1.0.15.0-20vmw.802.0.02380479, VMW_bootbank_rd1173-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_rdmahl_1.0.0-1vmw.802.0.0.22380479, VMW_bootbank_rste_2.0.2.0088-7vmw.802.0.0.22380479, VMW_bootbank_sfvmk_2.4.0.20105.0.5000-7vmw.802.0.0.22380479, VMW_bootbank_spidev-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_vmkata_0.1-1vmw.802.0.0.22380479, VMW_bootbank_vmksdhci-esxio_1.0.3-3vmw.802.0.0.22380479, VMWootbank_vmkusb-esxio_0.1-18vmw.802.0.0.22380479, VMW_bootbank_vmkusb_0.1-18vmw.802.0.0.22380479, VMW_bootbank_vmw-ahci_2.0.17-1vmw.802.0.0.22380479, VMware_bootbank_elx-esx-libelxima.so_12.0.1.14.0-21993070, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-4vmw.802.0.0.22380479, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.802.0.0.22380479, VMware_bootbank_lsuv2-lsiv2-drbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.802.0.0.22380479, VMware_bootbank_lsuv2-oem-dell-plugin_1.0.0-2vmw.802.0.0.22380479, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.802.0.0.22380479,802.0.0.22380479, VMware_bootbank_qlnativefc_5.4.69.0-23vmw.802.0.0.22380479, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.802.0.0.22380479, VMware_bootbank_vmware-esx-esxe_bootbank_vmware-hbrsrv_8.0.2-0.30.23305546, VMware_locker_tools-light_12.3.5.22544099-23305545
Reboot Required: true
DPU Results:
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 8.0.2c (Build 22380479)
to: Version: 8.0.3 (Build 24022510)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers powerful and supported automation tools. Please
see https://developer.vmware.com for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0U3-24022510-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
VIBs Installed: VMW_bootbank_atlantic_1.0.3.0-13vmw.803.0.0.24022510, VMW_bootbank_bcm-mpi3_8.8.1.0.0.0-1vmw.803.0.0.24022510, VMW_bootbank_bfedac-esxio_0.1-1vmw.803.0.0.24022510, VMW_boot22510, VMW_bootbank_bnxtroce_226.0.21.0-31vmw.803.0.0.24022510, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.803.0.0.24022510, VMW_bootbank_cndi-igc_1.2.10.0-1vmw.803.0.0.24022510, VMW_bootbank_dwiootbank_dwi2c_0.1-7vmw.803.0.0.24022510, VMW_bootbank_elxiscsi_12.0.1200.0-11vmw.803.0.0.24022510, VMW_bootbank_elxnet_12.0.1250.0-8vmw.803.0.0.24022510, VMW_bootbank_i40en_1.11.4.6-1vmw.803.10-11vmw.803.0.0.24022510, VMW_bootbank_icen_1.11.1.9-1vmw.803.0.0.24022510, VMW_bootbank_igbn_1.4.11.7-2vmw.803.0.0.24022510, VMW_bootbank_intelgpio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_i VMW_bootbank_ionic-en-esxio_20.0.0-56vmw.803.0.0.24022510, VMW_bootbank_ionic-en_20.0.0-56vmw.803.0.0.24022510, VMW_bootbank_irdman_1.4.0.1-1vmw.803.0.0.24022510, VMW_bootbank_iser_1.1.0.2-1_1.7.1.44-1vmw.803.0.0.24022510, VMW_bootbank_lpfc_14.4.0.39-35vmw.803.0.0.24022510, VMW_bootbank_lpnic_11.4.62.0-1vmw.803.0.0.24022510, VMW_bootbank_lsi-mr3_7.728.02.00-1vmw.803.0.0.24022510w.803.0.0.24022510, VMW_bootbank_lsi-msgpt35_29.00.00.00-1vmw.803.0.0.24022510, VMW_bootbank_lsi-msgpt3_17.00.13.00-3vmw.803.0.0.24022510, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-6vmw.803.0.0.2.803.0.0.24022510, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.803.0.0.24022510, VMW_bootbank_ne1000_0.9.2-1vmw.803.0.0.24022510, VMW_bootbank_nenic_1.0.35.0-7vmw.803.0.0.24022510, VMW_bootbank_nbootbank_nhpsa_70.0051.0.100-5vmw.803.0.0.24022510, VMW_bootbank_nipmi_1.0-1vmw.803.0.0.24022510, VMW_bootbank_nmlx5-cc-esxio_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlx5-cc_4.23.6.2-7vore-esxio_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlx5-core_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlx5-rdma-esxio_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlx5-rdma_4.23.6.xbf-gige-esxio_2.2-1vmw.803.0.0.24022510, VMW_bootbank_nmlxbf-pmc-esxio_0.1-6vmw.803.0.0.24022510, VMW_bootbank_ntg3_4.1.14.0-4vmw.803.0.0.24022510, VMW_bootbank_nvme-pcie-esxio_1.2.4.15-1vmw_1.2.4.15-1vmw.803.0.0.24022510, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.803.0.0.24022510, VMW_bootbank_nvmetcp-esxio_1.0.1.28-1vmw.803.0.0.24022510, VMW_bootbank_nvmetcp_1.0.1.28-1vmw.803.0.0.2400.0.23-6vmw.803.0.0.24022510, VMW_bootbank_nvmxnet3-ens_2.0.0.23-6vmw.803.0.0.24022510, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-12vmw.803.0.0.24022510, VMW_bootbank_nvmxnet3_2.0.0.31-12vmw.803.0.1-1vmw.803.0.0.24022510, VMW_bootbank_pengpio-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_pensandoatlas_1.46.0.E.41.1.326-2vmw.803.0.0.0.23797590, VMW_bootbank_penspi-esxio_0.1-1vmw.803.0.-7vmw.803.0.0.24022510, VMW_bootbank_pvscsi_0.1-7vmw.803.0.0.24022510, VMW_bootbank_qcnic_1.0.15.0-23vmw.803.0.0.24022510, VMW_bootbank_qedentv_3.40.5.74-9vmw.803.0.0.24022510, VMW_bootbank_qMW_bootbank_qfle3_1.0.67.0-36vmw.803.0.0.24022510, VMW_bootbank_qfle3f_1.0.51.0-34vmw.803.0.0.24022510, VMW_bootbank_qfle3i_1.0.15.0-20vmw.803.0.0.24022510, VMW_bootbank_qflge_1.1.0.11-2vmw.8o_0.1-1vmw.803.0.0.24022510, VMW_bootbank_rdmahl_1.0.0-1vmw.803.0.0.24022510, VMW_bootbank_rste_2.0.2.0088-7vmw.803.0.0.24022510, VMW_bootbank_sfvmk_2.4.0.2010-18vmw.803.0.0.24022510, VMW_boo0.24022510, VMW_bootbank_spidev-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_vmkata_0.1-1vmw.803.0.0.24022510, VMW_bootbank_vmksdhci-esxio_1.0.3-3vmw.803.0.0.24022510, VMW_bootbank_vmksdhci__vmkusb-esxio_0.1-22vmw.803.0.0.24022510, VMW_bootbank_vmkusb_0.1-22vmw.803.0.0.24022510, VMW_bootbank_vmw-ahci_2.0.17-1vmw.803.0.0.24022510, VMware_bootbank_bmcal-esxio_8.0.3-0.0.24022510, VVMware_bootbank_clusterstore_8.0.3-0.0.24022510, VMware_bootbank_cpu-microcode_8.0.3-0.0.24022510, VMware_bootbank_crx_8.0.3-0.0.24022510, VMware_bootbank_drivervm-gpu-base_8.0.3-0.0.24022510.0.1200.0-6vmw.803.0.0.24022510, VMware_bootbank_esx-base_8.0.3-0.0.24022510, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.3-0.0.24022510, VMware_bootbank_esx-ui_2.18.0-23593406, VMware_Mware_bootbank_esx-xserver_8.0.3-0.0.24022510, VMware_bootbank_esxio-base_8.0.3-0.0.24022510, VMware_bootbank_esxio-combiner-esxio_8.0.3-0.0.24022510, VMware_bootbank_esxio-combiner_8.0.3-0.0-generic-fastpath_8.0.3-0.0.24022510, VMware_bootbank_esxio-update_8.0.3-0.0.24022510, VMware_bootbank_esxio_8.0.3-0.0.24022510, VMware_bootbank_gc-esxio_8.0.3-0.0.24022510, VMware_bootbank_gravisor_8.0.3-0.0.24022510, VMware_bootbank_loadesx_8.0.3-0.0.24022510, VMware_bootbank_loadesxio_8.0.3-0.0.24022510, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-4vmw.803.0.0.24022510, VMwar2.7.2173-2vmw.803.0.0.24022510, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.3-1vmw.803.0.0.24022510, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.803.0.0.24022510, VMware_bootbank_lsu22510, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.803.0.0.24022510, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-11vmw.803.0.0.24022510, VMware_bootbank_native-misc-drivers-esxio_8.0isc-drivers_8.0.3-0.0.24022510, VMware_bootbank_qlnativefc_5.4.80.1-15vmw.803.0.0.24022510, VMware_bootbank_trx_8.0.3-0.0.24022510, VMware_bootbank_vcls-pod-crx_8.0.3-0.0.24022510, VMware_bootbank_vds-vsip_8.0.3-0.0.24022510, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.56-1vmw.803.0.0.24022510, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.56-1vmw.803.0.0.2402-0.0.24022510, VMware_bootbank_vsan_8.0.3-0.0.24022510, VMware_bootbank_vsanhealth_8.0.3-0.0.24022510, VMware_locker_tools-light_12.4.0.23259341-24022510
VIBs Removed: VMW_bootbank_atlantic_1.0.3.0-12vmw.802.0.0.22380479, VMW_bootbank_bcm-mpi3_8.6.1.0.0.0-1vmw.802.0.0.22380479, VMW_bootbank_bfedac-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootba9, VMW_bootbank_bnxtroce_225.0.4.0-8vmw.802.0.0.22380479, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.802.0.0.22380479, VMW_bootbank_cndi-igc_1.2.10.0-1vmw.802.0.0.22380479, VMW_bootbank_dwi2c-esxk_dwi2c_0.1-7vmw.802.0.0.22380479, VMW_bootbank_elxiscsi_12.0.1200.0-11vmw.802.0.0.22380479, VMW_bootbank_elxnet_12.0.1250.0-8vmw.802.0.0.22380479, VMW_bootbank_i40en_1.11.3.10-1vmw.802.0.0.2mw.802.0.0.22380479, VMW_bootbank_icen_1.5.2.12-1vmw.802.0.0.22380479, VMW_bootbank_igbn_1.4.11.7-2vmw.802.0.0.22380479, VMW_bootbank_intelgpio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_ionic-cootbank_ionic-en-esxio_20.0.0-49vmw.802.0.0.22380479, VMW_bootbank_ionic-en_20.0.0-49vmw.802.0.0.22380479, VMW_bootbank_irdman_1.3.1.26-1vmw.802.0.0.22380479, VMW_bootbank_iser_1.1.0.2-1vmw.81.41-1vmw.802.0.0.22380479, VMW_bootbank_lpfc_14.2.641.5-32vmw.802.0.0.22380479, VMW_bootbank_lpnic_11.4.62.0-1vmw.802.0.0.22380479, VMW_bootbank_lsi-mr3_7.726.02.00-2vmw.802.0.0.22380479, VM2.0.0.22380479, VMW_bootbank_lsi-msgpt35_27.00.00.00-1vmw.802.0.0.22380479, VMW_bootbank_lsi-msgpt3_17.00.13.00-2vmw.802.0.0.22380479, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-6vmw.802.0.0.22380.0.0.22380479, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.802.0.0.22380479, VMW_bootbank_ne1000_0.9.0-2vmw.802.0.0.22380479, VMW_bootbank_nenic_1.0.35.0-7vmw.802.0.0.22380479, VMW_bootbank_nfnicbank_nhpsa_70.0051.0.100-4vmw.802.0.0.22380479, VMW_bootbank_nipmi_1.0-1vmw.802.0.0.22380479, VMW_bootbank_nmlx5-cc-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-cc_4.23.0.66-2vmwe-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-core_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-rdma-esxio_4.23.0.66-2vmw.802.0.0.22380479, VMW_bootbank_nmlx5-rdma_4.23.0mlxbf-gige-esxio_2.2-1vmw.802.0.0.22380479, VMW_bootbank_nmlxbf-pmc-esxio_0.1-6vmw.802.0.0.22380479, VMW_bootbank_ntg3_4.1.13.0-4vmw.802.0.0.22380479, VMW_bootbank_nvme-pcie-esxio_1.2.4.11-1vie_1.2.4.11-1vmw.802.0.0.22380479, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.802.0.0.22380479, VMW_bootbank_nvmetcp-esxio_1.0.1.8-1vmw.802.0.0.22380479, VMW_bootbank_nvmetcp_1.0.1.8-1vmw.802.0.0.2230.0.23-5vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3-ens_2.0.0.23-5vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-9vmw.802.0.0.22380479, VMW_bootbank_nvmxnet3_2.0.0.31-9vmw.802.0.0-1vmw.802.0.0.22380479, VMW_bootbank_pengpio-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_pensandoatlas_1.46.0.E.28.1.314-2vmw.802.0.0.22939414, VMW_bootbank_penspi-esxio_0.1-1vmw.802.0.0.22w.802.0.0.22380479, VMW_bootbank_pvscsi_0.1-5vmw.802.0.0.22380479, VMW_bootbank_qcnic_1.0.15.0-22vmw.802.0.0.22380479, VMW_bootbank_qedentv_3.40.5.73-4vmw.802.0.0.22380479, VMW_bootbank_qedrnootbank_qfle3_1.0.67.0-33vmw.802.0.0.22380479, VMW_bootbank_qfle3f_1.0.51.0-33vmw.802.0.0.22380479, VMW_bootbank_qfle3i_1.0.15.0-20vmw.802.0.0.22380479, VMW_bootbank_qflge_1.1.0.11-2vmw.802.01-1vmw.802.0.0.22380479, VMW_bootbank_rdmahl_1.0.0-1vmw.802.0.0.22380479, VMW_bootbank_rste_2.0.2.0088-7vmw.802.0.0.22380479, VMW_bootbank_sfvmk_2.4.0.2010-15vmw.802.0.0.22380479, VMW_bootban380479, VMW_bootbank_spidev-esxio_0.1-1vmw.802.0.0.22380479, VMW_bootbank_vmkata_0.1-1vmw.802.0.0.22380479, VMW_bootbank_vmksdhci-esxio_1.0.3-3vmw.802.0.0.22380479, VMW_bootbank_vmksdhci_1.0.usb-esxio_0.1-18vmw.802.0.0.22380479, VMW_bootbank_vmkusb_0.1-18vmw.802.0.0.22380479, VMW_bootbank_vmw-ahci_2.0.17-1vmw.802.0.0.22380479, VMware_bootbank_bmcal-esxio_8.0.2-0.40.23825572, VMwaware_bootbank_clusterstore_8.0.2-0.40.23825572, VMware_bootbank_cpu-microcode_8.0.2-0.40.23825572, VMware_bootbank_crx_8.0.2-0.40.23825572, VMware_bootbank_drivervm-gpu-base_8.0.2-0.40.23825512.0.1200.0-6vmw.802.0.0.22380479, VMware_bootbank_esx-base_8.0.2-0.40.23825572, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.2-0.40.23825572, VMware_bootbank_esx-ui_2.14.0-21993070, VMw72, VMware_bootbank_esx-xserver_8.0.2-0.40.23825572, VMware_bootbank_esxio-base_8.0.2-0.40.23825572, VMware_bootbank_esxio-combiner-esxio_8.0.2-0.40.23825572, VMware_bootbank_esxio-combiner_8-dvfilter-generic-fastpath_8.0.2-0.40.23825572, VMware_bootbank_esxio-update_8.0.2-0.40.23825572, VMware_bootbank_esxio_8.0.2-0.40.23825572, VMware_bootbank_gc-esxio_8.0.2-0.40.23825572, VMwae_bootbank_infravisor_8.0.2-0.40.23825572, VMware_bootbank_loadesx_8.0.2-0.40.23825572, VMware_bootbank_loadesxio_8.0.2-0.40.23825572, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-4vmw.802.0.-nvme-vmd-plugin_2.7.2173-2vmw.802.0.0.22380479, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.2-1vmw.802.0.0.22380479, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.802.0.0.22380479, VM-2vmw.802.0.0.22380479, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.802.0.0.22380479, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-10vmw.802.0.0.22380479, VMware_bootbank_native-misc-_bootbank_native-misc-drivers_8.0.2-0.40.23825572, VMware_bootbank_qlnativefc_5.4.69.0-23vmw.802.0.0.22380479, VMware_bootbank_trx_8.0.2-0.40.23825572, VMware_bootbank_vdfs_8.0.2-0.40.2382557825572, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.52-1vmw.802.0.0.22380479, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.52-1vmw.802.0.0.22380479, VMware_bootbank_vmwarbank_vsan_8.0.2-0.40.23825572, VMware_bootbank_vsanhealth_8.0.2-0.40.23825572, VMware_locker_tools-light_12.3.5.22544099-23305545
VIBs Skipped:
Reboot Required: true
DPU Results:
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 8.0.2b (Build 24280767)
to: Version: 8.0.3c (Build 24414501)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers powerful and supported automation tools. Please
see https://developer.vmware.com for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0U3c-24414501-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
[MemoryError]
Please refer to the log file for more details.
[root@xd-1541-5028d:~] esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 0
[root@xd-1541-5028d:~] cp /usr/lib/vmware/esxcli-software /usr/lib/vmware/esxcli-software.bak
[root@xd-1541-5028d:~] sed -i 's/mem=300/mem=500/g' /usr/lib/vmware/esxcli-software.bak
[root@xd-1541-5028d:~] mv /usr/lib/vmware/esxcli-software.bak /usr/lib/vmware/esxcli-software -f
[root@xd-1541-5028d:~] esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 1
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0U3c-24414501-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
VIBs Installed: VMW_bootbank_mlnx-bfbootctl-esxio_0.1-7vmw.803.0.35.24280767, VMW_bootbank_nvmetcp-esxio_1.0.1.29-1vmw.803.0.35.24280767, VMW_bootbank_nvmetcp_1.0.1.29-1vmw.803.0.35.24280760767, VMW_bootbank_rshim_0.1-12vmw.803.0.35.24280767, VMware_bootbank_bmcal-esxio_8.0.3-0.55.24414501, VMware_bootbank_bmcal_8.0.3-0.55.24414501, VMware_bootbank_clusterstore_8.0.3-0.55.244145501, VMware_bootbank_crx_8.0.3-0.55.24414501, VMware_bootbank_drivervm-gpu-base_8.0.3-0.55.24414501, VMware_bootbank_esx-base_8.0.3-0.55.24414501, VMware_bootbank_esx-dvfilter-generic-fastpath.0.3-0.55.24414501, VMware_bootbank_esx-xserver_8.0.3-0.55.24414501, VMware_bootbank_esxio-base_8.0.3-0.55.24414501, VMware_bootbank_esxio-combiner-esxio_8.0.3-0.55.24414501, VMware_bootbank_e_esxio-dvfilter-generic-fastpath_8.0.3-0.55.24414501, VMware_bootbank_esxio-update_8.0.3-0.55.24414501, VMware_bootbank_esxio_8.0.3-0.55.24414501, VMware_bootbank_gc-esxio_8.0.3-0.55.24414501,otbank_infravisor_8.0.3-0.55.24414501, VMware_bootbank_loadesx_8.0.3-0.55.24414501, VMware_bootbank_loadesxio_8.0.3-0.55.24414501, VMware_bootbank_native-misc-drivers-esxio_8.0.3-0.55.244145014414501, VMware_bootbank_trx_8.0.3-0.55.24414501, VMware_bootbank_vcls-pod-crx_8.0.3-0.55.24414501, VMware_bootbank_vdfs_8.0.3-0.55.24414501, VMware_bootbank_vds-vsip_8.0.3-0.55.24414501, VMwaank_vsanhealth_8.0.3-0.55.24414501, VMware_locker_tools-light_12.4.5.23787635-24262298
VIBs Removed: VMW_bootbank_mlnx-bfbootctl-esxio_0.1-6vmw.803.0.0.24022510, VMW_bootbank_nvmetcp-esxio_1.0.1.28-1vmw.803.0.0.24022510, VMW_bootbank_nvmetcp_1.0.1.28-1vmw.803.0.0.24022510, VMre_bootbank_bmcal_8.0.3-0.0.24022510, VMware_bootbank_clusterstore_8.0.3-0.0.24022510, VMware_bootbank_cpu-microcode_8.0.3-0.0.24022510, VMware_bootbank_crx_8.0.3-0.0.24022510, VMware_bootbankbank_esx-base_8.0.3-0.0.24022510, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.3-0.0.24022510, VMware_bootbank_esx-update_8.0.3-0.0.24022510, VMware_bootbank_esx-xserver_8.0.3-0.0.2402251VMware_bootbank_esxio-combiner-esxio_8.0.3-0.0.24022510, VMware_bootbank_esxio-combiner_8.0.3-0.0.24022510, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.3-0.0.24022510, VMware_bootbank_sxio_8.0.3-0.0.24022510, VMware_bootbank_gc-esxio_8.0.3-0.0.24022510, VMware_bootbank_gc_8.0.3-0.0.24022510, VMware_bootbank_infravisor_8.0.3-0.0.24022510, VMware_bootbank_loadesx_8.0.3-0.0.2410, VMware_bootbank_native-misc-drivers-esxio_8.0.3-0.0.24022510, VMware_bootbank_native-misc-drivers_8.0.3-0.0.24022510, VMware_bootbank_trx_8.0.3-0.0.24022510, VMware_bootbank_vcls-pod-crx_824022510, VMware_bootbank_vds-vsip_8.0.3-0.0.24022510, VMware_bootbank_vsan_8.0.3-0.0.24022510, VMware_bootbank_vsanhealth_8.0.3-0.0.24022510, VMware_locker_tools-light_12.4.0.23259341-2402251
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-13vmw.803.0.0.24022510, VMW_bootbank_bcm-mpi3_8.8.1.0.0.0-1vmw.803.0.0.24022510, VMW_bootbank_bfedac-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbanootbank_bnxtroce_226.0.21.0-31vmw.803.0.0.24022510, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.803.0.0.24022510, VMW_bootbank_cndi-igc_1.2.10.0-1vmw.803.0.0.24022510, VMW_bootbank_dwi2c-esxio_0.1-.803.0.0.24022510, VMW_bootbank_elxiscsi_12.0.1200.0-11vmw.803.0.0.24022510, VMW_bootbank_elxnet_12.0.1250.0-8vmw.803.0.0.24022510, VMW_bootbank_i40en_1.11.4.6-1vmw.803.0.0.24022510, VMW_bootbootbank_icen_1.11.1.9-1vmw.803.0.0.24022510, VMW_bootbank_igbn_1.4.11.7-2vmw.803.0.0.24022510, VMW_bootbank_intelgpio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_ionic-cloud_20.0.0-48vmw.803.0.0.2803.0.0.24022510, VMW_bootbank_ionic-en_20.0.0-56vmw.803.0.0.24022510, VMW_bootbank_irdman_1.4.0.1-1vmw.803.0.0.24022510, VMW_bootbank_iser_1.1.0.2-1vmw.803.0.0.24022510, VMW_bootbank_ixgben_14.4.0.39-35vmw.803.0.0.24022510, VMW_bootbank_lpnic_11.4.62.0-1vmw.803.0.0.24022510, VMW_bootbank_lsi-mr3_7.728.02.00-1vmw.803.0.0.24022510, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.803.0.0.24803.0.0.24022510, VMW_bootbank_lsi-msgpt3_17.00.13.00-3vmw.803.0.0.24022510, VMW_bootbank_mnet-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.803.0.0.24022510, VMW_botbank_nenic_1.0.35.0-7vmw.803.0.0.24022510, VMW_bootbank_nfnic_5.0.0.42-1vmw.803.0.0.24022510, VMW_bootbank_nhpsa_70.0051.0.100-5vmw.803.0.0.24022510, VMW_bootbank_nipmi_1.0-1vmw.803.0.0.24022.0.0.24022510, VMW_bootbank_nmlx5-cc_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlx5-core-esxio_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlx5-core_4.23.6.2-7vmw.803.0.0.24022510, VMW_b22510, VMW_bootbank_nmlx5-rdma_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlxbf-gige-esxio_2.2-1vmw.803.0.0.24022510, VMW_bootbank_nmlxbf-pmc-esxio_0.1-6vmw.803.0.0.24022510, VMW_bootbank_nvme-pcie-esxio_1.2.4.15-1vmw.803.0.0.24022510, VMW_bootbank_nvme-pcie_1.2.4.15-1vmw.803.0.0.24022510, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.803.0.0.24022510, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0ns_2.0.0.23-6vmw.803.0.0.24022510, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-12vmw.803.0.0.24022510, VMW_bootbank_nvmxnet3_2.0.0.31-12vmw.803.0.0.24022510, VMW_bootbank_penedac-esxio_0.1-1vmw.803.003.0.0.24022510, VMW_bootbank_pensandoatlas_1.46.0.E.41.1.326-2vmw.803.0.0.0.23797590, VMW_bootbank_penspi-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_pvscsi-esxio_0.1-7vmw.803.0.0.24022510,W_bootbank_qcnic_1.0.15.0-23vmw.803.0.0.24022510, VMW_bootbank_qedentv_3.40.5.74-9vmw.803.0.0.24022510, VMW_bootbank_qedrntv_3.40.5.74-9vmw.803.0.0.24022510, VMW_bootbank_qfle3_1.0.67.0-36vmw.mw.803.0.0.24022510, VMW_bootbank_qfle3i_1.0.15.0-20vmw.803.0.0.24022510, VMW_bootbank_qflge_1.1.0.11-2vmw.803.0.0.24022510, VMW_bootbank_rd1173-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_rte_2.0.2.0088-7vmw.803.0.0.24022510, VMW_bootbank_sfvmk_2.4.0.2010-18vmw.803.0.0.24022510, VMW_bootbank_smartpqi_80.4700.0.5000-2vmw.803.0.0.24022510, VMW_bootbank_spidev-esxio_0.1-1vmw.803.0.4022510, VMW_bootbank_vmksdhci-esxio_1.0.3-3vmw.803.0.0.24022510, VMW_bootbank_vmksdhci_1.0.3-3vmw.803.0.0.24022510, VMW_bootbank_vmkusb-esxio_0.1-22vmw.803.0.0.24022510, VMW_bootbank_vmkusb_0.0.17-1vmw.803.0.0.24022510, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.803.0.0.24022510, VMware_bootbank_esx-ui_2.18.0-23593406, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-4vmw.8e-vmd-plugin_2.7.2173-2vmw.803.0.0.24022510, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.3-1vmw.803.0.0.24022510, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.803.0.0.24022510, VMware_24022510, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.803.0.0.24022510, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-11vmw.803.0.0.24022510, VMware_bootbank_qlnativefc_5.4.80.1-15vmw.8-nvme-plugin-esxio_1.2.0.56-1vmw.803.0.0.24022510, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.56-1vmw.803.0.0.24022510, VMware_bootbank_vmware-hbrsrv_8.0.3-0.0.24022510
Reboot Required: true
DPU Results:
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
Version: 8.0.3c (Build 24414501)
to: Version: 8.0.3d (Build 24585383)
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers powerful and supported automation tools. Please
see https://developer.vmware.com for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1541-5028d:~] esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 0
cp /usr/lib/vmware/esxcli-software /usr/lib/vmware/esxcli-software.bak
sed -i 's/mem=300/mem=500/g' /usr/lib/vmware/esxcli-software.bak
mv /usr/lib/vmware/esxcli-software.bak /usr/lib/vmware/esxcli-software -f
esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 1[root@xd-1541-5028d:~] cp /usr/lib/vmware/esxcli-software /usr/lib/vmware/esxcli-software.bak
[root@xd-1541-5028d:~] sed -i 's/mem=300/mem=500/g' /usr/lib/vmware/esxcli-software.bak
[root@xd-1541-5028d:~] mv /usr/lib/vmware/esxcli-software.bak /usr/lib/vmware/esxcli-software -f
[root@xd-1541-5028d:~] esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 1
[root@xd-1541-5028d:~] esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 0
[root@xd-1541-5028d:~] cp /usr/lib/vmware/esxcli-software /usr/lib/vmware/esxcli-software.bak
[root@xd-1541-5028d:~] sed -i 's/mem=300/mem=500/g' /usr/lib/vmware/esxcli-software.bak
[root@xd-1541-5028d:~] mv /usr/lib/vmware/esxcli-software.bak /usr/lib/vmware/esxcli-software -f
[root@xd-1541-5028d:~] esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 1
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e true -r httpClient
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-8.0U3d-24585383-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml --no-hardware-warning
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
VIBs Installed: VMware_bootbank_bmcal-esxio_8.0.3-0.60.24585383, VMware_bootbank_bmcal_8.0.3-0.60.24585383, VMware_bootbank_clusterstore_8.0.3-0.60.24585383, VMware_bootbank_cpu-microcode_8.0.3-0.60.24585383, VMware_bootbank_crx_8.0.3-0.60.24585383, VMware_bootbank_drivervm-gpu-base_8.0.3-0.60.24585383, VMware_bootbank_esx-base_8.0.3-0.60.24585383, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.3-0.60.24585383, VMware_bootbank_esx-update_8.0.3-0.60.24585383, VMware_bootbank_esx-xserver_8.0.3-0.60.24585383, VMware_bootbank_esxio-base_8.0.3-0.60.24585383, VMware_bootbank_esxio-combiner-esxio_8.0.3-0.60.24585383, VMware_bootbank_esxio-combiner_8.0.3-0.60.24585383, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.3-0.60.24585383, VMware_bootbank_esxio-update_8.0.3-0.60.24585383, VMware_bootbank_esxio_8.0.3-0.60.24585383, VMware_bootbank_gc-esxio_8.0.3-0.60.24585383, VMware_bootbank_gc_8.0.3-0.60.24585383, VMware_bootbank_infravisor_8.0.3-0.60.24585383, VMware_bootbank_loadesx_8.0.3-0.60.24585383, VMware_bootbank_loadesxio_8.0.3-0.60.24585383, VMware_bootbank_native-misc-drivers-esxio_8.0.3-0.60.24585383, VMware_bootbank_native-misc-drivers_8.0.3-0.60.24585383, VMware_bootbank_trx_8.0.3-0.60.24585383, VMware_bootbank_vcls-pod-crx_8.0.3-0.60.24585383, VMware_bootbank_vdfs_8.0.3-0.60.24585383, VMware_bootbank_vds-vsip_8.0.3-0.60.24585383, VMware_bootbank_vsan_8.0.3-0.60.24585383, VMware_bootbank_vsanhealth_8.0.3-0.60.24585383
VIBs Removed: VMware_bootbank_bmcal-esxio_8.0.3-0.55.24414501, VMware_bootbank_bmcal_8.0.3-0.55.24414501, VMware_bootbank_clusterstore_8.0.3-0.55.24414501, VMware_bootbank_cpu-microcode_8.0.3-0.55.24414501, VMware_bootbank_crx_8.0.3-0.55.24414501, VMware_bootbank_drivervm-gpu-base_8.0.3-0.55.24414501, VMware_bootbank_esx-base_8.0.3-0.55.24414501, VMware_bootbank_esx-dvfilter-generic-fastpath_8.0.3-0.55.24414501, VMware_bootbank_esx-update_8.0.3-0.55.24414501, VMware_bootbank_esx-xserver_8.0.3-0.55.24414501, VMware_bootbank_esxio-base_8.0.3-0.55.24414501, VMware_bootbank_esxio-combiner-esxio_8.0.3-0.55.24414501, VMware_bootbank_esxio-combiner_8.0.3-0.55.24414501, VMware_bootbank_esxio-dvfilter-generic-fastpath_8.0.3-0.55.24414501, VMware_bootbank_esxio-update_8.0.3-0.55.24414501, VMware_bootbank_esxio_8.0.3-0.55.24414501, VMware_bootbank_gc-esxio_8.0.3-0.55.24414501, VMware_bootbank_gc_8.0.3-0.55.24414501, VMware_bootbank_infravisor_8.0.3-0.55.24414501, VMware_bootbank_loadesx_8.0.3-0.55.24414501, VMware_bootbank_loadesxio_8.0.3-0.55.24414501, VMware_bootbank_native-misc-drivers-esxio_8.0.3-0.55.24414501, VMware_bootbank_native-misc-drivers_8.0.3-0.55.24414501, VMware_bootbank_trx_8.0.3-0.55.24414501, VMware_bootbank_vcls-pod-crx_8.0.3-0.55.24414501, VMware_bootbank_vdfs_8.0.3-0.55.24414501, VMware_bootbank_vds-vsip_8.0.3-0.55.24414501, VMware_bootbank_vsan_8.0.3-0.55.24414501, VMware_bootbank_vsanhealth_8.0.3-0.55.24414501
VIBs Skipped: VMW_bootbank_atlantic_1.0.3.0-13vmw.803.0.0.24022510, VMW_bootbank_bcm-mpi3_8.8.1.0.0.0-1vmw.803.0.0.24022510, VMW_bootbank_bfedac-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_bnxtnet_226.0.21.0-31vmw.803.0.0.24022510, VMW_bootbank_bnxtroce_226.0.21.0-31vmw.803.0.0.24022510, VMW_bootbank_brcmfcoe_12.0.1500.3-4vmw.803.0.0.24022510, VMW_bootbank_cndi-igc_1.2.10.0-1vmw.803.0.0.24022510, VMW_bootbank_dwi2c-esxio_0.1-7vmw.803.0.0.24022510, VMW_bootbank_dwi2c_0.1-7vmw.803.0.0.24022510, VMW_bootbank_elxiscsi_12.0.1200.0-11vmw.803.0.0.24022510, VMW_bootbank_elxnet_12.0.1250.0-8vmw.803.0.0.24022510, VMW_bootbank_i40en_1.11.4.6-1vmw.803.0.0.24022510, VMW_bootbank_iavmd_3.0.0.1010-11vmw.803.0.0.24022510, VMW_bootbank_icen_1.11.1.9-1vmw.803.0.0.24022510, VMW_bootbank_igbn_1.4.11.7-2vmw.803.0.0.24022510, VMW_bootbank_intelgpio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_ionic-cloud_20.0.0-48vmw.803.0.0.24022510, VMW_bootbank_ionic-en-esxio_20.0.0-56vmw.803.0.0.24022510, VMW_bootbank_ionic-en_20.0.0-56vmw.803.0.0.24022510, VMW_bootbank_irdman_1.4.0.1-1vmw.803.0.0.24022510, VMW_bootbank_iser_1.1.0.2-1vmw.803.0.0.24022510, VMW_bootbank_ixgben_1.7.1.44-1vmw.803.0.0.24022510, VMW_bootbank_lpfc_14.4.0.39-35vmw.803.0.0.24022510, VMW_bootbank_lpnic_11.4.62.0-1vmw.803.0.0.24022510, VMW_bootbank_lsi-mr3_7.728.02.00-1vmw.803.0.0.24022510, VMW_bootbank_lsi-msgpt2_20.00.06.00-4vmw.803.0.0.24022510, VMW_bootbank_lsi-msgpt35_29.00.00.00-1vmw.803.0.0.24022510, VMW_bootbank_lsi-msgpt3_17.00.13.00-3vmw.803.0.0.24022510, VMW_bootbank_mlnx-bfbootctl-esxio_0.1-7vmw.803.0.35.24280767, VMW_bootbank_mnet-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_mtip32xx-native_3.9.8-1vmw.803.0.0.24022510, VMW_bootbank_ne1000_0.9.2-1vmw.803.0.0.24022510, VMW_bootbank_nenic_1.0.35.0-7vmw.803.0.0.24022510, VMW_bootbank_nfnic_5.0.0.42-1vmw.803.0.0.24022510, VMW_bootbank_nhpsa_70.0051.0.100-5vmw.803.0.0.24022510, VMW_bootbank_nipmi_1.0-1vmw.803.0.0.24022510, VMW_bootbank_nmlx5-cc-esxio_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlx5-cc_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlx5-core-esxio_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlx5-core_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlx5-rdma-esxio_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlx5-rdma_4.23.6.2-7vmw.803.0.0.24022510, VMW_bootbank_nmlxbf-gige-esxio_2.2-1vmw.803.0.0.24022510, VMW_bootbank_nmlxbf-pmc-esxio_0.1-6vmw.803.0.0.24022510, VMW_bootbank_ntg3_4.1.14.0-4vmw.803.0.0.24022510, VMW_bootbank_nvme-pcie-esxio_1.2.4.15-1vmw.803.0.0.24022510, VMW_bootbank_nvme-pcie_1.2.4.15-1vmw.803.0.0.24022510, VMW_bootbank_nvmerdma_1.0.3.9-1vmw.803.0.0.24022510, VMW_bootbank_nvmetcp-esxio_1.0.1.29-1vmw.803.0.35.24280767, VMW_bootbank_nvmetcp_1.0.1.29-1vmw.803.0.35.24280767, VMW_bootbank_nvmxnet3-ens-esxio_2.0.0.23-6vmw.803.0.0.24022510, VMW_bootbank_nvmxnet3-ens_2.0.0.23-6vmw.803.0.0.24022510, VMW_bootbank_nvmxnet3-esxio_2.0.0.31-12vmw.803.0.0.24022510, VMW_bootbank_nvmxnet3_2.0.0.31-12vmw.803.0.0.24022510, VMW_bootbank_penedac-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_pengpio-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_pensandoatlas_1.46.0.E.41.1.326-2vmw.803.0.0.0.23797590, VMW_bootbank_penspi-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_pvscsi-esxio_0.1-7vmw.803.0.0.24022510, VMW_bootbank_pvscsi_0.1-7vmw.803.0.0.24022510, VMW_bootbank_qcnic_1.0.15.0-23vmw.803.0.0.24022510, VMW_bootbank_qedentv_3.40.5.74-9vmw.803.0.0.24022510, VMW_bootbank_qedrntv_3.40.5.74-9vmw.803.0.0.24022510, VMW_bootbank_qfle3_1.0.67.0-36vmw.803.0.0.24022510, VMW_bootbank_qfle3f_1.0.51.0-34vmw.803.0.0.24022510, VMW_bootbank_qfle3i_1.0.15.0-20vmw.803.0.0.24022510, VMW_bootbank_qflge_1.1.0.11-2vmw.803.0.0.24022510, VMW_bootbank_rd1173-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_rdmahl_1.0.0-1vmw.803.0.0.24022510, VMW_bootbank_rshim-net_0.1.0-1vmw.803.0.35.24280767, VMW_bootbank_rshim_0.1-12vmw.803.0.35.24280767, VMW_bootbank_rste_2.0.2.0088-7vmw.803.0.0.24022510, VMW_bootbank_sfvmk_2.4.0.2010-18vmw.803.0.0.24022510, VMW_bootbank_smartpqi_80.4700.0.5000-2vmw.803.0.0.24022510, VMW_bootbank_spidev-esxio_0.1-1vmw.803.0.0.24022510, VMW_bootbank_vmkata_0.1-1vmw.803.0.0.24022510, VMW_bootbank_vmksdhci-esxio_1.0.3-3vmw.803.0.0.24022510, VMW_bootbank_vmksdhci_1.0.3-3vmw.803.0.0.24022510, VMW_bootbank_vmkusb-esxio_0.1-22vmw.803.0.0.24022510, VMW_bootbank_vmkusb_0.1-22vmw.803.0.0.24022510, VMW_bootbank_vmw-ahci_2.0.17-1vmw.803.0.0.24022510, VMware_bootbank_elx-esx-libelxima.so_12.0.1200.0-6vmw.803.0.0.24022510, VMware_bootbank_esx-ui_2.18.0-23593406, VMware_bootbank_lsuv2-hpv2-hpsa-plugin_1.0.0-4vmw.803.0.0.24022510, VMware_bootbank_lsuv2-intelv2-nvme-vmd-plugin_2.7.2173-2vmw.803.0.0.24022510, VMware_bootbank_lsuv2-lsiv2-drivers-plugin_1.0.3-1vmw.803.0.0.24022510, VMware_bootbank_lsuv2-nvme-pcie-plugin_1.0.0-1vmw.803.0.0.24022510, VMware_bootbank_lsuv2-oem-dell-plugin_1.1.0-2vmw.803.0.0.24022510, VMware_bootbank_lsuv2-oem-lenovo-plugin_1.0.0-2vmw.803.0.0.24022510, VMware_bootbank_lsuv2-smartpqiv2-plugin_1.0.0-11vmw.803.0.0.24022510, VMware_bootbank_qlnativefc_5.4.80.1-15vmw.803.0.0.24022510, VMware_bootbank_vmware-esx-esxcli-nvme-plugin-esxio_1.2.0.56-1vmw.803.0.0.24022510, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.56-1vmw.803.0.0.24022510, VMware_bootbank_vmware-hbrsrv_8.0.3-0.0.24022510, VMware_locker_tools-light_12.4.5.23787635-24262298
Reboot Required: true
DPU Results:
[root@xd-1541-5028d:~] esxcli network firewall ruleset set -e false -r httpClient
[root@xd-1541-5028d:~] reboot
so on an existing installation is not possible to update it? i couldnt even figure out how to create the tokens lol i dont have that option i think on the dashboard...
It is quite frustrating. While I managed to get the free ESXi 8U3e hypervisor installed (new install only) with a license that doesn’t expire, you still need a token to even patch it the easy way:
https://tinkertry.com/easy-update-to-latest-esxi
See also this podcast episode, with many hoops to jump through for licensing vSphere 9:
https://overcast.fm/+AAAI_l6SBP8
i m trying to find the way to generate the tokens etc but i m confused with broadcom....i think its about the time to start migrating to different platform....
Chris
I sourced the update zip from a third-party website and ran the following commands. The update seem to have gone fine. I suggest verifying the checksum of the file if you go down that route, as an extra precaution.
> esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 0
> cp /usr/lib/vmware/esxcli-software /usr/lib/vmware/esxcli-software.bak
> sed -i 's/mem=300/mem=500/g' /usr/lib/vmware/esxcli-software.bak
> mv /usr/lib/vmware/esxcli-software.bak /usr/lib/vmware/esxcli-software -f
> esxcli system settings advanced set -o /VisorFS/VisorFSPristineTardisk -i 1
> esxcli network firewall ruleset set -e true -r httpClient
> esxcli software sources profile list -d /vmfs/volumes/<path to the file>/VMware-ESXi-8.0U3e-24674464-depot.zip
> esxcli software profile update -d /vmfs/volumes/<path to the file>/VMware-ESXi-8.0U3e-24674464-depot.zip --profile=ESXi-8.0U3e-24674464-standard --no-hardware-warning
> esxcli network firewall ruleset set -e false -r httpClient
Yes. It can be downloaded from the Broadcom site. It is under Free Downloads and comes with a Free license integrated in the ISO. https://support.broadcom.com/group/ecx/free-downloads
I admit I haven't looked into that, but I appreciate you dropping that idea my way here on TinkerTry! I'm doing much of the same soul searching and tech solution searching that many others are likely doing now too, and I haven't come up with a definitive plan just yet.
I haven't checked yet, but is the full latest patched ISO even available to a home lab enthusiast?
Thank you for this article- it has been epic. I've been following for seven years now. I am not happy there is no longer a way to update without a license or physical access to the machine. The process for performing these updates was never easy, but now it is literally impossible. I am not happy that I will need to find another platform but am more than happy to pay any vendor that can provide this type of software. Broadcom's website doesn't even give me an option to buy a license.
All set, article and my ESXi updated to 8.0 Update 3c
https://TinkerTry.com/easy-update-to-latest-esxi#esxi-80-update-3c--2024-12-12--24414501
Good luck, and let us know how your update goes!
I love this, @disqus_5hf2k6wIRT:disqus, I cannot thank you enough for reminding my readers about these important things they really should be keeping top of mind with every single upgrade! Look what happened with CrowdStrike ;)
Another great update - all 3 of my hosts along with my vcenter appliance upgraded immediately with no sweat!
to all who are reading the comments before following any of the procedures above:
- all the info is related to most situations; I learned quite a bit even though some of it didn't pertain to my environment directly
- the author did not 'go overboard' with requiring backups.. when in doubt, back her up!
- emphasizing my points above:Warning!All operating system/hypervisor upgrades come with risks, including the slight possibility of losing your network connections and access to your VMs.Proceed only AFTER you:Read the entire article below which includes crucial usage instructions, risk reduction, and troubleshooting.AND update your VCSA [there's even a walk-thru video].ANDback up your hypervisor [there's even a walk-thru video].thanks again
Thank you for writing in. I historically have teded to wait for the official table, now moved to broadcom.com here:
https://knowledge.broadcom.com/external/article?legacyId=2143832
to list anything after the 8.0 Update 2b that I've already included.
Do you feel a lot of folks have patched since then? Have you done so manually or by other means, and has it gone well for you?
Well that is awesome feedback that is very helpful to others who find this article. Thank you so much! Your help is especially important given my updates can't easily be found by Google Search yet, due to a frustrating indexing glitch I've been encountering for days only for this (popular) article.
https://uploads.disquscdn.com/images/a7b2fd2ab204984bf2d8107303a89474607d10ed6b53745085a01d65fc63d648.png
yeah weird just so 'basic' bug. in general works fine and i like the interface. just this bug so far and the compatibility with the latest intels that is not basically their fault since its being made on specific hardware (and it's a workaround on that).
i hope at least they patch the issue with the virtual disks because its major for me...otherwise i will load on an other drive v7 until they fix it...
yeah this why a lot of people they started using other operating systems but me i got used on that these years...
It's so disappointing that this sort of bug still exists after the patch, perhaps they were rushed to get this patch out and didn't have time to incorporate fixes. In general, I fear that so many VMware fans that don't have support (vExpert, VMUG Advantage, Trial) don't have an easy way to report such bugs, it's such an opportunity lost.
still the same even on the latest patch. i found only a workaround that is a bit stupid but its the only way.
you create a new virtual disk and after you change the path that points to the virtual disk that you want. for that you have to un register the vm make the change and register again...
Hi Paul,
How to add "allowLegacyCPU=true" to this script because I cannot upgrade using this?
(Works with SHIFT-O if upgrading from USB stick), but not the way I like to do upgrade.
i found one more i guess its a bug on v8.
it doesnt allow you to add an existing virtual drive.
the only workaround is to edit manually the vmx file and re-register the vm.
i hope on the new version they are going to fix the issues otherwise i ll go back to v7.
Disqus does allow screenshot uploads, if you'd like to share what you're seeing.
Do you have any sort of access to VMware support?
(supported hardware at tested BIOS level, plus a VMware license)
@tinkererguy:disqus license generation for ESXi 8.0 is now working on the VMware website. Not sure if you're still in evaluation mode or if you purchased a license. I just grabbed my free license and installed it without a problem.
Success, thank you so much! I've added your comment to the article. https://uploads.disquscdn.com/images/f9dab453c4aacff85e2c9fffb2c1600481dd05ee1bb966b1152109847147d9d1.jpg
Joe, I can't thank you enough for reminding me of that firewall issue! It's in the above article at this spot:
https://TinkerTry.com/easy-update-to-latest-esxi#step-by-step-instructions
but it wasn't needed for many many months lately. Trying again now, with this set of three ESXCLI commands:
I'm actually recording a video of my (hopefully) successful upgrade attempt now...
Joe
@@tinkererguy:disqus I was able to get around the error you're seeing when upgrading from ESXi 7.0U3 host to 8.0 by adding a firewall command within the CLI. I can find the command tomorrow if you're still stuck.
Sorry Greyson, I have not tried that myself, so I'm not sure of an answer to your good question. Googling for a bit, I'm not finding anything to indicate it is possible, but if you do find a way, I'd encourage you to post that here, vmware forums, or on a blog, as I doubt you're the only person wondering whether such a thing is possible.
I just wanted to say that I love this specific page. I always try to find it when I feel the need to upgrade my one esxi server. It's so handy and eliminates so many potential typos from me.
I can't believe vmware still hasn't fixed ESXi 7.0 U3. Been running this for months with thin provisioned SSDs and PSODs 2-3 times a week on a few different hosts. Surely a real fix has to be right around the corner??
i m getting this on the last update. i guess it is the host?
[NoMatchError]
No image profile found with name 'ESXi-7.0U3b-18905247-standard'
id = ESXi-7.0U3b-18905247-standard
Please refer to the log file for more details.
i just saw that they removed these versions. i guess i wait on the next upgrade..
Strangely, there are many of my articles that I wish would become obsolete! VMware hasn't fixed VCSA backups to SMB yet either:
https://twitter.com/paulbraren/status/1461703615215714317?s=20
With the withdrawal of 7.0.3, where VMWare listed this VIB problem as one of the reasons for withdrawing, my remarks risk becoming outdated when 7.0.4 (or whatever version they will use) comes out.
Thanks for that, I'll give it a shot as soon as possible. Today I noticed there was the 7U3a available and I tried on one of my hosts (through vCenter), failed of course.
Then I removed the i40enu "as usual" (was the fix for previous problems), failed again. Then I tried a dedicated baseline with the two 3a updates, failled too.
And since I've launched the manual command on the host, 3 hours and still not finished. In the logs, I see plenty of those for many different VIBs:
Oh Hans, I'm so glad you dropped this comment here. To be absolutely sure folks find this info in perpetuity, I've gone ahead and pasted it into the article above at this spot
https://tinkertry.com/easy-update-to-latest-esxi#oct-31-2021-update
which also ensures Google indexed it when I just requested a re-index. While I didn't run into this vLCM issue as I only tested ESXCLI so far, I have a 2nd host with a Xeon D-1541 that I can try it on when I have a chance, but unfortunately, it doesn't have a 10G nic.
Having been used to doing my upgrades via the lifecycle manager (the update tab) in the vsphere client (vcenter), I found that the upgrade from 7.0 U3 build 18644231 to 7.0 U3a build 18825058 was rather rocky. I post this because I think the problems I encountered also apply to those only doing cmdline updates.
What I think being at the root of this: the sensitivity of the lifecycle manager to anything out of the normal, and the renaming from i40en (in 7.0.2 17630552) to i40enu and back (in build 7.0.3 18644231).
In my case, the update to the latest software via the predefined baselines failed.
Lifecycle manager will not tell you anything useful, and esxi's /var/run/log/esxupdate.log is of not much help either. In that file, you might see "ValueError: Expected 1 component, found 2", without the explanation of what VIBs are causing that. So here is what I had to do:
cmdline update to the last:
# esxcli software profile update -p ESXi-7.0U3a-18825058-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
That also failed, with the "ValueError: Expected 1 component, found 2" message.
via
# esxcli software vib list
I saw an rather old i40en and a new i40enu.
So I did:
# esxcli software vib remove --vibname=i40en
reboot
then update to the before-last software:
# esxcli software profile update -p ESXi-7.0U3-18644231-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
That went OK.
reboot
# esxcli software profile update -p ESXi-7.0U3a-18825058-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
But that failed again, with the same error.
This time I did:
# esxcli software vib remove --vibname=i40enu
reboot
# esxcli software profile update -p ESXi-7.0U3a-18825058-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
Now that was OK.
Consequently, I had to go through some iterations of lifecycle manager updates and cmdline re-updates, because these two did not seem to agree with each other.
At one point, lifecycle manager crashed again, when doing an update that contained only vmd VIB updates.
So I did:
# esxcli software vib remove --vibname=intel-nvme-vmd
because I saw conflicting VIBs again.
In the end, either Lifecyle manager is happy, either cmdline updates are happy.
Lifecycle manager insists on adding both the i40en and the i40enu VIBs, and subsequent cmdline (re-)updates then fail.
When you remove the offending VIB, then cmdline is OK, but Lifecyle manager freaks out.
So I guess I'll stay with cmdline updates until this is solved.
Probably until this log message is no longer generated:
Limiting the blanket i40en replace relation in VIB VMW_bootbank_i40enu_1.8.1.136-1vmw.702.0.0.17867351
VMWare just posted an interesting article titled "ESXi 7 Boot Media Considerations and VMware Technical Guidance" which you can find here. Has anyone considered the implications and/or thought about how to guide the user community on choosing a boot device? Traditionally we've all been using USB for our O/S, but it looks like that support will be limited and/or removed in the future. Interested to hear your thoughts. Thanks!
Thank's for the hint!
I've tried it right now...with no luck, this is exactly what I get:
The transaction is not supported: VIB VMW_bootbank_bnxtnet_216.0.50.0-34vmw.702.0.20.18426014 cannot be live installed. VIB VMW_bootbank_vmkusb_0.1-4vmw.702.0.20.18426014 cannot be live installed. VIB VMware_bootbank_gc_7.0.2-0.25.18538813 cannot be live installed. VIB VMware_bootbank_esx-update_7.0.2-0.25.18538813 cannot be live installed. VIB VMware_bootbank_native-misc-drivers_7.0.2-0.25.18538813 cannot be live installed. VIB VMW_bootbank_qedentv_3.40.5.53-20vmw.702.0.20.18426014 cannot be live installed. VIB VMW_bootbank_bnxtroce_216.0.58.0-20vmw.702.0.20.18426014 cannot be live installed. VIB VMware_bootbank_vsan_7.0.2-0.25.18538813 cannot be live installed. VIB VMW_bootbank_i40enu_1.8.1.137-1vmw.702.0.20.18426014 cannot be live installed. VIB VMW_bootbank_lpfc_12.8.298.3-2vmw.702.0.20.18426014 cannot be live installed. VIB VMW_bootbank_qedrntv_3.40.5.53-17vmw.702.0.20.18426014 cannot be live installed. VIB VMware_bootbank_esx-base_7.0.2-0.25.18538813 cannot be live installed. VIB VMware_bootbank_cpu-microcode_7.0.2-0.25.18538813 cannot be live installed. VIB VMW_bootbank_qedentv_3.40.5.53-20vmw.7 02.0.0.17867351 cannot be removed live. VIB VMware_bootbank_vsan_7.0.2-0.0.17867351 cannot be removed live. VIB VMware_bootbank_esx-base_7.0.2-0.0.17867351 cannot be removed live. VIB VMware_bootbank_native-misc-drivers_7.0.20.0.17867351 cannot be removed live. VIB VMware_bootbank_esx-update_7.0.2-0.0.17867351 cannot be removed live. VIB VMW_bootbank_vmkusb_0.11vmw.702.0.0.17867351 cannot be removed live. VIB VMW_bootbank_i40enu_1.8.1.1361vmw.702.0.0.17867351 cannot be removed live. VIB VMW_bootbank_lpfc_12.8.298.31vmw.702.0.0.17867351 cannot be removed live. VIB VMware_bootbank_cpu-microcode_7.0.2-.0.17867351 cannot be removedlive. VIB VMW_bootbank_qedrntv_3.40.5.5316vmw.702.0.0.17867351 cannot be removed live. VIB VMware_bootbank_gc_7.0.2-0.0.17867351 cannot be removed live. VIB VMW_bootbank_bnxtroce_216.0.58.019vmw.702.0.0.17867351 cannot be removed live. VIB VMW_bootbank_bnxtnet_216.0.50.034vmw.702.0.0.17867351 cannot be removed live. VIB VMware_bootbank_esx-dvfilter-generic-fastpath_7.0.2-0.0.17867351 cannot be removed live.
Perhaps the new 7.0 Update 2d will work for you?
https://TinkerTry.com/easy-update-to-latest-esxi#esxi-70-update-2d----esxi-70-update-2d--2021-09-14--18538813
(I know, it's a long-shot)
Seems I had a similar error back when testing 6.7 to 7.0, but I haven't had it in years. I'm sorry, my lack of experience with this error leaves me unable to help in a meaningful way.
Do you have other (non-ESXCLI) methods of updating, such as via vLCM?
https://youtu.be/2vjdifnJUhI
I'm trying to update from ESXi-7.0U2a-17867351 to ESXi-7.0U2c-18426014, I've put into maintenance mode, rebooted the host but I keep getting Stateless error vib cannot be removed live. Any suggestions?
Sorry, I have not run into that issue myself, so I'm unable to offer useful first-hand advice on this question. I try to stick with current, supported hardware, even in my home lab.
Paul, you wouldnt happen to know why after i upgraded from an old ESXI 6.5 build to the latest 6.5 build, i would be getting an unknown-no profile build error? I tried doing some research and it says that i need to install a profile from a different ESXI into it, but alas this was my only instance of ESXI, and im only running one VM on it. I cannot even look at my VM anymore? I do have a backup of the ISO fortunately, but i'd be going back to a very unpatched version of 6.5
yeah actually after a while it failed.
so i got an error that wasnt connecting on the link so i disabled the firewall of the router i guess it was blocking it. after this i got a warning of my cpu so i added the warning flag to ignore it and finally it worked.
If your internet or the VMware download server is slow, that could cause a long pause during the download of ESXi. Unfortunately ESXCLI doesn’t show the download progress. Any chance you tried again and waited a while and it worked?
i m trying to update from
ESXi-7.0U1d-17551050
to the latest but after i run the command it hangs there...
any idea?
i figured out updated to the latest build
thanks
Yes, you are correct Slennox, thank you for being the first person to tip me off to this issue. See also:
https://twitter.com/paulbraren/status/1370740291578294276?s=20
Hmm, not home at the moment, I do wonder why this error, I used my own article above to copy and paste the ESXCLI command above.
I’ll hopefully be able to try on another host later tonight.
Slennox
Hi,
Anybody else having issues?
[NoMatchError]
No image profile found with name 'ESXi-7.0.2-17630552-standard'
id = ESXi-7.0.2-17630552-standard
Please refer to the log file for more details.
I was nervous about 7.0 so I went to 6.7U3. However, the one gotcha is that I need to figure out how to see one of my NVME drives. Suddenly not visible.
I don't believe cloning from one media type will work so well, there's actually a similar thread I just came across last week in the VMUG forums actually:
https://community.vmug.com/communities/community-home/digestviewer/viewthread?MessageKey=36524e1d-2e87-4bf8-b093-d631ccfb7907&CommunityKey=5d966ad2-2bc7-4f01-8bf5-f20dbb092db9&tab=digestviewer#bm7b0e24a2-a8a6-41af-89d4-b2939cfaf49c
Thank you so much for sharing this tip here, I hadn't actually thought of that slick work-around, it's info that's sure to help others too! By the way, great work for a network guy!
I just used this page to upgrade my server, I get all nervous using cli, the backups, etc....but went off without a hitch. I had a little bug "not enough space" so I found that there was a way to run the upgrade without tools and then install the vib later...didn't even know what a vib was. I'm a network guy.
I know this is old, but its still relevant. I have a server that doesn't boot (after install) from USB...can this method work as backup, such that I can then move the backup back to ssd to boot?
Thank you for bringing this to my attention, I fell about 2 months behind on the 6.7 releases, but now I've now brought that section up to date too, hope it still helps you and others!
Hi. Thank you for sharing your instructions and experience!
This is very valuable for me because I'm trying to use ESXi for the first time for a home project without a deep knowledge of GNU/Linux and Hypervisors.
I would like to share my assumption of a root cause with a "Failed to update bootloader: [Errno 28] No space left on device".
This doesn't seem to be caused by a swap: for the last night I've made a couple of fresh reinstalls of ESXi and the last time I've done it I've switched on the swap datastore in a beforehand manner.
However, an error message have appeared in spite of swap being switched on.
The second instant run of the same command have completed an update successfully, however I've never seen a list of object updated due to the error message seems to interrupt the normal process and the list of updated objects never appears. Second run shows a lot of skipped objects only.
I was thinking that my particular (first) initial installation of ESXi was failed because UEFI boot mode wasn't available for the drive. First update to the 7.0U1a have updated an image profile name but not the bootable components.
I've started to dig the problem of a lack of a UEFI boot and have found the topic:
https://communities.vmware.com/t5/ESXi-Discussions/Cannot-boot-from-ESXi-7-0/td-p/1855756
I was able to fix my EFI partition by reformatting a FAT 16 boot partition.
Every bootable components have updated after this, so now I see 7.0.1 everywhere.
But anyway, I have to mention once again - that error message appears during the first update in spite of a swap switched on.
I believe an ESXi installer have a corrupted partition layout not limited to a UEFI boot partition.
Anyone else just getting "Got no data from process" errors? I'm trying to update an ESXi 6.7u1 host to the latest 6.7 but every command just returns that error, even the esxcli software sources profile list command. Rebooting hasn't made a difference. Anyone reckon there's something up with vmw-depot-index.xml?
NSLookup returns the following result:
Name: hostupdate.vmware.com
Address 1: 2a02:26f0:2b00:4ab::2ef g2a02-26f0-2b00-04ab-0000-0000-0000-02ef.deploy.static.akamaitechnologies.com
Address 2: 2a02:26f0:2b00:492::2ef g2a02-26f0-2b00-0492-0000-0000-0000-02ef.deploy.static.akamaitechnologies.com
Address 3: 23.44.196.35 a23-44-196-35.deploy.static.akamaitechnologies.com
Unfortunately, I will not be able to upgrade to 7, yet. I am running a AVAGO 9265-8i raid card. Paul did a writeup of this card many years ago. I have only had this card for a couple of years. It was a short run but the card now is unsupported. It was a great budget buy for such a great performing card. It seems also there is a major shift to 12Gb SAS and SATA seems to be on the back burner. I have looked at the HCL and cannot find an alternate card with same features. Is anyone else out there using a compatible Sata/Sas card on 7?
Perhaps just instal 6.7 and reconfigure, unless you used Lifecycle Manager which seems to offer a way to revert (that I haven’t tested). Any chance you have a backup image? If you don’t, at least next time this method could be handy: https://TinkerTry.com/clone-esxi-with-usb-image-tool
While I have not tested this, and I wouldn't recommend it for a production system, the techniques demonstrated here
https://www.virten.net/2020/04/homelab-will-esxi-7-0-run-on-intel-nuc/
should help you with trying to inject the right VIBs into the ISO, or you can add the VIBs later by following along with the Broadcom VIB install instructions using ESXCLI, similar to what I demonstrated here: https://TinkerTry.com/how-to-install-intel-x552-vib-on-esxi-6-on-superserver-5028d-tn4t
Looks like the VMWare 7.0 DellEMC Custom ISO doesn't have the drivers for the Broadcom Network Adapters for the Dell VRTX modules.. Looking into how I can patch them in. Any tips?
login as: root
Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
WARNING:
All commands run on the ESXi shell are logged and may be included in
support bundles. Do not provide passwords directly on the command line.
Most tools can prompt for secrets or accept them from standard input.
VMware offers supported, powerful system administration tools. Please
see www.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xd-1567-5028d:~] nslookup hostupdate.vmware.com
Server: 10.10.1.1
Address: 10.10.1.1:53
Non-authoritative answer:
hostupdate.vmware.com canonical name = esd751.vmware.com.ds.edgekey.net
esd751.vmware.com.ds.edgekey.net canonical name = e751.dscd.akamaiedge.net
Name: e751.dscd.akamaiedge.net
Address: 2600:141b:b000:182::2ef
Name: e751.dscd.akamaiedge.net
Address: 2600:141b:b000:1a6::2ef
Non-authoritative answer:
hostupdate.vmware.com canonical name = esd751.vmware.com.ds.edgekey.net
esd751.vmware.com.ds.edgekey.net canonical name = e751.dscd.akamaiedge.net
Name: e751.dscd.akamaiedge.net
Address: 23.43.252.71
So sorry for the delayed reply. If you ssh to the ESXi host, can you do the following command:
nslookup hostupdate.vmware.com
do you get something like the response I've posted as a picture here? https://uploads.disquscdn.com/images/3ca7e5245ae9d4f39f5434ba436095e2ae4e004e1304dbc03f6ceb61a5c05f41.png
Excellent, thank you for the heads-up, I really appreciate it, and so will all my readers!
My article above has now been updated, right at this spot:
https://TinkerTry.com/easy-update-to-latest-esxi#esxi-67-p01--esxi670-201912001---12-05-2019--15160138----n-a
Mike Teplitsky
There was a patch released on April 7, 2020 that takes 6.7 to Build 15820472
I am pleased to advise that installing esxi on usb drive is the safest way to preserve your vm's as I had a quick email conversation with Andrew Hancock who advised a full reinstall (not an upgrade) and it went perfectly and all my vm's just had to be reregistered.
FYI I have another esxi server and did a downgrade from v7 to v6.7 and that worked but the vm's did not work but all I had to do was amend the vmx files for each vm to reflect the lower hardware version for 17 to 15 and then they are registered and worked perfectly.
Paul, thanks for the reply and I am pleased to advise that putting ESXi on a USB is the safest way to preserve your vm's as I did a full reinstall of v7 (as each time i rebooted I had to start the hostd), not an upgrade, over the existing and it worked perfectly and I just had to reregister my vm's and they have all worked.
Also I have another esxi server which I downgraded from v7 to v6.7 and the vm's did not show up but I just had to amend the vmx hardware version from 17 to 15 and then reregister and they all showed up and worked perfectly.
The only thing I could get to work was the esxi iso booting on my Supermicro Super Server even after following your instruction to the letter.
Sadly, this isn't the first time I've heard about "503 Service Unavailable" errors, I had one myself some years ago, and never really learned why: https://TinkerTry.com/easy-upgrade-to-vcsa-65 What a tremendous relief to see you got it back again, but wow, why did it happen in the first place? Anyhow, next time, before upgrading, one way to get complete peace of mind even if you have no support entitlement (other than per-incident at $300) is to image the USB drive before you begin, as described and demonstrated on video here:
https://TinkerTry.com/clone-esxi-with-usb-image-tool
While vSphere Lifecycle Manager (new name for Update Manager) is preferred for labs with vSphere (tested, works great on 7.0 https://TinkerTry.com/how-to-upgrade-from-vsphere-6-7-to-7#video), and it does seem to have a back-out procedure (that I have not yet tested), I'm not aware that ESXCLI has any such rollback So again, phew! And what an honor to have you here, thank you so much for the comment!
Here's a Lifecycle Manager method for ESXi host upgrades:
https://youtu.be/2vjdifnJUhI
I've followed your one-line updates for a couple of years, but I ran into this error after trying to go from 6.7 U2 to anything...
Got no data from process: LANG=en_US.UTF-8 /usr/lib/vmware/esxcli-software profile.update -d "https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml" -p "ESXi-6.7.0-20190404001-standard"
This was after issuing the firewall allow outbound http requests command. The host is in maintenance mode.
I have followed your site for many years and have an esxi home lab on a supermicro server which I just upgraded from 6.7 U2 to 7 and it appears to be booting fine but but when I try to access from a pc I get the following error:
503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x0000008816b0ad80] _serverNamespace = / action = Allow _port = 8309)
In the past this normally goes away and I can log in but I have searched the internet for an answer and can't find one that works.
I tried amending the endpoint file.
The esxi is on a usb drive so can I downgrade back? Or do you have any idea what I can do next?
My usb backup is stored on my vm server whcih I obviously can't access-yes very stupid!
UPDATE: After much googling I discovered that the hostd service wasn't running so managed to start it via ssh and everything just worked after that, phew!
What is the error? What kind of system? Help is best effort here, if the hardware is unsupported it may not work out, which is why I tend to focus effort on known-good solutions.
I have been trying to upgrade either of my two boxes from 6.7 to anything else, I keep getting an error message, is there someplace I can turn to sort it out
Ah interesting, glad my hunch might have been right, sad you're not squared yet. If you remember, please let us know how it goes after DNS is squared. Thank you for visiting TinkerTry, and even better, for taking the time to comment, only one in ~2,000 visitors do!
Kind of a long-shot, hunch:
Perhaps a DNS issue, where your ESXi host cannot resolve the name?
One way to check would be to ssh to your ESXi host, then do an nslookup like this:
nslookup hostupdate.vmware.com
and see what you get? I've attached a picture of a working dns lookup in my lab. https://uploads.disquscdn.com/images/a6e574cd997390c91e804481c149e6f09b298b2ab1205d6f3379d5d8f5e599ba.jpg
I'm currently running 6.5U3, and it seems 6.5 and 6.7 both have the same date set for EOL. Should I bother upgrading to 6.7 on my homelab or doesn't it make any difference if I just keep running on the 6.5 branch?
i did a reboot already with no luck. also this i did it at the past that i had the same issue and it worked but now it didnt. i checked also the swap i have it enabled. what else it can be?
You are correct! I have also updated the article, here's your command:
https://TinkerTry.com/easy-update-to-latest-esxi#esxi-65-update-3-esxi-65-update-3---07-02-2019--13932383
Thank you!
I’m so sorry for what must have been very frustrating, and I appreciate your persistence and help. Perhaps go with emailing it to me https://TinkerTry.com/contact#email which will also send you a copy of your work. Eager to see alternatives, since this issue doesn’t seem to have one universal fix for everybody, at least not yet.
I did see your suggested fix and tried it
https://TinkerTry.com/easy-update-to-latest-esxi#apr-14-2019-update
it just didn’t happen to work for me, perhaps I did something wrong (reboot etc), I’d really need to recreate and retry. Thank you again for your feedback, still somewhat surprised this whole issue popped up after all these years.
I think there is an automated anti-spam bot as the instructions I wrote were immediately deleted. They were written for this thread too. I will do another rough re-edit from my notes which I will post but not sure what will happen. Worst case, I'll email them to Paul separately and ask that he post
So I thought I would weigh in on the "No space on device". I have two VM hosts, a newer i7 and an older i7 (2600). The older one would not update to 20190504001. I received the infamous "No space left on device", with NOTHING in the logs. The typical fixes (updating locker, swap, checking inodes) didn't work. I finally just downloaded the file and ran it locally. It updated, but I received this message. I'm going to guess the failure happening to some others could be related to this. It would be nice if VMWare would include this message when doing a web update vs "No space left on device. [root@ESXi-2:~] esxcli software profile update -p ESXi-6.7.0-20190504001-standard -d /vmfs/volumes/85393b81-0e64f6a4/ESXi670-201905001.zip
[HardwareError]
Hardware precheck of profile ESXi-6.7.0-20190504001-standard failed with warnings: CPU_SUPPORT WARNING: The CPU in this host may not be supported in future ESXi releases. Please plan accordingly.
Seems my post was marked as spam. Not sure if that was a bot decision but I think the offline solution with steps that I posted might be useful for others.
I posted offline instructions above in the "[Errno 28] No space left on device" section. Just waiting for Paul to approve the very long post.
George Pericleous
If lets say that i want to update it manually is it possible to use the zip file or i guess only boot the iso and upgrade the existing installation right? At this moment they release two more updates. I m not getting so crazy just to know.
Thanks for the article i m using it long time.
Sorry about that, and thanks for clarifying that you had seen that other article. Your scenario is a bit trickier, because my backup article is geared only to USB (ormicro SD/SD on USB) users, cloning a SATA or SAS drive sector-by-sector old school stuff that I haven't tested in a long time (clonezilla, etc). Keep in mind ESXi just loads into RAM primarily, and barely touches the boot media with writes after that, with VMs booting at full speed and such regardless of where you plunk your hypervisor down, which is why I tend to go with simple removable USB for home lab use cases, for ease of use, even though your're right that datacenters should do RAID mirrors, such as Dell EMC's BOSS modules that are M.2 SATA with more endurance than SD and USB.
Stephen
Also, thank you for such a quick reply.
Stephen
I did read over that article. Which rendered my previous question. I just got a little confused on the mechanics of it. I'm set to attempt a backup on a couple of our servers which boot from a RAID 1 HDD setup. I may need to read a bit more to ensure I can get a viable copy before attempting to update to 6.7.
It’s USB to and image file on HDD or SSD, then image restore to another USB, details at https://tinkertry.com/clone-esxi-with-usb-image-tool
which I just used last night before updating my primary system to ESXi 6.7U2.
Stephen
Are you performing the backup from USB to USB or is it HDD to USB?
mike
hi all I try to update from 6.7 Update 1 to Update 2. I run the follow command
esxcli software profile update -p ESXi-6.7.0-20190402001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
And became the follow error.
[MetadataDownloadError]
Could not download from depot at https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml, skipping (('https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml', '', ''))
url = https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
Please refer to the log file for more details.
Any ideas whats going wrong? The /var/log/esxcli.log only have the same message. Thank you for helping
meteor
Same error, did you find a solution for this?
John Smith
i found by using the --no-hardware-warning worked beautifully for me. Since my CPU is no longer supported. for example:
Oh cool, thank you! Strangely, I wish this popular article becomes completely obsolete someday, wishing ESXi had built-in backup and update function, much like VCSA does.
Thank you for writing in, good to know! A little surprised that no more elegant workaround has surfaced yet, admittedly haven’t had time to focus on researching this myself this week.
[root@xd-1541-5028d:~] esxcli software profile update -p ESXi-6.7.0-20190402001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
[InstallationError]
[Errno 28] No space left on device
vibs = VMware_locker_tools-light_10.3.5.10430147-12986307
Darn, I tried your suggested fix, it didn't work for me, see also a different work-around suggestion here:
https://communities.vmware.com/message/2852495#2852495
Ah yes, great point, THANK YOU for leaving this warning here for my readers, I really appreciate it! Found this VMware article about configuring systems swap:
https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.resmgmt.doc/GUID-C0DBB2A3-4B44-45BE-927E-10EEB2EB8CBE.html
Oh boy, that's a can of worms you're opening here, and admittedly well beyond the intended scope of this nerdy simple article. I'm not in a position to answer on behalf of VMware on this, bit I can give my opinion that yes, this is a pain point that needs to be addressed, and I hope partners like HPE and others can keep hardware + software support going longer than 3 years, 5 years preferred. It's tough, innovate too much, and you leave folks behind, especially the smaller customers (that I work with as part of my day job as a vSAN SE)
Thanks Paul, I do agree that legacy stuff doesn't justify the time. That sparked a though however -- what is the high level expectation here in context of VMWare - when a release goes dead, such as soon-to-be 6.0 what are we supposed to do with all the no-longer-supported bare metal? Just trash it and swap it with "modern" gear in exchange of a huge capital expenditure? I mean when 6.0 goes dark so will ton of CPUs, specialized server boxes (in my case HPE ProLiant) etc...That strikes me as somewhat of an unrealistic product life cycle plan. Often a knee-jerk reaction to something like that might be.. well AWS or the likes?
Hmm, I admit, 6.0 has about 1 year of life left, and I tend to focus on the most recent releases admittedly. Also, I haven't tested these ESXCLI commands with 6.0, but they should work. Looking here:
https://esxi-patches.v-front.de/ESXi-6.0.0.html
it would seem that this command should work to get you to 6.0 Build 10719132 2018-11-09, pasted as one-line:
esxcli software profile update -p ESXi-6.0.0-20181104001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
OK, I use ESXi and I'm finding it hard to get information that makes sense on what updates I need for my stock 6.5.0 install.
Do I need U2 before installing the latest Jan 2019 update?
According to compchecker.py it suggests that my machine can be updated to U2 but I've installed the Jan 2019 update.
It's not clear from the webUI shows
(Updated) ESXi-6.5.0-20180502001-standard (VMware, Inc.).
vmware -vl shows
VMware ESXi 6.5.0 build-11925212
VMware ESXi 6.5.0 Update 2
Which seems to suggest that I have U2 already.
So confusing.
I am currently running esxi 6.5 GA (free) and looking to upgrade to the latest version of 6.7. However, since I am not running VCSA at all, I am not sure if I need to actually install or it or I can just use the CLI upgrade process for the update.
Yeah, the dry run helps know what VIBs it's about to touch, but it isn't quite the same as a custom ISO, so you should probably go with the preferred VMware Update manager upgrade technique instead, see details on how at:
https://vmiss.net/2016/12/20/how-to-upgrade-esxi-using-vsphere-update-manager-6-5-on-the-vcenter-server-appliance/
Great article about the CLI, would this work for those of us using custom images, HPE in my case? Those are specialized ISOs so I wonder whether I must modify the URL somehow to pull the non-generic image when I do the upgrade?
I upgraded using the ISO of the new software, and it was flawless. Just mounted, clicked on the upgrade, reboot and done. Now I need to conduct the secure backup of the current state per your instructions.
I can't really figure out what might be going on here, as I haven't had this issue, but perhaps this VMware KB article helps:
https://kb.vmware.com/s/article/2033564
As for that valuable Samsng 960, best to just leave that for VMFS 6 filesystem for your VMs, and keep ESXi on that USB. Once you get things working again, be sure to back up that USB drive following along with
https://TinkerTry.com/clone-esxi-with-usb-image-tool
I am the standard home user. I am running 6.5.0 (Build 4887370) on an supermicro sys-e300-8d. The OS is running from a 32gb Sandisk and I have lots of room on a Samsung SSD960 (following an example build from this site). I am running into a lack of space error, and I'm not experienced enough to know what to do so that I don't hose my system.
Please assist.
[root@xd-1518-esxi:/dev/disks] esxcli software profile update -p ESXi-6.7.0-20180804001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCT
ION/main/vmw-depot-index.xml
[InstallationError]
There was an error checking file system on altbootbank, please see log for detail.
Please refer to the log file for more details.
-------------------- some output in trying to investigate------------
[root@xd-1518-esxi:~] df -h
VmFileSystem: SlowRefresh() failed: Cannot open volume: /vmfs/volumes/b753abb3-fb49ee4b
Error when running esxcli, return status was: 1
Errors:
Error getting data for filesystem on '/vmfs/volumes/b753abb3-fb49ee4b': Cannot open volume: /vmfs/volumes/b753abb3-fb49ee4b, skipping.
Good that most backup companies are ready
https://TinkerTry.com/status-of-vsphere-6-7-support-by-vmware-vm-backup-companies
https://TinkerTry.com/category:Backup
Let’s hope for 6.7 Update 1 soon too!
George Pericleous
so on an existing installation is not possible to update it? i couldnt even figure out how to create the tokens lol i dont have that option i think on the dashboard...