Reading a piece on adding Qeth to sles10 it talks about 2 pieces one in /etc/sysconfig/network/ and one in /etc/sysconfig/hardware/
So after the initial install I find /etc/sysconfig/hardware/hwcfg-bus-ccw-0.0.1d00 and /etc/sysconfig/network/ifcfg-eth-id-02:00:85:00:00:09 Is it odd these are not named the same? inst-sys:~ # cat /mnt/etc/sysconfig/network/ifcfg-eth-id-02\:00\:85\:00\:00\:09 BOOTPROTO="static" LLADDR="02-00-85-00-00-09" UNIQUE="" STARTMODE="onboot" IPADDR="199.44.167.84" NETMASK="255.255.255.128" NETWORK="199.44.167.0" BROADCAST="199.44.167.127" _nm_name='hwcfg-bus-ccw-0.0.1d00' inst-sys:~ # cat /mnt/etc/sysconfig/hardware/hwcfg-bus-ccw-0.0.1d00 STARTMODE='auto' MODULE='' MODULE_OPTIONS='' On Wed, Feb 18, 2009 at 9:12 AM, Mark Pace <[email protected]> wrote: > Thanks, Tobias. I've tried placing this in various places in my > autoyast.xml file and still does not appear after autoyast completes. > > So after the IPL from the boot disk failed, I IPLed the starter system and > manually add the file etc/sysconfig/ >> >> hardware/hwcfg-qeth-bus-ccw-0.0.1d00 > > > Now when I IPL the boot disk I see the messages that qeth is starting > qeth: loading qeth S/390 OSA-Express > driver > qeth: Device 0.0.1d00/0.0.1d01/0.0.1d02 is a Guest LAN QDIO card (level: > V541) > with link type GuestLAN QDIO (portname: > ) > qeth: MAC address 02:00:85:00:00:09 successfully registered on device > eth0 > ..done"" > > > But then > eth0 " > eth0 configuration: eth-id-02:00:85:00:00:09" > NET: Registered protocol family 17 > Wrong address (02-00-85-00-00-09) length: expected 6 bytes" > > Any ideas? > > > > On Wed, Feb 18, 2009 at 12:48 AM, Tobias Doerkes <[email protected]>wrote: > >> I am facing the same problem and I was not able to determine the reason. >> >> >> >> But i solved this issue by copying the right file during autoyast stage2 >> from autoyast.xml >> >> >> >> <file> >> <file_contents><![CDATA[STARTMODE='auto' >> MODULE='qeth' >> MODULE_OPTIONS='' >> MODULE_UNLOAD='yes' >> SCRIPTUP='hwup-ccw' >> SCRIPTUP_ccw='hwup-ccw' >> SCRIPTUP_ccwgroup='hwup-qeth' >> SCRIPTDOWN='hwdown-ccw' >> CCW_CHAN_IDS='0.0.a000 0.0.a001 0.0.a002' >> CCW_CHAN_NUM='3' >> CCW_CHAN_MODE='' >> QETH_LAYER2_SUPPORT='1' >> LCS_LANCMD_TIMEOUT='' >> QETH_IPA_TAKEOVER='0' >> QETH_OPTIONS='' >> ]]></file_contents> >> <file_owner>root</file_owner> >> >> <file_path>/etc/sysconfig/hardware/hwcfg-qeth-bus-ccw-0.0.a000</file_path> >> <file_permissions>644</file_permissions> >> </file> >> >> >> >> >> I think the the whole layer2 thing is not well implemented in SLES10. >> >> And i checked my SLES10 SP2 docs: OSAHWaddr in not mentioned. >> >> >> >> Regards, >> >> >> >> Tobias >> >> _________________________________________________________________ >> Connect to the next generation of MSN Messenger >> >> http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline >> ---------------------------------------------------------------------- >> For LINUX-390 subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO LINUX-390 or >> visit >> http://www.marist.edu/htbin/wlvindex?LINUX-390 >> > > > > -- > Mark Pace > Mainline Information Systems > 1700 Summit Lake Drive > Tallahassee, FL. 32317 > -- Mark Pace Mainline Information Systems 1700 Summit Lake Drive Tallahassee, FL. 32317 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
