Tuesday, 7 November 2017

Java SDK Updation for WebSphere Application Server Profiles V 8.5 using managesdk

Following steps would help to Migrating JDK version of Websphere Profiles and servers.


Default WAS V 8.5 contains jdk 1.6 version, It is not support for some Application (ex. Sterling application v 9.4). It's required to update WebSphere Application Profiles jdk version from jdk 1.6 To 1.7

Step 1: Install IBM Java for WAS through Installation Manager

Step 2: Using below commands we can see all available JDK version.

$/opt/IBM/WebSphere/AppServer/bin/managesdk.sh -listAvailable [display All avaliable SDK Names]

$/opt/IBM/WebSphere/AppServer/bin/managesdk.sh -listEnabledProfile -profileName Test_AppSrv01 [display Test_AppSrv01 configure SDK Name]

$/opt/IBM/WebSphere/AppServer/bin/managesdk.sh -enableProfile -profileName Test_AppSrv01 -sdkName 1.7.1_64 -enableServers [Configure SDK 1.7_64 for Test_AppSrv01 and Servers]

$/opt/IBM/WebSphere/AppServer/bin/managesdk.sh -enableProfileAll -sdkname 1.7_64 -enableServers [Enable SDK 1.7_64 for all Profiles and servers]

all the best..!

No comments:

Post a Comment