Verify CloudBees CD/RO services

1 minute readScalability

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:

  1. Go to the /etc/init.d/ directory.

  2. Scripts starting with commander are component of CloudBees CD/RO. For example, commanderAgent, commanderApache, commanderRepository, and commanderServer.

  3. 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
  4. 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:

  1. Go to the Services control panel.

  2. 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.

  3. If the services have a status of Started, they are installed and running.