Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 29

SAP System

SAP System Architecture


SAP GUI
DIAG

Web Browser
HTTP, HTTPS SMTP, SOAP, XML,
Dispatcher Queue SAP Web AS Java

SAP Web Application Server(SAP Instance)


Dispatcher
Queue

M ICM

SAP Buffer (Shared Mem)

Memory Pipe

Oracle Informix DB2 MS SQL Server MAX DB

Database Server

Starting and Stopping SAP System

Starting SAP System

Start SAP : Windows Server

Windows Service : SAP/Oracle RDBMS

SAP Start Process

Starting SAP System : Windows Server

right-click

MMC

DEV

Start
send message via name-pipe

sapstart.log

SAPDEV_00 (service)
Start

read

Startup Profile strdbs.cmd msg_server.exe disp+work.exe

alert_DEV.log

DB (if not)
dev_ms dev_disp

Message Server

Dispatcher
Start Start

read

Default Profile Instance Profile

dev_rd

Gateway

Start

dev_icm

ICM

dev_w0..w<n>

WPs

Connect DB

DB

SAPDBA (Release <= 4.6C)

BRTOOLS (Release >= 4.7)

Start SAP : Command Line


C:\startsap name=<SID> nr=<System Number> SAPDIAHOST=<Host Name> Example : C:\startsap name=DEV nr=00 SAPDIAHOST=sap

Remove/Reinstall SAP Service for Windows Server


Remove SAP Service
C:\usr\sap\DEV\SYS\exe\run\ntscmgr remove SAPDEV_00

Reinstall SAP Service


C:\usr\sap\DEV\SYS\exe\run\ntscmgr install SAPDEV_00 -b c:\usr\sap\DEV\SYS\exe\run\sapntstartb.exe -p pf=c:\usr\sap\DEV\SYS\profile\START_DVEBMGS00_sap

Start SAP : UNIX Server

Starting SAP System : UNIX

Starting SAP System : UNIX Server

$ startsap
start

SAPosCOL(if not)
startdb.log startsap_DVEBMGS00.log alert_DEV.log

startdb script
sapstart
Start read

Startup Profile msg_server disp+work

kill.sap
read

dev_ms dev_disp

Message Server Dispatcher


Start Start Start
ICM
dev_icm

Default Profile Instance Profile

dev_rd

Gateway

WPs
dev_w0..w<n>

Connect DB

DB

Checking Oracle Database Status using brtools

SAP Work Process : ps ef | grep dw

Starting SAP Options : UNIX Server


Startup Database Server
$ startsap db

Startup SAP Instance


$ startsap r3

Stopping SAP System

Before Stopping the SAP System


Check the status of
List users : SM04,AL08 List Active processes : SM50,SM66

Send a system message : SM02

Stopping SAP : Windows Server

Stopping the SAP System : Windows

Stopping SAP System : Windows Server

Stopping SAP : UNIX Server

Stopping the SAP System : UNIX

Stopping SAP System : UNIX Server

Stopping SAP Options : UNIX Server


Stop SAP Instance
$ stopsap r3

Startup Database Server


$ stopsap db

You might also like