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] Help on upgrade Xen3 in CentOS5.4 to Xen3.4.2

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Help on upgrade Xen3 in CentOS5.4 to Xen3.4.2
From: KC LO <kclo2000@xxxxxxxxx>
Date: Fri, 19 Feb 2010 19:10:29 +0800
Delivery-date: Fri, 19 Feb 2010 03:11:52 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=wPu9hA+37GuG2Vb2tpYgXh60/DIyuxXVCxneSPop/fo=; b=BrMimpPbT1bWBHP7XGeEHcSPIEEWal6muH4XqbcDihP2jHj6weY7JrvE2/E82Ar8GO lm05CawXdp5TJ/xy3ovbc6h4ORGofP7t5VV0RI0WCyrXh7uGChmSqLlAgGhNRIe2/AGp Y9gp9ubm16Hh8RVdQGiP277+CTZNUXDVx3fVo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=E6xyqfqJoYFZgWMtA36YwEBk+r3U6WkHXrVCjPD28ShRX2wxCLiVvqsK/dNwQaqeOs vwKf6BMaE/p8zbTdsHWcmV9pUrdKCw1iQIRrlRXGxjs5FGDBjmSD54+GWdth2/jKfNRG vikOzakJ3OX9MiFN7awk/ivUY21RGwErgRRW0=
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
Dear all,

I have upgraded my Xen3.0 of CentOS5.4(default come with OS) to
Xen3.4.2 by following the instruction of this web site
http://www.syntaxtechnology.com/2010/01/upgrade-xen-3-0-on-centos-5-4-x86_64-to-xen-3-4-2/

Basically, I got the rpm from
http://www.gitco.de/repo/GITCO-XEN3.4.2_x86_64.repo

After upgrade, I got several problems : -
1) In past Xen3.0, I can use script to create xenbr0 and additional
xenbr1-5 for my six NICs.  I can then use the config file to assign
different xenbr[x] to different DomU.  However, I can't find xenbr0
under ifconfig now.  How can I add additional xenbr[1-5].  I have
followed the link of xen.org to create the my_network_script script

 more my_network_script
#!/bin/sh
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0

and run my_network_script start.  However, no output display and still
can't find xenbr0

2) I have used virt-install to create several DomU guest linux through
http install.  In previous Xen3.0, it will generate
the configuration file under /etc/xen.  But I can't find the
configuration file now.  After I shutdown the guest DomU, it still
appears under xm list without ID.  I want to get the configuration
file back so that I can perform modification.

Any Hints?

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

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