Pre-installation activities
Upload package
Upload java package to the server in to directory /usr/sap/<SID>/<INSTANCE>/SDM/program/inBox.
Set DISPLAY variable
If you are using remote x-windows you have to set properly environment DISPLAY variable. Example of UNIX commands:
#example of C shell (csh) command
setenv DISPLAY a-700s504.ag.eu.jci.com:12.0#example of Korn shell (ksh) and Bourne shell (sh) command
export DISPLAY=a-700s504.ag.eu.jci.com:12.0
Deploy with SDM
Run SDM by executing RemoteGui.sh. It is located in dir /usr/sap/<SID>/<INSTANCE>/SDM/program. Example of UNIX command:
/usr/sap/GZQ/JC10/SDM/program/RemoteGui.sh
Connect to server
Log in
Select package for deployment. Afterwards you should see the package under “SCAs/SDAs for Deployment” column. Then click “Next”.
Review repository
Start deployment
Confirm deployment
Exit SDM
Post-installation activities
Restart SAP Java instance
Execute UNIX commands “stopsap <INSTANCE>” and “startsap all”. Example: