Versions Compared

Key

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

...

  1. Download the latest MettleCI CLI RPM distributable from the MettleCI software download website.

  2. Open a shell and navigate to the ,location of your . Install the mettleCI CLI using Red Hat Package Manager (RPM)

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

    … where x.x.x is the build version of the workbench you downloaded.Navigate to /opt/dm/mci/cli and use your favourite editor to open the config.properties file

  3. If you are installing the MettleCI CLI alongside the MettleCI Workstation on a DataStage engine tier, you will already have a MettleCI license file which the Command Shell will use without need for configuration.

  4. If you don’t have one already, request already have a MettleCI license file:

    1. Request a trial license for MettleCI from the link on the same site. This will be delivered to you via email as a file attachment.

    Save the file to the same directory into which you unzipped your MettleCI Command Shell distribution package.Modify the license.file=mettleci.lic to point to your MettleCI License file. This will typically be
    1. By default, the config.properties configuration file refers to the license file location by license.file=../mettleci.lic (the parent directory)

    if you are installing the MettleCI CLI alongside the MettleCI Workstation on a DataStage engine tier
    1. . Save the license file and update the license.file setting to refer to its location.

Verify your install/upgrade

...

  1. You can uninstall the MettleCI Workbench package like any other RPM package:

    Code Block
    $> sudo rpm -e dm-mettleci-command-shell-x.x-x.noarch

Downgrading Command Line Interface

...