The complete Rational Engineering Lifecycle Manager upgrade process is described in Upgrading Rational Engineering Lifecycle Manager running with WebSphere Application Server. You can modify the parameters in the upgrade script if you decide not to use the default values.
The relm_upgrade script upgrades Rational Engineering Lifecycle Manager 4.0.3, 4.0.4, 4.0.5, 4.0.6, or 5.0 to 5.0.1. Although the script file is located under the upgrade/relm directory, it must be run from the RELM_5.0.1_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 parameters file, modify the default values, and run an abbreviated form of the script.
The English and translated versions of the relm_params files are in the RELM_5.0.1_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 that is 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 | By default, the version of the Rational Engineering Lifecycle Manager to be upgraded is detected automatically. |
| newApplicationHome | Path to the Rational Engineering Lifecycle Manager application configuration directory of the 5.0.1 installation. | No | RELM_5.0.1_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 5.0.1 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 5.0.1 installation. By default, the newJTSHome parameter value is derived from the newApplicationHome parameter value. | No | none |
| jtsContextRoot | Context root of the 5.0.1 Jazz Team Server. | No | jts |
| noPrompt | Do not prompt before you create or modify 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 you execute a step. | No | none |
cd C:\Program Files\IBM\JazzTeamServer\Server\
upgrade\relm\relm_upgrade.bat -oldApplicationHome old_relm_install_dir\server\conf
Linux:cd opt/IBM/JazzTeamServer/Server/
./upgrade/relm/relm_upgrade.sh -oldApplicationHome old_relm_install_dir/server/conf