Operating System - Tru64 Unix
1751936 Members
4758 Online
108783 Solutions
New Discussion юеВ

Re: syslogd+send email

 
jousif
Frequent Advisor

syslogd+send email

Hi admins,
please advise if I could send email via syslogd
i.e
I want to recieve mail from output of
*.err facility from tru64 unix server.
thanks.
5 REPLIES 5
Larin
Occasional Contributor

Re: syslogd+send email

Hi, Jousif.

Maybe it will useful for you:
http://h30097.www3.hp.com/docs/best_practices/BP_EVM_CELL/TITLE.HTM

BR
Alex
Ivan Ferreira
Honored Contributor

Re: syslogd+send email

You can also install and use WEBES. WEBES include System event analyzer (SEA), that can report via email what is the exact problem, like disk failure, power supply failure, memory or cpu problem, etc.

We are very pleased with SEA.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
jousif
Frequent Advisor

Re: syslogd+send email

Hi Larina,
many thanks to you,
I try the best practice,
but the scripte page_me dosnt work
the evmshow dosnt work,
please advise,]
thanks again.
Venkatesh BL
Honored Contributor

Re: syslogd+send email

Can you post the error, if any?
jousif
Frequent Advisor

Re: syslogd+send email

Hi BL Venkatesh,
thanks to you,
there isnt output from the following script,
#!/bin/sh
string=`evmshow -t 'EVM alert [@host_name]: @@'`
(echo Subject: $string
echo $string
) | mail mmm@fff.com
I try,
#evmshow -t "EVM alert [@host_name]: @@"
no output from this command,
please advise.