Operating System - HP-UX
1834435 Members
2378 Online
110067 Solutions
New Discussion

Network down message when network cable unplugged or failed

 
NEILL AVENANT
New Member

Network down message when network cable unplugged or failed


Greetings,

We would like the system to log a message to syslog.log when the network cable is unplugged or the network is unavailable.

On some machines this does work, but on our HPUX 11i installation, it does not.

We need this for Veritas Clustering and day to day monitoring.

Any advice appreciated.

Thank you!
David. .
1 REPLY 1
cl_5
Frequent Advisor

Re: Network down message when network cable unplugged or failed

Only an idea.
Normally you get a message like "...bad cable connection to hub or switch...." on /dev/console if your network connection is broken.
Check your /etc/syslog.conf and change
*alert /dev/console
to
*alert /YOUR_LOGFILE_PATH

Hope this helps!

Kind regards
cl