Fog Multicast Manager auto start?
-
This may be something really simple we have missed but when we go to multicast it fails and from what i have read on the forums this may be due to the fog multicast manager as it stands we ran /opt/fog/service/FOGMulticastManager/FOGMulticastManager and tried multicasting and it worked brillantly
Is this an application that is supposed to start automatedly? can i just schedule this to start at server boot time? Will that cause issues?
OS: CentOS Linux release 7.7.1908
Fog: Version 1.5.7 -
@NateUH Yes it is supposed to auto-start on bootup of your FOG server.
Please run
systemctl is-enabled FOGMulticastManager.service
to see if it’s enabled on bootup. If you get
disabled
there must have been an issue when running the installer. You might runsystemctl enable FOGMulticastManager.service
or re-run the installer to do this for you.
But if it’s
enabled
already then you might be running into a startup dependency issue in FOG 1.5.7 which we have fixed lately. Ask here if you need more details on this.