ESXi 7.0 on HP Proliant DL360p Gen8
With VMware ESXi 6.5 and 6.7 going End of Life on October 15th, 2022, many of you are looking for options to update hosts in your homelab, especially in my case putting ESXi 7.0 on HP Proliant DL360p Gen8 servers.
As far as support goes, HPE last provided a custom installer for ESXi for versions 6.5 U3 which was released December of 2019. This was the “last Pre-Gen9 custom image” released, as ESXi 7.0 on the DL360p Gen8 is totally unsupported.
ESXi 6.7 or higher on the Gen8 Servers
The jump from 6.5 to 6.7 was a little easier, as you could use the 6.5 custom installer, and then upgrade to 6.7. For the most part, as long as the hardware itself was supported, you were in pretty good shape.
Additionally, with the HPE vibsdepot loaded in to VMware Update Manager (now known as Lifecycle Manager), you could also keep all the HPE drivers and agents up to date.
ESXi 7.0 on the Gen8 Servers
Some were lucky enough to upgrade their current installs to 7 with no or limited problems, however the general consensus online was to expect problems. There were some major driver changes, which I think at one point led to an advisory to perform a fresh install, even if you had a fully supported configuration with newer generation servers such as the Proliant Gen9 and Gen10 servers, when upgrading from older versions.
In my setup, I have the following:
- 2 x HPE Proliant DL360p Gen8 Servers
- Dual Intel Xeon E5-2660v2 Processors in each server
- USB and/or SD for booting ESXi
- No other internal storage
- External SAN iSCSI Storage
Concerns and Considerations
My main concern is to not only have a stable and functioning ESXi 7 instance, but I also, if possible would like to have the HPE drivers, agents, and integrations with iLO.
You must consider that while this is completely unsupported, you do need to make sure that the components of your current configuration are supported, such as the processor and PCIe cards, even if the server as a whole is not supported.
Make sure you reference your hardware on the VMware Compatibility Guide (HCL).
In my case, my processors were supported, however my RAID controller was not. So theoretically, since I’m not using my RAID controllers, I should be fine.
The process – Installing ESXi 7.0
I was able to install ESXi 7.0 on my HPE Proliant Gen8 servers, by performing the following steps.
1)Download the Generic ESXi installer from VMware directly.
2)Download the “HPE Custom Addon for ESXi 7.0”.
3)Boot server, install using the Generic Installer downloaded above.
4)Mount NFS or iSCSI datastore.
5)Copy HPE Custom Addon for ESXi zip file to datastore.
6)Enable SSH on host (or use console).
7)Place host in to maintenance mode.
8)Run “esxcli software vib install -d /vmfs/volumes/datastore-name/folder-name/HPE-703.0.0.10.9.1.5-Jul2022-Addon-depot.zip” from the command line.
9)The install will run and complete successfully.
10)Restart your server as needed, you’ll now notice that not only were HPE drivers installed, but also agents like the Agentless management agent, and iLO integrations.
You’ll now have a functioning instance.
In my case everything was working, except for the “Smart Array P420i” RAID Controller, which I don’t use anyways.
Additionally, if you have a vCenter instance running, make sure that you add the HPE vibsdepot repo to your Lifecycle Manager. After you add the repo, create a baseline, and attach the baseline to the host, go ahead and proceed to scan, stage, and remediate the server which will then further update all the HPE specific drivers and software.
Even the P420i (in RAID mode and in HBA mode testing VMware VSAN) and AMS. The only difference: I was using the latest HPE Customized ESXi 7.0U3 ProLiant image (July 2022) from https://customerconnect.vmware.com/en/downloads/details?downloadGroup=OEM-ESXI70U3-HPE&productId=974 (which should be the same result as using the Generic ESXi 7.0.U3 image with the HPE Custom Addon from July 2022)
I dont know which url to use when adding the repo?
I usually use these two sources repo:
http://vibsdepot.hpe.com/index.xml
http://vibsdepot.hpe.com/index-drv.xml
Hi, is there’a link for update custom ESXi like HPE, thx.
1 |
esxcli software sources profile list \-d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml | grep -i HPE-Custom |