Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Before installing MettleCI Workbench you will need to perform a pre-installation Java update to make sure your Java environment is compatible with MettleCI.

...

  1. As root, create an environment variable called DM_WORKBENCH_USER and set it to the name of the user you want to use.

...

If your environment requires you to use a different group, do the following:

  1. As root, create an environment variable called DM_DSTAGE_GROUP and set it to the name of the group you want to use.

Installation / Upgrade

Note

Before you perform an upgrade:

  1. Record the ownership and permissions for the MettleCI Home folder (usually ‘/opt/dm/mci’)

  2. Back up the MettleCI Home folder.

...

  1. Verify your Workbench service is running:

    Code Block
    languagebash
    $> sudo service dm-mettleci-workbench status
    $> # or for AIX...
    $> mciworkbench.rc status
  2. Opening the following URL in your browser: http://[SERVER_URL]:8080. and check the build number at the bottom of your Workbench browser screen. This should match the number in the number in the filename of the latest RPM distributable you downloaded and installed. If not, see the troubleshooting article A Workbench update doesn't appear to have installed.

Post-installation

  1. Configure your MettleCI environment by opening the following URL in your browser: http://[SERVER_URL]:8080 to start a wizard-based process.

  2. Follow the setup wizard to provide the various configuration information MettleCI requires.

...

You'll need to use a similar command to uninstall the Unit Test Harness too.

Downgrading Workbench

  1. If something goes wrong and you need to downgrade your version of MettleCI Workbench, without performing an uninstall/reinstall, you can use the following command:

    Code Block
    $> rpm -Uvh --oldpackage dm-mettleci-workbench-x.x-x.noarch.rpm

    … where x.x.x is the build version of the workbench you want to downgrade to.

...

Related pages