cancel
Showing results for 
Search instead for 
Did you mean: 

How to view Work process status from Operating System level???

former_member222931
Participant
0 Kudos

Hi,

How can I check work process status from Operating System in Unix. For example : In Windows, I can see the work process status from SAP MMC in WP Table.

How can I view from Unix?

Appreciate your feedback. Thanks.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

It's been a while since the original post.  However, I feel the need to correct an assumption made in the question for the benefit of anyone who finds this post.  SAP MMC will with Unix systems as well.  You just have to install the MMC add-in on a Windows PC and register the Unix system as fixed (host instance).  The only requirement is the ability to access the web services provided by sapstartsrv (usually with the <sid>adm user/password). 

0 Kudos

Hi,

you can use dpmon tool to view the same.

Please check below link

SAP Basis Tutorials: What is Dpmon tool ? How to use it ?

Thanks

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

You use DPMON utility.

Go to profile directory and use the following command. Try to fire this command using the < SID>ADM user.

dpmon pf=<YOur instance profile>

After this command you will be in DPMON screen than press m for menu and than press p for process table and you are done.

With Regards,

Saurabh

Former Member
0 Kudos

Yes Saurabh is correct you can go with dpmon.

eg:

goto the profile directory

dpmon pf=instance profile name.

thanks

Rishi Abrol

former_member222931
Participant
0 Kudos

Thanks Saurabh.

Can we terminate the work process from here- Operating system? If from SAP, we can terminate a work process (DIA) from SM51.

My system DIA work process is fully utilised at the moment. Nobody can access. SAP and database is running fine.

Former Member
0 Kudos

Hi,

You can terminate. Please look into the menu given by DPMON carefully. You can kill the process using the k option.

Otherwise you can also kill the process kill -9 <PID of the process>.

Please do not terminate update and ENQ work process. This may lead to data loss. If the condition can not be control by killing some processes and again all the WPs are occupied. I recommend SAP system restart.

Restart will ensure that all necessary roll backs happen and no data loss.

With Regards,

Saurabh

Former Member
0 Kudos

For this make an rfc from one system to anothere and you can remote login to that system and then clear the Dialog process.

Thanks

Rishi Abrol

JPReyes
Active Contributor
0 Kudos

can we terminate the work process from here- Operating system? If from SAP, we can terminate a work process (DIA) from SM51.

Yes, you can terminate a process the same way as in SM51 via DPMON... check DPMON menu options

Regards

Juan

Former Member
0 Kudos

There is online video on dpmon. Check it out.

[http://www.youtube.com/watch?v=EvkgPPMBVkc]

Hope this helps.

former_member222931
Participant
0 Kudos

Thanks All..

Former Member
0 Kudos

To view work process status in Unix can be accomplished y DPMON or TOP for linux based installations.

- as sidadm run dpmon nr=<system number> or dpmon pf=<path of instance profile > and from the menu there are you can select the globalview (sm66) or the equivalent of SM50

- from te shell call top and then type in u (for user)

- type in sidadm

- only processes belonging t SIDADM user are displayed

-Damien

Former Member
0 Kudos

To view work process status in Unix can be accomplished y DPMON or TOP for linux based installations.

- as sidadm run dpmon nr=<system number> or dpmon pf=<path of instance profile > and from the menu there are you can select the globalview (sm66) or the equivalent of SM50

- from te shell call top and then type in u (for user)

- type in sidadm

- only processes belonging t SIDADM user are displayed

-Damien

Former Member
0 Kudos

To view work process status in Unix can be accomplished y DPMON or TOP for linux based installations.

- as sidadm run dpmon nr=<system number> or dpmon pf=<path of instance profile > and from the menu there are you can select the globalview (sm66) or the equivalent of SM50

- from te shell call top and then type in u (for user)

- type in sidadm

- only processes belonging t SIDADM user are displayed

-Damien