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] Network issue with xend

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Network issue with xend
From: Srija G <srijavg@xxxxxxxxx>
Date: Fri, 29 Jul 2011 23:09:41 -0400
Cc:
Delivery-date: Fri, 29 Jul 2011 20:11:56 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Uv3d7js67r3N2qHzNlEymtgSyPnXx04jYtez1wPXl6c=; b=kzmRrcgssXGNL5Qku1b8EcoqztOaXNNUis3ScGezABT+vsSqKmvTgF7QSjJliD5KKs EGFAt59aEcWI3HDTmW3BIiDw0xgpMJFWNHhQAUqfDi1y/rf+ItzNjxrEbnxxr/jP7tG5 /Q2R1v6R/x1N5lppmDtqI5NB4GJZ555pvatxI=
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
Hi,

I am facing issues after upgrading one of the server from rhel5.5. (86_64) to latest rhel5.7  (86_64).   The server is under trunk configuraion.

I have set the network bridge as follows:

#!/bin/bash

 vconfig set_name_type DEV_PLUS_VID_NO_PAD
dir=$(dirname " $0"

  /etc/xen/scripts/network-bridge  $@ vifnum=1 bridge=xenbr2  netdev=bond0.10
  /etc/xen/scripts/network-bridge  $@ vifnum=2 bridge=xenbr3  netdev=bond0.12
  /etc/xen/scripts/network-bridge  $@ vifnum=3 bridge=xenbr4  netdev=bond0.15
  /etc/xen/scripts/network-bridge  $@ vifnum=5 bridge=xenbr1  netdev=eth3

The server build on the eth3.  When the server is booted , after eth3 is up ,  server is pingable, until xend  starts.  As soon as xend is starting
the server is getting detached from the network. If I comment the last line  of the above entries, then there is no problem So something
is causing the issue with xend and eth3.

In the log file nothing is showing as an issue.  If I boot the server with 2.6.18-194.3.1.el5xen kernel
then xend is fine  and all the bridges are up. 

I have upgraded few lab server to rhel5.7 , there is no problem at all .

Any advice is appreciated.

Thanks in advance.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Network issue with xend, Srija G <=