...
Download the latest MettleCI CLI RPM distributable from the MettleCI software download website.
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 theconfig.properties
fileIf 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.
If you don’t have one already, request already have a MettleCI license file:
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.
license.file=mettleci.lic
to point to your MettleCI License file. This will typically beBy default, the config.properties configuration file refers to the license file location by
license.file=../mettleci.lic
(the parent directory)
. Save the license file and update the
license.file
setting to refer to its location.
Verify your install/upgrade
...
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
...