To start and/or stop in a manual way any of the Pandora FMS servers, you need to execute the following in a shell console (example for pandora_server):
- Stop the demon:
# /etc/init.d/pandora_server stop
. - Start the demon:
# /etc/init.d/pandora_server start
. - Restart the demon:
# /etc/init.d/pandora_server restart
. - Pandora servers are:
pandora_agent_daemon
,pandora_plugin
,pandora_server
,pandora_prediction
,pandora_network
,pandora_recon
,pandora_snmpconsole
,pandora_wmi
. To stop, start or restart any of them you should only change «pandora_server» for the name of other required demon.
- Please check last documentation at “Manual startup/shutdown for Pandora FMS servers“.