Operating System - HP-UX
1846597 Members
3405 Online
110256 Solutions
New Discussion

Traps always displaied on the terminal

 
ChuanH
Regular Advisor

Traps always displaied on the terminal

Hi all,

Could any one can tell me how do I prevent the device's traps displaied on my terminal?
When I telnet into that unix box ( HPUX 11.0), the traps just keep going to disply on my screen, I even couldn't input a command completely.
F.Y.I.
CT 3 13:54:00 GOTD__MCCWC02 5/1 1927 NETMAN-1: TRAP:Authentication:Generated b
y: 192.168.151.40
OCT 3 13:54:00 GOTD__MCCWC01 5/1 5162 NETMAN-1: TRAP:Authentication:Generated b
y: 192.168.151.40
OCT 3 13:54:55 GOTD__MCCWC02 5/1 1928 NETMAN-1: TRAP:Authentication:Generated b
y: 192.168.151.40
OCT 3 13:54:55 GOTD__MCCWC01 5/1 5163 NETMAN-1: TRAP:Authentication:Generated b
y: 192.168.151.40

Any suggestions will be appreciated!


Thank you!
Vic
Knowledge is Power
3 REPLIES 3
harry d brown jr
Honored Contributor

Re: Traps always displaied on the terminal


Also, are you using the console of a server? Are you logged in as root?

live free or die
harry
Live Free or Die
harry d brown jr
Honored Contributor

Re: Traps always displaied on the terminal


What software do you have installed that is generating these errors?

What does your /etc/syslog.conf file look like?

live free or die
harry
Live Free or Die
ChuanH
Regular Advisor

Re: Traps always displaied on the terminal

Thanks Harry!
Login as root and I don't use the console on the server, this is a HPUX 11.0 used for Ciscoworks 2000. Messages are traps created on the network devices whose managed by Ciscoworks.
/etc/syslog.conf is :
/etc > pg syslog.conf
# @(#) $Revision: 74.1 $
#
# syslogd configuration file.
#
# See syslogd(1M) for information about the format of this file.
#
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
# Added for Cisco Syslog Analyzer (begin)
local7.info /var/log/syslog_info
# Added for Cisco Syslog Analyzer (end)
#BEGIN CSCOmd - DO NOT EDIT THESE COMMENTS OR CONTENTS CONTAINED WITHIN - local0
1
#
local0.emerg;local0.alert;local0.crit;local0.err;local0.warning;local0.notice;lo
cal0.info;local0.debug /var/adm/CSCOpx/log/dmgtd.log
#
#END CSCOmd DO NOT EDIT BEFORE THIS LINE 1
(EOF):


Could you please check to see if there are something wrong in this file?


Thanks a lot!

Vic
Knowledge is Power