vmware-pod service appears in a Stopped state on the vCenter Server.[FAIL] Services Check - The following services are stopped: vmware-pod.VMware vCenter Server 8.x
The vmware-pod service is only required for cloud environments (such as VMware Cloud on AWS) and is not necessary for on-premises vCenter Server deployments. It can be safely disabled to clear alarms or pass pre-upgrade checks.
shell.service-control --stop vmware-podsystemctl disable vmware-pod.serviceTo re-enable the service if environment requirements change:
systemctl enable vmware-pod.service