Delay start of OMSA on RHEL 8.x

Matthew Geier <[email protected]> Fri, 23 Dec 2022 17:26:53 +1100
Newsgroups gmane.linux.hardware.dell.poweredge
Message-ID <[email protected]>
Every time my RHEL systems reboot, OMSA fails to properly start due to

ERROR: (SNMP) OpenManage is not installed or is not working correctly

It appears systenmd starts the various open manage components before the SNMP daemon is up. I've not worked out the systemd magic to delay it starting the various Openmanage components till AFTER snmpd has been successfully started.

I find I have to manually
/opt/dell/srvadmin/sbin/srvadmin-services.sh restart

after each system reboot.

I'm sure there is a better way.