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

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 Analytics Server and select Stop.

Windows command line

Open a command window as Administrator, and run:

sc stop CommanderAnalytics

Linux

  • If you are using systemd, run:

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

    /etc/init.d/commanderAnalytics stop

Starting all CloudBees Analytics services

To start this service, 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 Analytics Service and select Start.

Windows command line

Open a command window as Administrator, and run:

sc start CommanderAnalytics

Linux

  • If you are using systemd, run:

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

    /etc/init.d/commanderAnaltyics start