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

[Xen-users] FW: Error while creating VM

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] FW: Error while creating VM
From: "CB, Anantha Padmanabhan" <cbananth@xxxxxx>
Date: Wed, 22 Jul 2009 13:48:46 +0000
Accept-language: en-US
Acceptlanguage: en-US
Cc: "cbananth@xxxxxxxxx" <cbananth@xxxxxxxxx>, "Subba Rao, Sandeep M \(STSD\)" <sandeep.ms@xxxxxx>
Delivery-date: Wed, 22 Jul 2009 06:51:01 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcoKwCN59YVW2t2jT1iVbS7gEvPP7QAEm7Xw
Thread-topic: Error while creating VM
Hi,
In continuation with my previous mail, I changed the vif entry in the config 
file as,
vif = ["mac=00:16:3e:43:b7:99,bridge=xenbr0"] and I was able to boot into the 
guest, but I was not able to ping any system from the guest. 
I have attached the snapshot of the boot error messages.

Thank you

Regards
Ananth


-----Original Message-----
From: CB, Anantha Padmanabhan 
Sent: Wednesday, July 22, 2009 5:03 PM
To: 'xen-users@xxxxxxxxxxxxxxxxxxx'
Cc: Subba Rao, Sandeep M (STSD); 'cbananth@xxxxxxxxx'
Subject: Error while creating VM

Hi,
I am facing the below error while creating a VM.

Error: Device 0 (vif) could not be connected. Could not find bridge device 
xenbr0 peth0

Please find below the config file used for creating the VM.

name = "Copy_Copy_Copy_RHEL52VM1"
uuid = "e782c1f2-b261-4b77-89b1-d45eff123ac3"
maxmem = 1024
memory = 1024
vcpus = 1
bootloader = "/usr/bin/pygrub"
kernel = "/var/lib/xen/boot_kernel.YYqIP5"
ramdisk = "/var/lib/xen/boot_ramdisk.oSpizK"
extra = "ro root=/dev/VolGroup00/LogVol00 console=xvc0 rhgb quiet"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [ "type=vnc,vncunused=0,vncdisplay=0,vnclisten=127.0.0.1,keymap=en-us" ]
disk = [ "tap:aio:/var/lib/xen/images/Copy_Copy_Copy_RHEL52VM1.img,xvda,w" ]
vif = [ "mac=00:16:3e:43:b7:99,bridge=xenbr0 peth0,script=vif-bridge" ]

The output of the brctl show command is as below.

bridge name     bridge id               STP enabled     interfaces
virbr0          8000.000000000000       yes
xenbr0          8000.feffffffffff       no              peth0
                                                        vif0.0

Please guide.

Thank you

-- 
Regards
Ananth

Attachment: boot error.JPG
Description: boot error.JPG

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] FW: Error while creating VM, CB, Anantha Padmanabhan <=