...
Installation / Upgrade
Note |
---|
BEFORE YOU UPGRADE: i) Before you perform an upgrade:
|
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’
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.
In previous versions, it was required to copy your Copy the MettleCI licence file ( which will be was emailed to you ) into the location:
/opt/dm/mci/mettleci.lic
. This directory was 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
...
Configure your MettleCI environment by opening the following URL in your browser:
http://[SERVER_URL]:8080
to start a wizard-based process.Follow the setup wizard to provide the various configuration information MettleCI requires, e.g.
Enter the license key which was requested earlier
DataStage environment details
Git repository details (including SSH public key)
Work item management system details (including SSH public key)
Uninstall Workbench
You can uninstall the MettleCI Workbench package like any other RPM package:
Code Block $> sudo rpm -e dm-mettleci-workbench-x.x-x.noarch
...