cancel
Showing results for 
Search instead for 
Did you mean: 

SM66 or SM50 from OS level

Former Member
0 Kudos

Hello All,

we are on Ecc6, with 3 app servers and 1 CI with OS AIX .

I would like to know whats d command we can execute to see all the workprocesses from OS level.

Suppose i want to see wat all are the WP in App1 are running. So how to see that.

Its Just i want to see SM66 or SM50 from OS level.

how to achieve this.

Regards,

Sr

Accepted Solutions (1)

Accepted Solutions (1)

former_member759680
Contributor
0 Kudos

use "dpmon"

login using sidadm

type - dpmon pf=/usr/sap/SID/profile/SID_DVEBMSGXXX.pfl

Answers (3)

Answers (3)

Former Member
0 Kudos

Try this DPMON. Its exact equivalent for SM50 in terms of killing WP/seeing the status of WP/current execution state etc..

There is option to give you more details. check that for full view.

dpmon pf=/usr/sap/SID/profile/SID_DVEBMSGXXX.pfl

Regards,

Sandeep.

ashish_vikas
Active Contributor
0 Kudos

you can use dpmon to check wp table SM50 screen on every app server, however there is now way to check SM66 on OS level..

Former Member
0 Kudos

if OS is AIX, 'topas' will give you SM66. connection via putty will give better resolution for this command output instead of a connection via command prompt. After topas, type 'p' to switch between processes and harddisk usages. Infact, topas will help you analyze many more things apart from just the processes.