...
Download the latest MettleCI CLI RPM distributable from the MettleCI software download website.
Open a shell and navigate to the $HOME directory ,location of your DataStage Development Engine . 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 theconfig.properties
file.If you don’t have one already, 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 belicense.file=../mettleci.lic
(the parent directory) if you are installing the MettleCI CLI alongside the MettleCI Workstation on a DataStage engine tier.
...
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
If something goes wrong and you need to downgrade your version of MettleCI WorkbenchCommand Line Interface, without performing an uninstall/reinstall, you can use the following command:
Code Block $> rpm -Uvh --oldpackage dm-mettleci-command-shell-x.x-x.noarch.rpm
… where x.x.x is the build version of the CLI you want to downgrade to.
...