Changing SAP SDM Server Modes

To change the SDM Server mode, you need to stop the SDM Server. To remove the link between SDM and the Java Control Framework, proceed as follows:

1. Navigate to the usr/sap/<SID>/<INSTANCE_NAME>/SDM/program directory of your J2EE Engine.

2. Open a command prompt in this directory.

a. To remove the link between the SDM and the Java Control Framework execute the following command in the command line:
For Windows:

sdm jstartup "mode=standalone"

For UNIX:

sdm.sh jstartup mode=standalone

b. To integrate SDM in the Java Control Framework, use the following command:
For Windows:

sdm jstartup "mode=integrated"

For UNIX:

sdm.sh jstartup mode=integrated

3. Start the SDM Server again.

You May Also Like

Leave a Reply?