cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

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

Former Member
0 Likes
29,867

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.

View Entire Topic
Former Member
0 Likes

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 Likes

Yes Saurabh is correct you can go with dpmon.

eg:

goto the profile directory

dpmon pf=instance profile name.

thanks

Rishi Abrol

Former Member
0 Likes

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 Likes

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 Likes

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 Likes

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 Likes

There is online video on dpmon. Check it out.

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

Hope this helps.

Former Member
0 Likes

Thanks All..

Former Member
0 Likes

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 Likes

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 Likes

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