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. E./ [root@xen02 ~]# uname -a Linux xen02.hugedesigns.net 2.6.21.7-3.fc8xen #1 SMP Thu Mar 20 14:58:12 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux [root@xen02 ~]# cat /etc/xen/max02 name = "max02" maxmem = 2500 memory = 2200 vcpus = 4 builder = "hvm" kernel = "/usr/lib/xen/boot/hvmloader" boot = "c" pae = 1 acpi = 1 apic = 1 on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart" device_model = "/usr/lib64/xen/bin/qemu-dm" sdl = 0 vnc = 1 vncunused = 1 disk = [ "file:/home/virt/max02,hda,w" ] serial = "pty" [root@xen02 ~]# xm list -l max02 (domain (domid 9) (on_crash restart) (uuid a0105955-9648-196f-efa9-26d61b391082) (bootloader_args ) (vcpus 4) (name max02) (on_poweroff destroy) (on_reboot restart) (bootloader ) (maxmem 2500) (memory 2200) (shadow_memory 24) (cpu_weight 256) (cpu_cap 0) (features ) (on_xend_start ignore) (on_xend_stop ignore) (start_time 1212805941.05) (cpu_time 74.032892496) (online_vcpus 4) (image (hvm (kernel /usr/lib/xen/boot/hvmloader) (acpi 1) (apic 1) (boot c) (device_model /usr/lib64/xen/bin/qemu-dm) (isa 0) (localtime 0) (monitor 0) (nographic 0) (pae 1) (rtc_timeoffset 0) (serial pty) (sdl 0) (stdvga 0) (usb 0) (vnc 1) (vncunused 1) (xauthority /home/erin/.Xauthority) (notes (SUSPEND_CANCEL 1)) ) ) (status 2) (state -b----) (store_mfn 563198) (device (vbd (uname file:/home/virt/max02) (uuid 33514747-bd16-33d3-c960-9a4c4d7b658e) (mode w) (dev hda:disk) (backend 0) (bootable 1) ) ) (device (vfb (vncunused 1) (uuid 235cdd79-46f5-83b4-1d6e-3a2195e70ee7) (location localhost:5900) ) ) (device (console (protocol vt100) (location 6) (uuid 066a4117-8b9a-a505-8964-183eb6521fd7) ) ) ) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>----- Original Message ----- >From: "Eredicator X" <eredicatorx@hugedesigns.net> >To: "xen-users" <xen-users@lists.xensource.com> >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@lists.xensource.com http://lists.xensource.com/xen-users