WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Disapearing Network Device in FC8

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Disapearing Network Device in FC8
From: Eredicator X <eredicatorx@xxxxxxxxxxxxxxx>
Date: Sat, 7 Jun 2008 13:08:59 +0900 (JST)
Delivery-date: Fri, 06 Jun 2008 21:09:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <555350403.1671212811477267.JavaMail.root@web01>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
>----- Original Message -----
>From: "Eredicator X" <eredicatorx@xxxxxxxxxxxxxxx>
>To: "xen-users" <xen-users@xxxxxxxxxxxxxxxxxxx>
>Sent: Saturday, June 7, 2008 12:01:49 PM GMT +09:00 Japan
>Subject: [Xen-users] Disapearing Network Device in FC8
>
>I am running a FC8 DomU and FC8 Dom0 
>
>I was trying to adjust some of the processor and memory limits. 
>When I restarted I was not able to ssh in so I opened the server in 
>virt-viewer (thanks Jim) and found that the server no >longer sees my network 
>device. I am not sure how to get it back could some one give me a hint please? 
>
>I tried kudzu and adding the device to the network manager manually. 

I sorted this by getting the vif id from my prior mail to the list and adding 
it to the dom config file. 
from xm list -l max02
  (vif
            (bridge eth1)
            (mac 00:16:3e:5b:15:a0)
            (script vif-bridge)
            (uuid bcf18ea9-bb79-fce9-0ead-0bce5257bb86)
            (backend 0)

I added this to /etc/xen/max02

vif = ['mac=00:16:3e:5b:15:a0,bridge=eth1',]


And all better 
[root@max02 ~]# ifconfig -a 
eth0      Link encap:Ethernet  HWaddr 00:16:3E:5B:15:A0  
          inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: 2001:c90:49d:6f:216:3eff:fe5b:15a0/64 Scope:Global
          inet6 addr: fe80::216:3eff:fe5b:15a0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:108 errors:0 dropped:0 overruns:0 frame:0
          TX packets:94 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:11369 (11.1 KiB)  TX bytes:12860 (12.5 KiB)
          Interrupt:32 Base address:0xc000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:937 errors:0 dropped:0 overruns:0 frame:0
          TX packets:937 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1587892 (1.5 MiB)  TX bytes:1587892 (1.5 MiB)

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>