As long as hardware is compatible with 6.7U3 no issue. You can import the customized vendor image into update manager and create baseline and attached to the hosts and remediate to start upgrade procedure. in other way also do using offline bundle .zip file via esxcli command. Given Below example.
- Download offline bundle from VMware portal
- upload to datastore
- enable SSH
- login to host
- put host MM mode
- run esxcli software sources profile list -d "/vmfs/volumes/5b48662e-e1e205e8-92b7-0017a477240c/ISO/VMware-ESXi-6.5.0-Update1-6765664-HPE-650.U1.9.6.5.1-Nov2017-depot.zip"
- then you can get the profile name like below
Name Vendor Acceptance Level
------------------------------------- -------------------------- ----------------
HPE-ESXi-6.5.0-Update1-650.U1.9.6.5.1 Hewlett Packard Enterprise PartnerSupported
- then run command to upgrade the ESXi as show below.
# esxcli software profile update -d /vmfs/volumes/5b48662e-e1e205e8-92b7-0017a477240c/ISO/VMware-ESXi-6.5.0-Update1-6765664-HPE-650.U1.9.6.5.1-Nov2017-depot.zip -p Prfilename as show above in red color
#
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
# reboot
Note: All above given example. You can change path and profile name according to your environment if you like to use esxcli.
_______________________________________________________________________________________________________
"Did you find this helpful? Let us know by completing this survey (takes 1 minute!)"