Hello,
I would suggest you try the below steps.
As a workaround, remove the Agentless Management Service (AMS) performing the following steps:
Steps to Uninstall AMS: ESXi 7.x
- Stop AMS Service: # ./etc/init.d/amsd stop
- Starting with ESXi 7.x, the vib commands should not be used. Instead, use the official "component" commands:
- To uninstall component: esxcli software component remove -n <componentName>
- # 7.0 AMS componentName is "amsdComponent".
- # This ESXi 7.x component (formerly known as ESXi 6.x offline bundle) includes both amsd vib and amscli vib. Removing the component will remove both vibs.
- To uninstall component: esxcli software component remove -n <componentName>
- Reboot
Please let me know the further assistance.
If you feel this was helpful please click the KUDOS! thumb below!
Regards,