I am moving one of my SUSE 10 images to a different machine where the
OSA has a different hardware address. We do not have VM (very sad, I
know). The address will be changing from f840 to b708, the name will
change from GIGPORT1 to OSAEGA0 and the IP will go from 10.5.100.31 to
10.50.40.121

I have renamed /etc/sysconfig/hardware/hwcfg-qeth-bus-ccw-0.0.f840 to
etc/sysconfig/hardware/hwcfg-qeth-bus-ccw-0.0.b708 and changed:

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.f840 0.0.f841 0.0.f842'
CCW_CHAN_NUM='3'
CCW_CHAN_MODE='GIGPORT1'
QETH_LAYER2_SUPPORT='0'
LCS_LANCMD_TIMEOUT=''
QETH_IPA_TAKEOVER='0'
QETH_OPTIONS=''

TO

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.b708 0.0.b709 0.0.b70E'
CCW_CHAN_NUM='3'
CCW_CHAN_MODE='OSAEGA0'
QETH_LAYER2_SUPPORT='0'
LCS_LANCMD_TIMEOUT=''
QETH_IPA_TAKEOVER='0'
QETH_OPTIONS=''

I also renamed /etc/sysconfig/network/ifcfg-qeth-bus-ccw-0.0.f840 to
/etc/sysconfig/network/ifcfg-qeth-bus-ccw-0.0.b708 and changed 

BOOTPROTO='static'
UNIQUE=''
STARTMODE='auto'
IPADDR='10.5.100.31'
NETMASK='255.255.0.0'
NETWORK=''
BROADCAST=''
_nm_name='qeth-bus-ccw-0.0.f840'
ETHTOOL_OPTIONS=''
LLADDR=''
MTU=''
NAME=''
REMOTE_IPADDR=''
USERCONTROL='no'

 TO

BOOTPROTO='static'
UNIQUE=''
STARTMODE='auto'
IPADDR='10.50.40.121'
NETMASK='255.255.255.224'
NETWORK=''
BROADCAST=''
_nm_name='qeth-bus-ccw-0.0.b708'
ETHTOOL_OPTIONS=''
LLADDR=''
MTU=''
NAME=''
REMOTE_IPADDR=''
USERCONTROL='no'

When SuSE comes up on the new box, I get a message saying
"qeth-bus-ccw-0.0.b708 No interface found"

Any ideas what the problem might be? Are there more changes that need to
be made to Linux, or do I need to look into the IO def for the LPAR?

Thank you for your help, 

Russell Jones 
ANPAC
System Programmer Trainee
rjo...@anpac.com

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to