To change the SDM Server mode please read more
You need to stop the SDM Server first as follow:
Stopping/Starting SDM Server
WINDOWS
- Navigate to the usr/sap/
/ directory of your J2EE Engine installation./SDM/program - To stop the SDM Server, execute the command:
StopServer
- To start the SDM Server, execute the command:
StartServer
- or simply start the SAP Management Console by choosing Start ® Programs ® SAP Management Console.
- From the tree, choose SAP Systems®
® ® Process Table. - Select the SDM process
To start it, choose Enable Process in the context menu.
To stop it, choose Disable Process in the context menu.
UNIX
- Navigate to the usr/sap/
/ directory of your J2EE Engine installation./SDM/program - To stop the SDM Server, execute the command:
StopServer.shTo start the SDM Server, execute the command:
StartServer.sh
Change SDM Server Mode
- Navigate to the usr/sap/
/ /SDM/program directory of your J2EE Engine. - Open a command prompt in this directory.
To remove the link between the SDM and the Java Control Framework execute the following command in the command line:
sdm jstartup "mode=standalone" for Windows
sdm.sh jstartup mode=standalone for UNIX
To integrate SDM in the Java Control Framework, use the following command:
sdm jstartup "mode=integrated" for Windows
sdm.sh jstartup mode=integrated for UNIX
No comments:
Post a Comment