[opensuse-autoinstall] SLES 10 bonding support
Do we have support for bonding in SLES10 AutoYast? Customer's asking for it... Thanks Yan -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Bonding support, yes. However, it doesn't appear to exist as part of Yast or Autoyast. Here's hwo I do it: <initrd_modules config:type="list"> <initrd_module> <module>bonding</module> </initrd_module> </initrd_modules> <file> <file_contents><![CDATA[STARTMODE='onboot' BOOTPROTO='static' IPADDR='10.1.110.50/24' BONDING_MASTER='yes' BONDING_SLAVE_0='eth0' # you can use eth0 here, too BONDING_SLAVE_1='eth1' # or eth1 BONDING_MODULE_OPTS='mode=1 primary=eth1 arp_interval=1000 arp_ip_target=+10.1.110.1' # backup mode ]]></file_contents> <file_owner>root</file_owner> <file_path>/etc/sysconfig/network/ifcfg-bond0</file_path> <file_permissions>644</file_permissions> </file> <interfaces config:type="list"> <interface> <bootproto>NONE</bootproto> <device>eth0</device> <mtu>9000</mtu> <name>Hewlett-Packard Company NetXtreme BCM5721 Gigabit Ethernet PCI Express</name> <startmode>off</startmode> </interface> <interface> <bootproto>NONE</bootproto> <device>eth1</device> <mtu>9000</mtu> <name>Hewlett-Packard Company NetXtreme BCM5721 Gigabit Ethernet PCI Express</name> <startmode>off</startmode> </interface> </interfaces> On May 15, 2007, at 3:21 AM, Yan Fitterer wrote:
Do we have support for bonding in SLES10 AutoYast?
Customer's asking for it...
Thanks Yan -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall +help@opensuse.org
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Michael T. Halligan
-
Yan Fitterer