Symptoms:
After applying a patch to vCenter Server
# service snmpd status
snmpd.service - VMware SNMP Server Daemon
Loaded: loaded (/lib/systemd/system/snmpd.service; disabled; vendor preset: enabled)
Active: inactive (dead)
This is a known issue with vCenter 7.0 and 8.0.
Workaround:
To enable and start snmpd service perform the following commands.
# systemctl enable snmpd.service
# systemctl start snmpd.service