...
Download the latest MettleCI CLI RPM distributable from the MettleCI software download website.
As per the MettleCI Workbench installation, the
DM_WORKBENCH_USER
environment variable can be used to set file ownership to a user other than the defaultmciworkb
.Open a shell and navigate to the location of your install images. 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.
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.If you don’t already have a MettleCI license file, request one from your Data Migrators representative.
Linking to your MettleCI License file
By 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.
If you don’t already have a MettleCI license file, request one from your Data Migrators or IBM representative, as appropriate.
Verify your install/upgrade
...