Start and stop servers and agents manually

1 minute readReference

CloudBees CD/RO and CloudBees Analytics servers and agents must be manually stopped and started for administrative maintenance, upgrades, third-party software installations, or system maintenance. For information on stopping and starting CloudBees CD/RO servers and agents, refer to Start and stop servers and agents manually.

Stopping all CloudBees Analytics services

CloudBees Analytics uses services for Elasticsearch. To stop this service, log into the CloudBees Analytics server and choose the following option.

Windows

  1. Go to Control Panel > Administrative Tools > Services.

  2. Right-click CloudBees CD/RO Elasticsearch Service and select Stop.

Windows command line

Open a command window as Administrator, and run:

sc stop CommanderElasticsearch

Linux

  • If you are using systemd, run:

    sudo systemctl stop commanderElasticsearch
  • Else, log into a shell as root, and run:

    /etc/init.d/commanderElasticsearch stop

Starting all CloudBees Analytics services

To start the CloudBees Analytics service Elasticsearch, log into the CloudBees Analytics server and choose one of the following options.

Windows

  1. Go to Control Panel > Administrative Tools > Services.

  2. Right-click CloudBees CD/RO Elasticsearch Service and select Start.

Windows command line

Open a command window as Administrator, and run:

sc start CommanderElasticsearch

Linux

  • If you are using systemd, run:

    sudo systemctl start commanderElasticsearch
  • Else, log into a shell as root, and run:

    /etc/init.d/commanderElasticsearch start