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] Xen 2 nics

To: jwilson@xxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Xen 2 nics
From: "Ryan Burke" <burke@xxxxxxxxxxxxxxxxx>
Date: Thu, 14 Jun 2007 13:43:59 -0500 (CDT)
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 14 Jun 2007 11:42:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
Importance: Normal
In-reply-to: <46718AD1.4020909@xxxxxxxxxxxxxxxxx>
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>
References: <46718AD1.4020909@xxxxxxxxxxxxxxxxx>
Reply-to: burke@xxxxxxxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: SquirrelMail/1.4.8
> Hey All,
>
>     I am trying to get my xen instances to start up with 2 nics. I have
> the script in place and I have added it to the hos.cfg file in /etc/xen.
> But I keep getting this error. Any ideas?
>
> Error: Errors were found at line 6 while processing /etc/xen/lvs_u01:
>                 'bridge=xenbr1' ]
>
> here is my host.cfg config
> name = "lvs_u01"
> memory = "256"
> disk = [ 'phy:/dev/VolGroup00/lvs-u01,xvda,w', ]
> vif = [ 'mac=00:16:3e:77:fd:5a, bridge=xenbr0', ]
>         'bridge=xenbr1' ]
> vfb = ["type=vnc,vncunused=1"]
> uuid = "0f6e4eef-fdba-1375-56bf-2a08728ef939"
> bootloader="/usr/bin/pygrub"
> vcpus=1
> on_reboot   = 'restart'
> on_crash    = 'restart'
>


Looks like there is an extra "]" at the end of the "vif = [
'mac=00:16:3e:77:fd:5a, bridge=xenbr0', ]" line. I'm not sure if the
python script handle wrapped parameters like that, but either way you have
one too many "]".

Ryan

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

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