Overview
You can start or stop services on a Unix system. You can use the following commands to control services on Unix clients.
❗ Important
The administrator must log in as a root user to run these commands. If the administrator is not logged in as a root user, they must prefix sudo in the command line. An administrator may use these scripts to temporarily stop and then start the Phoenix services as part of a troubleshooting or an upgrade procedure.
📝 Note
You should run these commands when no jobs are running. Running these commands while backup or restore jobs are in progress will cause them to fail.
Operation | Command | Description | Supported OS |
Start services | Agent v6.x.x: /etc/init.d/ Phoenix start | Command to start the services. | Ubuntu 15.04+, CentOS 7.0+ |
Stop services | Agent v6.x.x: /etc/init.d/ Phoenix stop Agent v7.x.x: systemctl stop Druva-EnterpriseWorkloads.service | Command to stop the services. | Ubuntu 15.04+, CentOS 7.0+ |
Restart services | Agent v6.x.x: /etc/init.d/ Phoenix restart Agent v7.x.x: systemctl restart Druva-EnterpriseWorkloads.service | Command to restart the services. | Ubuntu 15.04+, CentOS 7.0+ |
View service status | Agent v6.x.x: /etc/init.d/Phoenix status Agent v7.x.x: systemctl status Druva-EnterpriseWorkloads.service | Command to check service status. | Ubuntu 15.04+, CentOS 7.0+ |