Pages

Download SAP Certification Material for FREE @ http://sap-ebooks-den.blogspot.com

Wednesday, November 24, 2010

Starting and Stopping SAP with scripts (UNIX & Windows)


Starting the SAP System
startsap [db|r3|j2ee|ccms|all|check] [] []

Examples
startsap - to start the whole system
startsap j2ee DVEBMGS00 - to start the J2EE-Engine of the instance DVEBMGS00. The instance name is required if more than one instance is configured.
startsap r3 - to start only the ABAP part of the system

Stopping the SAP System
stopsap [db|r3|j2ee|ccms|all|check] [] []

Examples
stopsap - to stop the whole system
stopsap j2ee DVEBMGS00 - to stop the J2EE-Engine of the instance DVEBMGS00. The instance name is required if more than one instance is configured.
stopsap r3 - to stop only the ABAP part of the system


􀂃 The start and stop of the SAP system are done using the scripts startsap and stopsap in the exe directory.
􀂃 You have to be logged on to the SAP system hosts as user adm.
􀂃 If there are multiple SAP instances on one host – for example, a central instance and a dialog instance you have to add an extra parameter to the scripts:
􀂃 startsap ; stopsap
􀂃 For example, enter: startsap DVEBMGS00
􀂃 SAP Web AS J2EE only system: The instance name (instance ID) of the central instance is JC, the instance name of a J2EE dialog instance is J.
􀂃 To view all the processes use command: ps -ef | grep jlaunch

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...