mail configuration

Everything about Control-M Server installation or setup.
Post Reply
User avatar
satish
Nouveau
Nouveau
Posts: 32
Joined: 25 Mar 2008 12:00

mail configuration

Post by satish » 25 Sep 2008 11:07

Hi,

I want to get alerts from my control-M server to my mail id.


Any body can help in this scenario.

Satis.

User avatar
ranger67
Nouveau
Nouveau
Posts: 52
Joined: 03 Jan 2008 12:00

Post by ranger67 » 25 Sep 2008 2:34

Alerts can be sent to either an snmp trap or to a script. In your case, I would have the scheduling system (CTMEM) send the data to a script and then from within the script send the data via email to yourself. The necessary parameters are set in the CTM/CM tools/system parameters/SendAlarmToScript and SendSNMP. In addition, you will probably need to bounce both the gas and the affected gateways.

User avatar
satish
Nouveau
Nouveau
Posts: 32
Joined: 25 Mar 2008 12:00

hi

Post by satish » 25 Sep 2008 8:31

Could you give me the procedure.

User avatar
satish
Nouveau
Nouveau
Posts: 32
Joined: 25 Mar 2008 12:00

HI

Post by satish » 29 Sep 2008 12:31

Hi,

Thanks for your information.

Please send me the procedure of configuration of the mails.

satis. :D

User avatar
ranger67
Nouveau
Nouveau
Posts: 52
Joined: 03 Jan 2008 12:00

Post by ranger67 » 01 Oct 2008 8:54

Satish, it's not a procedure per se. If I sent you the perl script I use to send the data to our snmp server, it wouldn't really help you. My suggestion is for you to visit Appendix A of the EM administrator's manual. Keeping in mind that in your case you will want to send snmp data to a script, and then from the script pass the data to a mail command.

for a UNIX server the mail command in the script might be something like:

echo "$*" | mail -s "subject line" emailaddress\@domain.com

It will all depend on your site and what data you want to send.

I hope this helps.

User avatar
satish
Nouveau
Nouveau
Posts: 32
Joined: 25 Mar 2008 12:00

hi

Post by satish » 03 Oct 2008 9:44

Thanks alot. :D

Post Reply