Stop and Start SAP |
How to Stop and Start SAP on UNIX / Linux:
Start SAP:
---------------
-
stopsap r3
-
ps -ef | grep sap
-
kill -9
(process id = sap process (process id = sap process>
-
ipcs -s | grep -i sap
-
ipcrm -s
(id = sap related id)
-
ipcs -m | grep -i sap
-
ipcrm -m
(id = sap related id)
Starting SAP:
------------------
After started you can check if SAP started by logging on to SAP using SAP GUI. Also you can monitor start-up JAVA using JCMON utility.
|
| Authored by: SAPKB.com
This question has been viewed 1340 times so far.
|
|
Click Here to View all the questions in SAP NetWeaver
category. |
File Attachments |
| There are no attachment file(s) related to this question. |
| |
|
|
| There are no user comments for this question. Be the first to post a comment. Click Here |
Related Questions
|
- New Installation of non-Unicode systems is no longer possible
- DB6Cockpit Empty
- Chagning SAP GUI Splash Screen
- Fastest way to confirm the SAP Downloads
- HTTP Trace on J2EE Engine
|