Question & Answer
Question
Which JRE version to be used for Rational Directory Administrator 6.0.0.3 and how to update the JRE version?
Cause
Answer
You can use JRE version 8 or later with Rational Directory Administrator (RDA) 6.0.0.3
Steps to update JRE on Windows Systems
a. Open File Explorer and go to the folder where the JRE package is downloaded (Ex. D:\setups\JAVA\8.0.m.n\)
b. Select the JRE archive file, right-click and select Extract All, and then click Extract
It creates a new folder with the following name: ibm-java-jre-80-win-x86_64
a. Open the command prompt and go to the WLP bin folder location:<RDA_6.0.0.3_ InstallationDirectory>\WebAppsServer\WLP_20.x\bin\
-e.g. cd C:\Program Files\IBM\Rational\RDA_6.0.0.3\WebAppsServer\WLP_20.0.0.6\bin
b. Run the following command:
server.bat stop
If you stop the server, you see either of the following messages:
Server defaultServer stopped or Server defaultServer is not running.
c. Close the command prompt.
-e.g. cd C:\Program Files\IBM\Rational\RDA_6.0.0.3\
ren jre jre_old
-e.g. cd C:\Program Files\IBM\Rational\RDA_6.0.0.3\
ren ibm-java-jre-80-win-x86_64 jre
server run --clean
You see the following message
The server defaultServer is ready to run a Smarter Planet.
Steps to update JRE on Linux Systems
a. Open the terminal and go to the folder where the JRE package is downloaded.
-e.g. tar -xf <downladed tgz file in the step 1>
It creates a new folder named ibm-java-x86_64-80
-e.g. cd /var/IBM/Rational/RDA_6.0.0.3/WebAppsServer/WLP_20.x/bin
./server stop
If you stop the server, you can see one of the following messages:
Server defaultServer stopped or Server defaultServer is not running.
c. Close the terminal.
-e.g. cd /var/IBM/Rational/RDA_6.0.0.3/
mv jre jre_old
-e.g. cd /setups/Java/8.0.m.n/
cp -r ibm-java-x86_64-80 /var/IBM/Rational/RDA_6.0.0.3/
-e.g. cd /var/IBM/Rational/RDA_6.0.0.3/
mv ibm-java-x86_64-80 jre
-e.g. cd /var/IBM/Rational/RDA_6.0.0.3/WebAppsServer/WLP_20.x/bin
b. Run the following command:
./server run --clean
You see the following message
The server defaultServer is ready to run a Smarter Planet.
Was this topic helpful?
Document Information
Modified date:
21 April 2021
UID
ibm16427639