Hi Peter,
Well, I don't know what had happened yesterday with the other machine.
But indeed, it should work:-).
nlzlx214:~ # vmcp det nic f10
NIC 0F10 is destroyed; devices 0F10-0F12 detached
nlzlx214:~ # vmcp define nic f10
NIC 0F10 is created; devices 0F10-0F12 defined
nlzlx214:~ # vmcp couple f10 system tsm1
HCPCPL2788E NIC 0F10 not connected; already connected to VSWITCH SYSTEM
TSM1
Error: non-zero CP response for command 'COUPLE F10 SYSTEM TSM1': #2788
nlzlx214:~ # vmcp q v nic
Adapter 0F00.P00 Type: QDIO Name: devclaw Devices: 3
MAC: 02-00-00-00-00-0F VSWITCH: SYSTEM OSNLINUX
Adapter 0F10.P00 Type: QDIO Name: devclaw Devices: 3
MAC: 02-00-00-00-00-10 VSWITCH: SYSTEM TSM1
nlzlx214:~ # chccwdev -e f10
WARNING: Device[0.0.0f10] is already online
Done
nlzlx214:~ # chccwdev -e f11
WARNING: Device[0.0.0f11] is already online
Done
nlzlx214:~ # chccwdev -e f12
WARNING: Device[0.0.0f12] is already online
Done
nlzlx214:~ # ifup eth1
eth1
eth1 configuration: qeth-bus-ccw-0.0.0f10
SuSEfirewall2: Warning: ip6tables does not support state matching.
Extended IPv6 support disabled.
SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
SuSEfirewall2: batch committing...
SuSEfirewall2: Firewall rules successfully set
And now ifconfig shows my eth1.
Now let's try this also on the nlzlx215, same problem there. If all is
wel add config in sysconfig/network, add device in sysconfig/hardware,
detach/define the nic. Ifup should activate the config. That was pretty
close to what I did, but the sysconfig/hardware was done a bit later in
the process.
As for SLES10, it is SP2 so that wouldn't be the issue.
Thanks for your help.
Regards, Berry.
-----Original Message-----
From: Linux on 390 Port [mailto:[email protected]] On Behalf Of
Harder, Pieter
Sent: woensdag 17 juni 2009 14:24
To: [email protected]
Subject: Re: How to activate 2nd nic
Hi Berry,
That should work. If not, something is hung up due to the previous
attempts. As the nic is not online anyway I would simply detach and
newly define it. If this does not work we need to look at software
levels there were problems with udev in SLES10SP0 and SLES10SP1 that are
fixed in SP2.
Best regards,
Pieter Harder
[email protected]
tel +31-73-6837133 / +31-6-47272537
-----Oorspronkelijk bericht-----
Van: Linux on 390 Port [mailto:[email protected]] Namens van
Sleeuwen, Berry
Verzonden: woensdag 17 juni 2009 14:19
Aan: [email protected]
Onderwerp: Re: How to activate 2nd nic
Hi Peter,
I don't like a reboot when it also can be done dynamically. But even so,
on that other machine I did perform a reboot with no luck either.
As for chccwdev:
nlzlx214:~ # chccwdev -e 0f10
Setting device 0.0.0f10 online
Failed
And the same for f11 and f12.
Regards, Berry.
-----Original Message-----
From: Linux on 390 Port [mailto:[email protected]] On Behalf Of
Harder, Pieter
Sent: woensdag 17 juni 2009 14:04
To: [email protected]
Subject: Re: How to activate 2nd nic
Hi Berry,
After providing the hardware definition you need to either reboot or set
the device online for udev to do it's magic.
Something like chccdev -e 0.0.ccuu...
Best regards,
Pieter Harder
[email protected]
tel +31-73-6837133 / +31-6-47272537
-----Oorspronkelijk bericht-----
Van: Linux on 390 Port [mailto:[email protected]] Namens van
Sleeuwen, Berry
Verzonden: woensdag 17 juni 2009 13:38
Aan: [email protected]
Onderwerp: Re: How to activate 2nd nic
Hi Pieter,
In this case *) no. But now I have. Ifup still doesn't see the eth1 so I
guess there is more to it?
*) yeterday I did this on another machine and there I did create the
file in sysconfig/hardware. But then also no luck. Untill all of a
sudden after some more tinkering suddenly the eth1 was activated.
Regards, Berry.
-----Original Message-----
From: Linux on 390 Port [mailto:[email protected]] On Behalf Of
Harder, Pieter
Sent: woensdag 17 juni 2009 13:29
To: [email protected]
Subject: Re: How to activate 2nd nic
Hi Berry,
You did provide /etc/sysconfig/hardware for the second nic? If not the
/etc/sysconfig/network doesn't kick in as the hardware is not picked up.
Best regards,
Pieter Harder
[email protected]
tel +31-73-6837133 / +31-6-47272537
-----Oorspronkelijk bericht-----
Van: Linux on 390 Port [mailto:[email protected]] Namens van
Sleeuwen, Berry
Verzonden: woensdag 17 juni 2009 13:24
Aan: [email protected]
Onderwerp: How to activate 2nd nic
Hello listers,
I'm trying to get the second nic working in an SLES10 guest. In one
guest I succeeded but I don't know why. I had been tinkering in several
places including with yast. But once it worked I still didn't figure out
what the trick was.
The guest has two nic's defined in VM, both qdio, connected to a
vswitch.
nlzlx213:/ # vmcp q v nic
Adapter 0F00.P00 Type: QDIO Name: devclaw Devices: 3
MAC: 02-00-00-00-00-11 VSWITCH: SYSTEM OSNLINUX
Adapter 0F10.P00 Type: QDIO Name: devclaw Devices: 3
MAC: 02-00-00-00-00-12 VSWITCH: SYSTEM TSM1
The ifconfig shows eth0, eth1 and lo. But the nlzlx214, the second
machine, (almost) identical to the nlzlx213 only shows eth0 and lo.
Activating eth1 shows:
nlzlx214:~ # ifup eth1
Interface eth1 is not available
rcnetwork restart only restarts eth0.
I also tried to activate with yast, the eth0 (device f00) show as just
f00. The devices that should be used for eth1, f10-f12, are listed
seperatly. After creating the configuration files in
/etc/sysconfig/network, just like in the nlzlx213 machine, I do see the
config on device f10, but f11 and f12 show not configured.
Somewhere along the route I have missed a step. I expected to create the
configuration in /etc/sysconfig/network would be enough but apparently I
need to do something more. So the question, how to activate and
configure the second nic? I do prefer to do this without yast, not only
because I don't succeed with yast as well, but also to see what has to
be done here.
Met vriendelijke groet/With kind regards, Berry van Sleeuwen Flight
Forum 3000 5657 EW Eindhoven
( +31 (0)6 22564276
Atos Origin <http://www.atosorigin.com/>
MO OC Mainframe Services
----------------------------------------------------------------------
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
Brabant Water N.V.
Postbus 1068
5200 BC 's-Hertogenbosch
http://www.brabantwater.nl
Handelsregister: 16005077
----------------------------------------------------------------------
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
----------------------------------------------------------------------
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
ÿþD i t b e r i c h t i s v e r t r o u w e l i j k e n k a n
g e h e i m e i n f o r m a t i e b e v a t t e n e n k e l
b e s t e m d v o o r d e g e a d r e s s e e r d e . I n d i e n
d i t b e r i c h t n i e t v o o r u i s b e s t e m d ,
v e r z o e k e n w i j u d i t o n m i d d e l l i j k a a n
o n s t e m e l d e n e n h e t b e r i c h t t e
v e r n i e t i g e n .
A a n g e z i e n d e i n t e g r i t e i t v a n h e t
b e r i c h t n i e t v e i l i g g e s t e l d i s m i d d e l s
v e r z e n d i n g v i a i n t e r n e t , k a n A t o s
O r i g i n n i e t a a n s p r a k e l i j k w o r d e n
g e h o u d e n
v o o r d e i n h o u d d a a r v a n .
H o e w e l w i j o n s i n s p a n n e n e e n v i r u s v r i j
n e t w e r k t e h a n t e r e n , g e v e n
w i j g e e n e n k e l e g a r a n t i e d a t d i t
b e r i c h t v i r u s v r i j i s , n o c h a a n v a a r d e n
w i j
e n i g e a a n s p r a k e l i j k h e i d v o o r d e
m o g e l i j k e a a n w e z i g h e i d v a n e e n v i r u s i n
d i t
b e r i c h t .
O p a l o n z e r e c h t s v e r h o u d i n g e n ,
a a n b i e d i n g e n e n o v e r e e n k o m s t e n
w a a r o n d e r
A t o s O r i g i n g o e d e r e n e n / o f d i e n s t e n
l e v e r t z i j n m e t u i t s l u i t i n g v a n a l l e
a n d e r e v o o r w a a r d e n d e
L e v e r i n g s v o o r w a a r d e n v a n A t o s O r i g i n
v a n t o e p a s s i n g .
D e z e w o r d e n u o p a a n v r a a g d i r e c t
k o s t e l o o s t o e g e z o n d e n .
T h i s e - m a i l a n d t h e d o c u m e n t s a t t a c h e d
a r e c o n f i d e n t i a l a n d i n t e n d e d s o l e l y
f o r t h e a d d r e s s e e ; i t m a y a l s o b e
p r i v i l e g e d . I f y o u r e c e i v e t h i s e - m a i l
i n e r r o r , p l e a s e n o t i f y t h e s e n d e r
i m m e d i a t e l y a n d d e s t r o y i t .
A s i t s i n t e g r i t y c a n n o t b e s e c u r e d o n
t h e I n t e r n e t , t h e A t o s O r i g i n g r o u p
l i a b i l i t y c a n n o t b e t r i g g e r e d f o r t h e
m e s s a g e c o n t e n t . A l t h o u g h t h e
s e n d e r e n d e a v o u r s t o m a i n t a i n a
c o m p u t e r v i r u s - f r e e n e t w o r k , t h e s e n d e r
d o e s n o t w a r r a n t t h a t t h i s t r a n s m i s s i o n
i s v i r u s - f r e e a n d w i l l n o t b e
l i a b l e f o r a n y d a m a g e s r e s u l t i n g f r o m
a n y v i r u s t r a n s m i t t e d .
O n a l l o f f e r s a n d a g r e e m e n t s u n d e r
w h i c h A t o s O r i g i n s u p p l i e s g o o d s a n d / o r
s e r v i c e s o f w h a t e v e r n a t u r e , t h e T e r m s
o f D e l i v e r y f r o m A t o s O r i g i n
e x c l u s i v e l y a p p l y .
T h e T e r m s o f D e l i v e r y s h a l l b e p r o m p t l y
s u b m i t t e d t o y o u o n y o u r r e q u e s t .
A t o s O r i g i n N e d e r l a n d B . V . / U t r e c h t
K v K U t r e c h t 3 0 1 3 2 7 6 2