cancel
Showing results for 
Search instead for 
Did you mean: 

Script to check application Server Down

Former Member
0 Kudos

Dears,

We are using HP-Unix and ECC 6.0 and Oracle 10g.

On CI we are using any script that sends a mail if any time instance goes down.

For this we have used logic of checking the message Service by logical group.

Now we also want to create one script for dialog instance but I am not getting the logic , I can check sevice dw* but not getting what command I should use or I can use some better logic.

Please suggest.

Shivam

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Check the following thread. It has something similar to what you are trying to do, especially the last reply.

[;

Hope this helps,

Thanks,

Naveed

nelis
Active Contributor
0 Kudos

I would setup a [Central Monitoring System (CEN)|http://help.sap.com/erp2005_ehp_04/helpdata/EN/9d/df1241c738f423e10000000a155106/frameset.htm] and install agents on each Application server. Then you can activate Availability Monitoring with Autoreactions which can also be used to send email alerts for a lot more than just "Uptime".

Nelis

Former Member
0 Kudos

Perhaps you can check the program sapinfo, which is part of the rfcdsk. I believe that you can perform some kind of logon to the system. I'm not 100% sure, but I think it is worthwhile checking...

Kind regards,

Mark

former_member204746
Active Contributor
0 Kudos

we use sapinfo too (as Mark said already).

a simple script calls SAPINFO, then, another script analyzes the results and sends an email if error.

quite simple to implement.