cancel
Showing results for 
Search instead for 
Did you mean: 

How To get logs when production server was shut down ??

Former Member
0 Kudos

Dear Experts,

How to get the detail log of the production server down time, during given time period when production server was shutdown, please help me regardin this for the audit purpose.

Regards,

Sanjay Jha

Accepted Solutions (0)

Answers (2)

Answers (2)

cris_hansen
Advisor
Advisor
0 Kudos

Hi Sanjay,

Actually you can use the Security Audit Log (transaction codes SM19 and SM20) to know the moment the application server stopped and when it was started again. You can create your own ABAP report to retrieve this information and calculate the offline time. SAP note 539404 is a kick-start in SAL.

I hope this helps.

All the best,

Cristiano

Former Member
0 Kudos

The instance work directory carries a file called 'available.log' which states the availability of an instance. The content can be misleading in case it is an ABAP+JAVA instance.

path: /usr/sap/<SID>/D*/work

tiago_scherer
Participant
0 Kudos

Dear Sanjay Jha,

You need to know when the system stopped and started again? You can know how long the productive system was down checking the dev_ms.old and the dev_ms. Then you will know when the system was down (dev_ms.old) and when it started again (dev_ms).

Regards,

Tiago

Former Member
0 Kudos

Hi Tiago,

Thanks for response, please breif how and where i have to check for this log?

Regards,

Sanjay Jha