cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Alert message on sap down

former_member622718
Participant
0 Kudos
202

Dev, quality and production system are Hana db..

Solution manager and fiori system are on sy-base db..

If any of the system goes down we need alert message from system..

Where and how can we configure..

Thanks

Manoj

Accepted Solutions (0)

Answers (1)

Answers (1)

dasistdochscheisse
Active Participant
0 Kudos

create a script on os level which checks if all SAP processes are running. This can be done with the sapcontrol comand. E.g. "sapcontrol -nr 00 -function GetProcessList | grep -i green | wc -l" should write a 4 on the console, you can check against that and if the number is lower, generate a mail on os level.

Or get a tool like Nagios and many others for system monitoring...