You need to have the redirection character '>' on your echo commands....Also you need to echo 1 into the layer2 file first and the online file second.
echo 1 > /sys/bus/ccwgroup/drivers/qeth/0.0.0700/layer2 echo 1 > /sys/bus/ccwgroup/drivers/qeth/0.0.0700/online Dell Harris On Tue, 2007-07-24 at 16:06 -0500, Kandi, Santosh wrote: > Mark, > > [EMAIL PROTECTED] ~]# echo 1 /sys/bus/ccwgroup/drivers/qeth/0.0.0700/online > 1 /sys/bus/ccwgroup/drivers/qeth/0.0.0700/online > [EMAIL PROTECTED] ~]# echo 1 /sys/bus/ccwgroup/drivers/qeth/0.0.0700/layer2 > 1 /sys/bus/ccwgroup/drivers/qeth/0.0.0700/layer2 > [EMAIL PROTECTED] ~]# cat /sys/bus/ccwgroup/drivers/qeth/0.0.0700/online > 0 > > Thanks, > Santosh > > -----Original Message----- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of > Mark Post > Sent: Tuesday, July 24, 2007 2:55 PM > To: [email protected] > Subject: Re: Configuring Layer 2 > > >>> On Tue, Jul 24, 2007 at 2:06 PM, in message > <[EMAIL PROTECTED]>, "Kandi, > Santosh" > <[EMAIL PROTECTED]> wrote: > > Hello, > > > > > > > > We have been trying to configure Layer2 and Layer3 OSA on Linux on VM > guest. > > > -snip- > > Layer3 is doing fine. We are unable to bring the Layer 2 interface up. > I > > followed the instructions from the manual > > > > > http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/as-IN/Instal > lation_ > > Guide/s2-s390info-qeth.html > > > > to add a qeth device. I am unable to bring the device online(returns > 0) > > > > cat /sys/bus/ccwgroup/drivers/qeth/0.0.0700/online > > 0 > > And when you do > "echo 1 > /sys/bus/ccwgroup/drivers/qeth/0.0.0700/layer2" > and > "echo 1 > /sys/bus/ccwgroup/drivers/qeth/0.0.0700/online" > what happens? > > > Mark Post > > ---------------------------------------------------------------------- > 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 > > ---------------------------------------------------------------------- > 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 ---------------------------------------------------------------------- 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
