>>> On 1/11/2011 at 06:04 PM, Gary Detro <[email protected]> wrote: > Adapter Connections: > Adapter Owner: MAPSRV NIC: 1990.P00 Name: UNASSIGNED > Porttype: Access > Ready; T=0.01/0.01 17:05:22
This is a totally different virtual NIC than the one you had in your kernel output listing. So, I think it's safe to say that the virtual NIC that is getting activated is not the one you have coupled to the VSWITCH. To make sure that happens, make sure you have your parmfile explicitly list which one you want: InstNetDev=osa OsaInterface=qdio OsaMedium=eth Layer2=0 ReadChannel=0.0.xxx0 WriteChannel=0.0.xxx1 DataChannel=0.0.xxx2 Modify the 0.0.xxx? values to match. > > I have started my starter system and run the x option and then went into > the shell. Here is the output from the ifconfig.... > > sit0 Link encap:IPv6-in-IPv4 > inet addr:172.27.80.22 Mask:255.255.255.0 > inet6 addr: ::127.0.0.1/96 Scope:Unknown > inet6 addr: ::172.27.80.22/96 Scope:Compat > UP RUNNING NOARP MTU:1480 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:24 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Sure enough, no active IPV4 interfaces. 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 more information on Linux on System z, visit http://wiki.linuxvm.org/
