Controlling AUTOM8N daemon process¶
nginx¶
Do not restart nginx as it support uninterrupted working.
On config changes
nginx -s reload
On RPM/binary Upgrade
/opt/nDeploy/scripts/nginx_upgrade_inplace.sh
ndeploy_watcher process (config change propagation)¶
# On CentOS7
systemctl restart ndeploy_watcher
# On CentOS6
service ndeploy_watcher restart
PHP-FPM application server (all master process)¶
# On CentOS7
systemctl restart ndeploy_backends
# On CentOS6
service ndeploy_backends restart
Unison File Sync Daemon (cluster file sync)¶
# On CentOS7
systemctl restart ndeploy_unison
# On CentOS6
/etc/init.d/ndeploy_unison restart # service command may not work correctly