Updating SAP Java Components using Software Deployment Manager (SDM)

Updating your SAP components to the latest version is really recommended to maintain stability and fix some error in the previous release.

Sometimes you have to update SAP Java components manually, as you can not update using Software Update Manager (SUM).

You can do it using Software Deployment Manager (SDM). The tool is called from operating system.

Here are the steps.

1. Go to your initial screen of Java application server usually in the form of http://host.domain:5<SN>00

host = your hostname

SN = System Number

and choose System Information to see current installed Java Components
update-java-using-sum

2. Click “all components” to see details.

update-java-using-sum

3. Take a note to the components you want to update manually. Download the updated version from SAP software download.

update-java-using-sum

4. Now you open a command prompt from operating system. And go to folder <drive:>\usr\sap\<SID>\<
Instance>\SDM\program

Note: in UNIX environment the directory is /usr/sap/<SID>/<Instance>/SDM/program

Run > startSDM.bat (in UNIX = startSDM.sh)

update-java-using-sum

5. SDM screen appears. Now choose tab “Deployment” and you add the components to deploy.

update-java-using-sum

You can select individual component or select several files to add in list.

update-java-using-sum

6. Click “Next” button to next process.

update-java-using-sum

7. It will preview the repository. Just click “Next

update-java-using-sum

8. Now click “Start Deployment” to start updating. And click OK for the warning that comes.

update-java-using-sum

update-java-using-sum

9. Monitor the deployment log.

update-java-using-sum

10. Check the update process is finished successfully. And now you can Confirm to finish the update.

update-java-using-sum

11. Refresh the screen on step 3. Now you check that the components version have been updated.

update-java-using-sum

 

Leave a Reply