Friday, December 28, 2007

How the check the work process at os level in UNIX

Use these commands to check the work process and other SAP process at os level in unix

To check all the work processes:
ps -ef | grep dw

To check the sap os collector
ps -ef | grep sapos

To check the message server
ps -ef | grep ms

To learn more about PS command visit here

No comments:

Post a Comment

Friday, December 28, 2007

How the check the work process at os level in UNIX

Use these commands to check the work process and other SAP process at os level in unix

To check all the work processes:
ps -ef | grep dw

To check the sap os collector
ps -ef | grep sapos

To check the message server
ps -ef | grep ms

To learn more about PS command visit here

No comments:

Post a Comment