On Tue, 01 Apr 2008, Gerrard Geldenhuis wrote: > I have a related issue... we don't really want to use the primary option. > When there is a failure it should just stick to that path. However we do > want it to be predicatable on startup as to which interface it is going to > use. > Is there any way of specifying which interface should be the current active > slave.
I don't think there is a way to do this using the standard RHEL5 ifcfg configuration. You can set the current active slave via the sysfs interface with: echo "ethX" > /sys/class/net/bondX/bonding/active_slave . I have not used this a lot, but it seems reasonably sane. If you try to set an interface that does not have a link, it will error. Thanks, Doug _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
