...
Download the latest RPM distributable from the MettleCI software download website. The rest of these instructions assume this is located in your user’s HOME directory (~).
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.
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.
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+WorkbenchStart the MettleCI Workbench service using the following command
Code Block language bash $> sudo service dm-mettleci-workbench start $> # or for AIX... $> mciworkbench.rc start
Access the updated workbench using the relevant URL
Perform a force refresh of your browser while accessing MettleCI Workbench using the instructions described here.
Verify your install/upgrade
...