Bug 603420
| Summary: | network driver does not implement netlogging yet | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 3 | Reporter: | Qian Cai <qcai> | ||||
| Component: | virtio | Assignee: | Miroslav Rezanina <mrezanin> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 3.9 | CC: | bcao, tburke | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
This update adds support for a netlogging feature for virtio NIC.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-11-01 07:35:56 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Hi CAI, how do you configure server for netdump service? Install netdump-server and use the default setup. Created attachment 427422 [details]
Add support for netlogging
This patch set netlogging functionality to be built in.
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
This update adds support for a netlogging feature for virtio NIC.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2010-0813.html |
Description of problem: Starting netdump daemon on RHEL3.9 guest with virtio NIC under RHEL6 host, giving errors, # service netdump restart initializing netdump netlog: eth0's network driver does not implement netlogging yet, aborting. Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.21-63.ELsmp/kernel/drivers/net/netconsole.o: init_module: Operation not permitted /lib/modules/2.4.21-63.ELsmp/kernel/drivers/net/netconsole.o: insmod /lib/modules/2.4.21-63.ELsmp/kernel/drivers/net/netconsole.o failed /lib/modules/2.4.21-63.ELsmp/kernel/drivers/net/netconsole.o: insmod netconsole failed [FAILED] Version-Release number of selected component (if applicable): GUEST: 2.4.21-63.ELsmp kmod-virtio-smp-0.1-17.el3 HOST: qemu-kvm-0.12.1.2-2.71.el6.x86_64 kernel-2.6.32-33.el6.x86_64 libvirt-0.8.1-7.el6.x86_64 How reproducible: always