This page describes the methods you use can to verify what CloudBees CD/RO software services are installed on your machine.
Verify services on Linux installations
If you are using a Linux installation:
-
Go to the
/etc/init.d/
directory. -
Scripts starting with
commander
are component of CloudBees CD/RO. For example,commanderAgent
,commanderApache
,commanderRepository
, andcommanderServer
. -
To check the status of CloudBees CD/RO services:
-
As a
root
user, from any directory, use the command format:/etc/init.d/<SERIVCE_NAME> status
For example:
/etc/init.d/commanderServer status
-
If you are using systemd, use the command format:
sudo systemctl status <SERIVCE_NAME>
For example:
sudo systemctl status commanderServer
-
-
To check the logs of CloudBees CD/RO services:
-
As a
root
user, run:journalctl -u <SERIVCE_NAME>
For example:
journalctl -u commanderServer
-
If you are using systemd, use the command format:
sudo journalctl -u <SERIVCE_NAME>
For example:
sudo journalctl -u commanderServer
-
Verify services on Windows installations
If you are using a Windows installation:
-
Go to the Services control panel.
-
Look for services starting with the name "CloudBees CD/RO". For example, CloudBees CD/RO Agent, CloudBees CD/RO Database, or CloudBees CD/RO Server.
-
If the services have a status of Started, they are installed and running.