Skip to main content
Skip table of contents

Starting, Stopping the Monitoring MettleCI Workbench Service

In all instances a Restart of the MettleCI Workbench involves simply following the steps for Stop followed by Start.

Unix

Starting

Start the MettleCI Workbench service using the following command

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

Stopping

Stop the MettleCI Workbench service using the following command

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

Checking Status

Verify your Workbench service is running:

CODE
$> 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

  1. Open the Services application.

  2. Verify that the MettleCI Workbench service has the Status Running.

  3. Verify that the MettleCI Workbench service has Startup Type Automatic.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.