Original Message:
Sent: Fri September 01, 2023 03:08 AM
From: Lars Besselmann
Subject: managesdk commmand help to update all available services in a node.
WebSphere Application Server profiles have a profile wide (node) JDK setting. If no specific Server-level JDK is set, the WebSphere Application Servers inherit the JDK configured at the profile (node) level. As everything seems to be on Java 6 so far which is no longer supported (same for Java 7), I would recommend to set everything to Java 8.
These are the commands to do so this:
1. Use the following command to list for all profiles the available SDKs
app_server_root/bin/managesdk.sh -listAvailable -verbose
Typical output:
CWSDK1003I: Available SDKs :
CWSDK1005I: SDK name: 1.8_64_bundled
2. Use the following command to list for all profiles the enabled SDKs
app_server_root/bin/managesdk.sh -listEnabledProfileAll [-verbose]
3. Use the following command to apply the available SDKs
app_server_root/bin/managesdk.sh -enableProfileAll -sdkname sdkName -enableServers [-user user_name] [-password password_value]
Make sure to apply all three steps to all WebSphere installations (Deployment Manager, all application server profiles)
For command details, see https://www.ibm.com/docs/en/was-nd/8.5.5?topic=tools-managesdk-command
Or the whole process, see https://www.ibm.com/docs/en/was-nd/8.5.5?topic=applications-migrating-java-se-7-8
Important:
If the profile is a federated node of a deployment manager, the deployment manager must be running when the managesdk command attempts to update the profile.
Hope that helps.
Lars
------------------------------
[Lars] [Besselmann]
Integration Technical Specialist, IBM Technology Sales, EMEA
IBM
Düsseldorf
[Lars.Besselmann@de.ibm.com]
Original Message:
Sent: Thu August 31, 2023 10:10 AM
From: Muhammad Faisal Syed
Subject: managesdk commmand help to update all available services in a node.
For WebSphere Application Server8.5.5.11 through managesdk , what command syntax should i try to update all services to 1.8_64_bundled. Java 7 is also available.

Appreciate response.
Regards,
Faisal
------------------------------
Muhammad Faisal Syed
------------------------------