Versions Compared

Key

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

...

  1. Download the latest RPM distributable from (see Accessing the MettleCI software download websiteSoftware Distribution). The rest of these instructions assume this is located in your user’s HOME directory (~).

  2. From that directory, install the package from the shell of your DataStage Development Engine using Package Manager (RPM) (NOTE: For new installations this will create a user called mciworkb. A full set of changes that this process performs are listed in the Installation Details section below.)

    Code Block
    $> sudo rpm -U dm-mettleci-workbench-x.x-x.noarch.rpm
    $> # or for IBM AIX...
    $> sudo rpm -U dm-mettleci-workbench-x.x-x.noarch.rpm --nodeps --ignoreos

    … where x.x.x is the build version of the workbench you downloaded.

  3. Request a MettleCI licence from your Data Migrators contact, or request an evaluation licence from the MettleCI software download website. The license will be installed during the first step of the Post Installation wizard process.

  4. Copy the MettleCI licence file which was emailed to you into the /opt/dm/mci/ directory created for you by the RPM installation process.https://datamigrators.atlassian.net/wiki/spaces/MCIDOC/pages/459997264/Configuring+MettleCI+Workbench

  5. Start the MettleCI Workbench service using the following command

    Code Block
    $> sudo service dm-mettleci-workbench start
    $> # or for AIX...
    $> mciworkbench.rc start
  6. Access the updated workbench using the relevant URL

  7. Perform a force refresh of your browser while accessing MettleCI Workbench using the instructions described here.

...