Mailinglist Archive: opensuse-autoinstall (99 mails)

< Previous Next >
Re: [opensuse-autoinstall] SLES 10 bonding support
  • From: "Michael T. Halligan" <michael@xxxxxxxxxxxx>
  • Date: Tue, 15 May 2007 09:36:26 -0700
  • Message-id: <2762EE3C-4C9B-4EDE-8512-83C793ED8FA6@xxxxxxxxxxxx>
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall +help@xxxxxxxxxxxx


--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
References