Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

netconsole

TimonOct 20 2011 — edited Oct 30 2011
Hello,
I have a problem configuting Netconsole .
Following this guide : 793684.1 on the Oracle Knowledge Base. - Netconsole: Dumping System Console Messages Across the Network
Have 2 hosts VM , on same subnet.
Syslog server: 192.168.1.118
Netconsole client: 192.168.1.141

Syslog server is configured OK and listening on UDM 514 port.
Config on Netconsole client:
#/etc/sysconfig/netconsole
LOCALPORT=6666
DEV=eth0
SYSLOGADDR=192.168.1.118
SYSLOGPORT=514
SYSLOGMACADDR=08:00:27:4C:76:87

kernel.printk = 9 4 1 7

#/etc/modprobe.conf
options netconsole netconsole=6666@192.168.1.141/eth0,514@192.168.1.118/08:00:27:4C:76:87

# chkconfig netconsole on
# /etc/init.d/netconsole start
Initializing netconsole [ OK ]

then echo m > /proc/sysrq-trigger
is logging again in the local Netconsole client server syslog.
Remote syslog is empty.

Am I missing something here?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 27 2011
Added on Oct 20 2011
25 comments
1,992 views