HPE has identified the root cause for this issue and has created a fix with the newer HPE Agentless Management Bundle for ESXi 7.0Workaround:
- Log in to the vCenter server and put the host in maintenance mode
- Log in to the host using ssh
- Execute the below command to validate the ams version
localcli software vib list | grep -E 'amscli|amshelpr|amshelprcli'
Sample Output:
Name Version Vendor Acceptance Level Install Date
-----------------------------------------------------------------------------------------------------------------------------
amscli 11.6.10.2-1OEM.700.1.0.15843807 HPE PartnerSupported 2021-02-04
amshelpr 701.11.7.0.14-1OEM.701.0.0.16555998 HPE VMwareAccepted 2021-06-01
amshelprcli 11.6.10.2-1OEM.700.1.0.15843807 HPE PartnerSupported 2021-02-04
- Verify and remove the vibs from the above command output
localcli software vib remove -n <vib name>
Sample Command:
localcli software vib remove -n amscli -n amshelpr -n amshelprcli