cancel
Showing results for 
Search instead for 
Did you mean: 

Auto email when the HANA DB system is unavailable

Former Member
0 Kudos

We are using HANA Cloud Database Services. I wanted to know is there a way we can configure the "monitor and alert" settings when the HANA database is unavailable.

Basically i need to send auto email when the HANA DB system is unavailable.

Accepted Solutions (0)

Answers (1)

Answers (1)

prithvirajr
Contributor
0 Kudos

Hi,

One way to achieve this is running R3trans -x from the application server to check if the db is available.

You can write a script and run it every 5 mins. if the script does not complete in given seconds or ends with RC >0 it means DB is hung or not available.

Regards

Prithviraj.