07-22-2009
Netdump over bonded interface ?
Netdump over bonded interface ?
Hey there,..
I have heard from admins, that netdump usually fails over a bonded network interface.
I have written a multi-OS checkdump script , which checks if the respective crashdump utility on corresponding OS is correctly configured, space is available, etc etc etc.
For the netdump check, I wanted to add in a check to see if netdump is using bonded interface . How do I do that ? I can easily find out if the system has bonding enabled or if bond0 is up or down .
But I want to know if Netdump is going to use this bonded interface to send out the dump, or the usual interface ?
/etc/sysconfig/netdump doesnt give much of an idea. Does LOCALPORT setting have something to do with it ? It defaults to 6666.
I have minimal understanding about the networking side of this problem, could some one please tell me :
1. How do I find out which network interface (outgoing) netdump is currently configured to use ? How to check if its bonded or not ??
2. I also wanted to do a ethtool $NIC to check if the ethernet link is
down or up, so this brings back to finding out which network interface is used by netdump , eth0 , eth1 , bond0 ??? How can I find this out.
Thanks,
Shrikant
9 More Discussions You Might Find Interesting
1. Linux
I receive the error belong when attempting to load the netconsole module. Does anyone know how I can resolve this? I downloaded RPM from internal site, so it is trusted.
>uname -a
Linux indigo 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 x86_64 x86_64 x86_64 GNU/Linux
> modprobe -a... (0 Replies)
Discussion started by: vada010
0 Replies
2. Red Hat
Hello,
I'm installing a new netdump server and clients.
When I try to start a netdump cliente I get the next error:
/etc/init.d/netdump start ; echo $?
netdump: cannot ping 172.17.128.150
Inicio de netdump /lib/modules/2.4.21-37.ELsmp/kernel/drivers/net/netconsole.o: invalid argument... (3 Replies)
Discussion started by: RuBiCK
3 Replies
3. UNIX for Advanced & Expert Users
Hi Folks,
Do we have netdump client for Fedora 12 ?
I have downloaded a netdump-server package for the my netdump-server but can't find
netdump client for my FC12 client.
When I installed it via yum, it says
# yum install netdump
Loaded plugins: fastestmirror, presto, security,... (1 Reply)
Discussion started by: linuxgeek
1 Replies
4. Solaris
Dear all,
I am a newbie in solaris and I need your advice.
I have a Solaris version 5.9 installed on Sunfire V240.
I am able to ssh the machine from putty remotely.
My problem is that I cannot see the display from KVM switch I have connected to it. I need also to be able to see the GUI... (2 Replies)
Discussion started by: mbouster
2 Replies
5. SCO
Hi all
I have installed a demo version of SCO OpenServer 5.0.2, I finally found it is Desktop Interface, I would like to know how to change its interface to dos based interface?
If you have any ideas, please tell me then. Thank you (2 Replies)
Discussion started by: TinhNhi
2 Replies
6. IP Networking
This is my situation
DOS pc serial cable (sl0) Linux Pc eth1
192.168.0.10 <-------------------->192.168.0.2 <------------>192.168.0.1 (router)
I connected the linux pc and the dos pc with a SLIP (serial line internet protocol), so they can communicate in the sl0 interface.
... (3 Replies)
Discussion started by: mghis
3 Replies
7. Red Hat
hi,
i would like to configure netdump, but saving the var/crash in the server itself, not in another server.
could anybody tell me if this is possible?
thanks (4 Replies)
Discussion started by: pabloli150
4 Replies
8. UNIX for Dummies Questions & Answers
I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies
9. AIX
Hi Everyone,
Is it possible to configure bonding over bonded interface in AIX?
For example:
server has for NIC port:
ent0
ent1
ent2
ent3
First I create a EtherChannel ent4 from ent0 and ent1.
and then I create a EtherChannel ent5 from ent2 and ent3.
Can I create a EtherChannel... (1 Reply)
Discussion started by: nnnnnnine
1 Replies
LEARN ABOUT SUSE
ifcfg-bonding
IFCFG-BONDING(5) Network configuration IFCFG-BONDING(5)
NAME
ifcfg-bonding - interface bonding configuration
SYNOPSIS
/etc/sysconfig/network/ifcfg-bond*
Bonding Interfaces
To setup a bonding interface you need a configuration file ifcfg-bond<X> with the usual network settings. But you must add additional vari-
ables
BONDING_MASTER
must be set to 'yes' to identify this interface as a bonding interface
BONDING_SLAVE_<X>
here you specify the interface name representing the slave network interfaces.
BONDING_MODULE_OPTS
contains bonding options. Here you can set interface timeouts or working modes ('mode=active-backup' for backup mode). For addi-
tional information take a look into the documentation mentioned at the bottom. Note, that this options are not passed as parameters
to the bonding kernel module any more, but set via sysfs interface. This variable will be renamed in the feature.
BONDING_SKIP_REMOVE_WORKAROUND
When set to "yes", a bonding interface will be not removed while ifdown any more to avoid problems, e.g. when some third party ker-
nel module, such as Veritas 'llt' module, does not react correctly to the UNREGISTER event and does not remove its references to the
bonding interface causing all network related operation to stuck.
Note: the bonding options are not reverted when this option is enabled and it is required to either explicitly keep the old options
and set them to their default setting on bonding configuration changes or to reboot.
Example
Example for a bonding interface on eth0 and eth1 using the backup mode
ifcfg-bond0
STARTMODE='onboot'
BOOTPROTO='static'
IPADDR='192.168.0.1/24'
BONDING_MASTER='yes'
BONDING_SLAVE_0='eth0'
BONDING_SLAVE_1='eth1'
BONDING_MODULE_OPTS='mode=active-backup miimon=100'
Additional Information
For additional and more general information take a look into /usr/src/linux/Documentation/networking/bonding.txt. Maybe you need to
install the kernel sources to get this additional documentation.
The configuration of routes for this kind of interface does not differ from ordinary interfaces. See man routes for details.
BUGS
Please report bugs at <http://www.suse.de/feedback>
AUTHOR
Christian Zoz <zoz@suse.de> -- ifup script
Wilken Gottwalt <wgottwalt@suse.de> -- ifcfg-bonding manual page
SEE ALSO
ifcfg(5), ifup(8).
sysconfig April 2005 IFCFG-BONDING(5)