Automated Error Email Notification on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Automated Error Email Notification on AIX
# 1  
Old 02-18-2009
Automated Error Email Notification on AIX

Hello Folks,

I would like to setup automated error email notifications for any hardware + software + Hacmp errors.

How can I do it ?


I have searched on the internet, i have found something like a script erronotifier or something like that...


P.S. I don't want to use a third party tool.
# 2  
Old 02-18-2009
Error Notification in AIX

Also it will not prevent spam. So if you have a errornous device for example writing about 20 permanent hardware errors per second into your errpt, you will get a lot of mails.

Maybe a self scripted solution is better, just checking in let's say 15 minute intervals the entries of the errpt.
# 3  
Old 02-18-2009
To expand on what zaxxon said: you can set up syslog facilities to collect the error messages you want to see in some file. write a script that parses this file and sends mails for certain circumstances to your designated email account.

I hope this helps.

bakunin
# 4  
Old 02-18-2009
Quote:
Originally Posted by filosophizer
[...] I would like to setup automated error email notifications for any hardware + software + Hacmp errors.[...]
For an HACMP admininstrator there is an easy way to add his own error notification methods.
# smitty cm_EN_menu
HACMP is the only AIX addon that comes with a SMIT panel to do this. Smilie
# 5  
Old 02-21-2009
Thank you folks for the reply.

As you know this is one of the important and required tasks for any AIX system admin and I thought AIX would have it integrated solution....

I looked at the above link provided and it was helpful. Thanks.


ANother question:

Can anyone suggest FREE or Licensed Tools for performing such tasks.
# 6  
Old 02-21-2009
This site may have something:
Welcome to Bull AIX freeware site
# 7  
Old 03-10-2009
Just collected few links on this topic which could be helpful for others:

1) Help -

2) Help -

3) Help -

4)Help -



Strickly speaking, one may write own scripts which monitors

the errpt output and e-mail you if necessary.

The other thing to consider is that sendmail need to be configured
properly if you need to receive email via the MS Exchange server.

Please see Help -

IMPORTANT: Please ensure that you can send e-mail on command line to your address before even going all the way to configure AIX Error
notification.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Email notification error on Solaris

Hi, I am getting error below when testing email. is there a way I can configure email on Solaris? SunOS -s 5.10 Generic_147440-04 sun4u sparc SUNW,SPARC-Enterprise echo "hello" | sendmail -v abcd WARNING: local host name (-s) is not qualified; see cf/README: WHO AM I? abcd... Connecting... (1 Reply)
Discussion started by: roshanbi
1 Replies

2. Shell Programming and Scripting

Email Notification

Hi All, I need write a linux script which emails each record to the employee manager email-id which will be specified inside the file. Each employee can have a different manager too.. file contain 200 to 300 records Employee ID, Employee Name, Employee Email-ID, Manager, Manager... (4 Replies)
Discussion started by: tradingspecial
4 Replies

3. UNIX for Dummies Questions & Answers

Email notification is not working in spacewalk

Hi, I am using spacewalk tool ( Linux systems management solution ). I have configured probe notification and notification method in spacewalk. But I am not getting the notification mail. Checked the /var/log/maillog and the error message as follows, Dec 11 17:01:11 spserver... (2 Replies)
Discussion started by: Nila
2 Replies

4. AIX

Email Notification if file exist in AIX

hi, I want to the AIX to check if file exist everyday and send me notification email. I added this to the root file in /var/spool/cron/crontabs 0 10 * * * /usr/sendS40No.sh > /dev/null 2>&1 I tried also 0 10 * * * /usr/sendS40No.sh and in the sendS40No.sh i wrote this if then echo... (6 Replies)
Discussion started by: amjad_bl3awy
6 Replies

5. AIX

Sending an email notification when syslog goes down

Hi All of a sudden the syslog daemon in the server went down and then later I started it manually # ps -ef | grep syslogd root 217228 114906 0 Nov 16 - 0:00 /usr/sbin/syslogd root 430306 290870 0 14:18:11 pts/0 0:00 grep syslogd Can some one help me with a script which will monitor the... (2 Replies)
Discussion started by: newtoaixos
2 Replies

6. UNIX for Advanced & Expert Users

Linux-Heartbeat Email Notification

hi guys I hope this goes here Have someone used Linux heartbeat to send email when the Slave server becomes the Master? I've read I can configure the MailTo under /etc/ha.d/resource.d but I really don't know how to do it. I basically need my primary server to send an email when it... (2 Replies)
Discussion started by: karlochacon
2 Replies

7. UNIX for Dummies Questions & Answers

Understanding Email notification script

Hello All, 1) I am trying to understand the shell script written already, below is the code in this code i am seeing a variable $EMAIL_ID which was not defined in entire script, neither it is passed as a parameter while executing shell script nor it is defined in .profile, could you please tell... (1 Reply)
Discussion started by: Ariean
1 Replies

8. AIX

Cron Job notification email

Hi, I'm fairly new to Aix and am looking for some help on the following. I have setup a cron job under root and want it to send the email once it's run to an external email address. I can get it to send the output in an email to me by using mail on the end of the crontab entry. But I would... (1 Reply)
Discussion started by: elmesy
1 Replies

9. UNIX for Dummies Questions & Answers

How to add email notification in scripts?

Hi. I want to add email notification so when the my script finishes it sends out an email of the results to our team. If there are errors the subject on the email should say there were errors. If any having idea/sample scripts pls share with me. (2 Replies)
Discussion started by: redlotus72
2 Replies

10. Post Here to Contact Site Administrators and Moderators

Why am I not recieving email notification?

I have been a member for almost a year now. I have always recieved email notifications when I select "subcribe to this thread" at the bottom of posts that I reply to. However, over the last month or so, I have not been recieving email notification of replys to posts I respond to. I have... (6 Replies)
Discussion started by: Kelam_Magnus
6 Replies
Login or Register to Ask a Question