cancel
Showing results for 
Search instead for 
Did you mean: 

How to check SAP system is active at OS level

Former Member
0 Kudos

Hi,

I am new to SAP.

I need to know how to check SAP system is active at OS level.

Regards,

Prem

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

I recommend to use

sapcontrol

it's the command line interface to the sapstart service which is also able to have a look into information dpmon is providing.

dpmon is limited to abap only sapcontrol is also J2EE aware.

peter

Former Member
0 Kudos

Prem .

If its on Unix a <b>ps-ef|grep sap</b> should be able to help u

Bye

Bharathwaj V

Former Member
0 Kudos

Hello,

You can use the utility sapinfo as described in OSS note 34998.

We have been using it successfully for several years.

It is nice to be able to also check the logon groups.

Regards,

Olivier

markus_doehr2
Active Contributor
0 Kudos

You can use the program

dpmon

which is like transaction SM50 (and more).

--

Markus

Former Member
0 Kudos

Whats your OS ? You can

Check Processes at os level , check the logs work directory etc

Thanks

Prince Jose