The complete Rational Engineering Lifecycle Manager upgrade process is described in Upgrading Rational Engineering Lifecycle Manager. The parameters in the upgrade script may need to be modified if you are using non-default values.
The relm_upgrade script upgrades Rational Engineering Lifecycle Manager 1.0, 1.0.0.1, 4.0.3 or 4.0.4 to 4.0.6. Although the script file is located under the upgrade/relm directory, it must be run from the RELM_4.0.6_install_dir/server directory. Also if your path contains spaces, ensure that you enclose the path name in double quotation marks.
As an alternative to running the script and all its command-line arguments, you can open the script's parameters file, modify the default values, and run an abbreviated form of the command line.
The English and translated versions of the relm_params files are located in the RELM_4.0.6_install_dir/server/upgrade/relm/params directory. Open relm_params or a translated version of it for editing and specify values for each parameter. One of the parameters that must be set is the path to the OLD_APPLICATION_HOME directory. This must be an existing directory ended by server/conf.
| Attribute | Description | Required | Default |
|---|---|---|---|
| oldApplicationHome | Full path to the old Rational Engineering Lifecycle Manager configuration directory. The path must not contain any spaces. In a typical installation, this path is old_relm_install_dir/server/conf. | Yes | none |
| applicationContextRoot | Rational Engineering Lifecycle Manager context root. | No | relm |
| oldApplicationVersion | The Rational Engineering Lifecycle Manager version that is being upgraded. | No | 4.0.4 |
| newApplicationHome | Path to the Rational Engineering Lifecycle Manager application configuration directory of the 4.0.6 installation. | No | relm_4.0.6_install_dir/server/conf |
| updateTomcatFiles | Whether to update the Tomcat configuration files. Set this value to "no" if you are using WebSphere® Application Server. | No | yes |
| oldApplicationTomcatHome | Full path to the Tomcat home directory of previous version installation. By default, the oldTomcatHome parameter is derived from the oldApplicationHome parameter value. | No | none |
| newApplicationTomcatHome | Path to the Rational Engineering Lifecycle Manager application Tomcat home directory of the 4.0.6 installation. By default, the newApplicationTomcatHome parameter value is derived from the newApplicationHome parameter value. | No | none |
| newJTSHome | Path to the Jazz™ Team Server configuration directory of the 4.0.6 installation. By default, the newJTSHome parameter value is derived from the newApplicationHome parameter value. | No | none |
| jtsContextRoot | Context root of the 4.0.6 Jazz Team Server. | No | jts |
| noPrompt | Do not prompt before creating or modifying the tables. | No | none |
| noVerify | Do not perform teamserver.properties file verification. | No | none |
| overwrite | Whether to overwrite any existing file. | No | no |
| noStepPrompt | Do not prompt before executing a step. | No | none |
cd C:\Program Files\IBM\JazzTeamServer\Server\ upgrade\relm\relm_upgrade.bat -oldApplicationHome old_relm_install_dir\server\confLinux:
cd opt/IBM/JazzTeamServer/Server/ ./upgrade/relm/relm_upgrade.sh -oldApplicationHome old_relm_install_dir/server/conf