jump to navigation

Monitoring Application Server September 30, 2010

Posted by Nilotpal Mrinal in PeopleSoft.
Tags: , ,
trackback

Recently , I came across a situation where an application server domain should be monitored always and whenever it is down , an email should go to concerned team.

Application server was on a windows 2003 server.

To get an email , first of all we need to setup SMTPĀ  in psappsrv.cfg. Then we will require any kind of third party tool like bmail or sendmail. I have used sendmail.

I have written a bat file which runs infinitely , and gather application server status after every 1 minute and take this output in a text file . Whenever application server is up , it will have BBL.exe process running . Search for ‘BBL.exe’ in text file and if found do nothing , delete the text file and continue the infinite loop.

If not found , go to send mail procedure , which will send emails to an individual or a group , and will keep mailing at fixed interval until application server is up.

Comments»

1. Shah - February 14, 2011

Could you share that bat file? I need something like as well but don’t want to spend money on expensive 3rd party tools. I would appreciate if you could share the script.

Thanks,

Shah

2. People’s Blog for PeopleSoft « Oracle jgaicc - April 27, 2011

[...] Monitoring Application Server September 30, [...]

3. Raj - June 8, 2011

Hi Neil,

Could you please share the bat file? We are looking into implement something very similar.
Thank you.


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.