Register Login

I need to know how do you check if your SAP is running using UNIX command?

Updated May 18, 2018

I need to know how do you check if your SAP is running using UNIX command?
Also, how to check database is running using UNIX commands.


Comments

  • 15 Apr 2009 5:50 am saperpguru
    the commands are:
    ps -ef|grep sap
    ps -ef|grep ora
    check the process are running or not through it.
  • 02 Jul 2009 10:39 am Guest
    ps -ef | grep dw (disp+work)
    ps -fu sidadm
  • 17 Mar 2015 4:25 pm Guest

    ps -ef | grep dw


×