Sap Basis: Starting and Stopping SAP
Sap Basis: Starting and Stopping SAP
html
SAP BASIS
Blog Archive Monday, 11 February 2013
▼ 2013 (8)
▼ February (8) Starting and Stopping SAP
SAP Solution Manager 7.1 on
Windows Installation
SAP BASIS (Syllabus)
Starting and Stopping SAP
BACKGROUND JOBS FAILURE
REASONS
Starting and stopping SAP system is a very much procedural and sequential.
System Refresh Start Sequential
Support Pack Implementation Start services – Start Database – Start Central Instance – Start Dialog Instance
Kernel Upgrade
Start Services
Things To Check When SAP System
Down Services will come only in Windows so we need to start the SAP and Database services if they are not
Starting and Stopping SAP running automatically.
SAP Services
1. SAPOSCOL (This will collects OS related information)
2 SAP_ Ex: SAPPRD_00 (Control the SAP instance)
Database Services
1. Create the connection to the database
2. Control DB actions
Start Database
Underlying element of SAP system is Database Therefore database has to be started first.
Note – Dialog instance should be started after the message server and Enqueue server are started.
Next Step: - When an instance is started it reads the start profile. Start profile contains the information
like type of processes, number of processes, Main memory size and other.
Dispatcher will reads the default profile which contains the configuration information of the instance.
Dispatcher will start the work processes and creates the instance specific configuration. After the
instance is successfully started all the work processes connects to the database.
After logon to system execute T-Code SM50 and check the number of work process running and also in
OS level execute the command disp+word to see the work process.
1 of 2 1/18/2017 8:45 PM
SAP BASIS: Starting and Stopping SAP http://sapbasismaterials.blogspot.in/2013/02/starting-and-stopping-sap.html
In windows MMC right click on gray colour and select trace file directly it takes to the trace file.
Before stopping the system some of the things need to be taken in to consideration.
1. Check the logged-on users in SM04
2. Check the background jobs running in SM37
3. Batch inputs in SM35
4. Updates in SM13
5. External connections
Note: Before stopping the system it is important to inform all the users, so create the system message
in SM02
Sequence is stopping
1. Stop the Dialog instance
2. Stop the central instance
3. Stop the database
3 comments:
Reply
Reply
Good !!
Reply
Comment as:
Publish
2 of 2 1/18/2017 8:45 PM