how to invoke netconsole



Greetings Folks,

I need to send kernel OOPs over the network to analyze. I've compiled
the kernel(2.6.10, i686) with built in netconsole support. But still
I'm not able invoke netconsole command.

According to Linux/Documentation/networking/netconsole.txt, we could
use following,

linux netconsole=4444@xxxxxxxx/eth1,9353@xxxxxxxx/12:34:56:78:9a:bc

or

insmod netconsole netconsole=@/,@10.0.0.2/


But neither I see any linux command nor any module to install. I
believe, because I've built in the netconsole code, there won't be any
module, but then there is no command I can use to invoke it.

Moreover, I don't see the client command also as given in the
Documentation as,

netcat -u -l -p <port>

Could you folks please tell me how can I avail netconsole?

Thanks,


Mozis.

.



Relevant Pages

  • Re: how to invoke netconsole
    ... with built in netconsole support. ... I'm not able invoke netconsole command. ... But neither I see any linux command nor any module to install. ... What the large print giveth, ...
    (comp.os.linux.development.system)
  • [PATCH v2 -mm 3/9] netconsole: Simplify boot/module option setup logic
    ... Presently, for built-in netconsole: ... called at boot-time from obsolete_checksetupwith the string matching ... "netconsole" module parameter passed from the modprobe command line is ... copied into the "config" static variable. ...
    (Linux-Kernel)
  • Re: [PATCH v2 -mm 3/9] netconsole: Simplify boot/module option setup logic
    ... Presently, for built-in netconsole: ... called at boot-time from obsolete_checksetupwith the string matching ... "netconsole" module parameter passed from the modprobe command line is ... passed netpoll parameters for the modular / built-in cases. ...
    (Linux-Kernel)