LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   netdump fails if bond0 is active (https://www.linuxquestions.org/questions/linux-networking-3/netdump-fails-if-bond0-is-active-247404/)

da_kidd_er 10-26-2004 05:09 AM

netdump fails if bond0 is active
 
Hi all,

I'm using RHEL3, I have a host that is connected to two LAN segments. Both connections are
channel bonded with NICs in an active-idle configuration. I have an issue
starting up my Netdump client when bonding is active, however when I turn it
off on the interface that its trying to out through, it starts up. Is there a
problem with netlogging to a netdump server through a bonding driver? If so,
is there a resolution to have both features enabled, bonding and netdump?

Here's my lsmod:

Module Size Used by Not tainted
mousedev 5492 1 (autoclean)
input 5856 0 (autoclean) [mousedev]
hangcheck-timer 2584 0 (unused)
lp 8932 0 (autoclean)
parport 36800 0 (autoclean) [lp]
autofs 13204 0 (autoclean) (unused)
nfs 94160 5 (autoclean)
lockd 58160 1 (autoclean) [nfs]
sunrpc 82108 1 (autoclean) [nfs lockd]
tg3 63208 2
bonding0 56544 1
ipt_REJECT 4600 1 (autoclean)
ipt_state 1080 4 (autoclean)
ip_conntrack 27112 1 (autoclean) [ipt_state]
iptable_filter 2412 1 (autoclean)
ip_tables 15776 3 [ipt_REJECT ipt_state iptable_filter]
floppy 56592 0 (autoclean)
sg 36140 0 (autoclean)
microcode 5656 0 (autoclean)
loop 11928 0 (autoclean)
ext3 85704 6
jbd 50572 6 [ext3]
lvm-mod 64448 4
qla2300 684924 4
cciss 43908 7
sd_mod 13680 8
scsi_mod 105896 3 [sg qla2300 cciss sd_mod]

/etc/modules.conf:

alias eth0 tg3
alias eth1 tg3
alias char-major-10-134 off
alias char-major-188 off
alias scsi_hostadapter cciss
alias scsi_hostadapter1 qla2300
alias scsi_hostadapter2 qla2300
options scsi_mod max_scsi_luns=256 scsi_allow_ghost_devices=1
options qla2300 ql2xopts=scsi-qla0-adapter-port=210000e08b13c576;scsi-qla0-tgt-000-di-00-node=50060482bfd17403;scsi-qla0-tgt-000-di-00-port=50060482bfd17403;scsi-qla1-adapter-port=210000e08b138478;scsi-qla1-tgt-000-di-00-node=50060482bfd1740c;scsi-qla1-tgt-000-di-00-port=50060482bfd1740c
alias md-personality-7 multipath
above vxfs vxportal qlog
options vxfs -o vxfs-3.4.4
options vxportal -o vxportal-3.4.4
options qlog -o qlog-3.4.4
post-install vxportal (/usr/lib/fs/vxfs/vxenablef -e full;) >/dev/null 2>&1
alias char-major-10-32 vxportal
alias char-major-171 qlog
alias bond0 bonding
options bond0 mode=1 -o bonding0
install ocfs load_ocfs

any inputs would be greatly appreciated :) thanks in advance

da_kidd_er 10-27-2004 04:30 AM

ahhh...Netdump doesnt actually support bonding that's why it doesnt work :)


All times are GMT -5. The time now is 10:11 AM.