cancel
Showing results for 
Search instead for 
Did you mean: 

Processes to be running when a SAP Server is up

Former Member
0 Kudos

Pls tell me the processes to be running when a SAP Server in Unix is up and running.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can see workprocess , db related process , java related process ( if JAVA stack is installed ) etc on unix side when an SAP system is running

eg:

ps -ef |grep <sid> adm

check the processes started by this user , sam eway with ora<sid> ( if its oracle )

Thanks

Prince Jose

Former Member
0 Kudos

I dont want to see the processes.

I wnated to know what are the processes should be running when the SAP Server is running healthy

former_member193294
Active Participant
0 Kudos

Hi Balaji,

Prince is right.It should be all processes with ora and sap in the name.

In order to see the running processes please execute:

ps -ef |grep ora - This will shows all oracle running processes

ps -ef |grep sap - This will show all disp+work running processes

In addition:

Simpleway to check is disp+work is running is as follows:

1.Loginto the Central Instance Box as user <sid>adm

2. Go to your exe directory

3. Execute the following:

dpmon pf=<path of your instance profile/instance profile>

This will give you the same WP table which you do see in transaction SM50

Award points if useful.

rgds,

Loukas