netconsole
TimonOct 20 2011 — edited Oct 30 2011Hello,
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?