Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Unix

Starting

Start the MettleCI Workbench service using the following command

Code Block
$> sudo service dm-mettleci-workbench start
$> # or for AIX...
$> mciworkbench.rc start

Stopping

Stop the MettleCI Workbench service using the following command

Code Block
$> sudo service dm-mettleci-workbench stop
$> # or for AIX...
$> mciworkbench.rc start

Checking Status

Verify your Workbench service is running:

Code Block
$> sudo service dm-mettleci-workbench status
$> # or for AIX...
$> mciworkbench.rc status

Windows

Starting

  1. Open the Services application.

  2. Double-click the MettleCI Workbench service.

  3. Click the Start button.

  4. Click the Apply button.

  5. Click the OK button.

Stopping

  1. Open the Services application.

  2. Double-click the MettleCI Workbench service.

  3. Click the Stop button.

  4. Click the Apply button.

  5. Click the OK button.

Checking Status

Open the Services application and verify that the Workbench service has been installed and configured to start automatically.

...