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] Network Problem after DomU migration

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Network Problem after DomU migration
From: shreyas pandya <pandyashreyas1@xxxxxxxxx>
Date: Wed, 01 Jun 2011 15:09:31 +0530
Delivery-date: Wed, 01 Jun 2011 02:41:46 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ubH/I+56BZze/ICGWNeUcm2SjXPsevGaO7KxrDLCEQY=; b=kbBGxzRhjRREgHduoqX4IHvlMU9mF9UQF9xsglJEDx2HWc47U6ojm25WwZ7/AuHIVt ESLK2dO+GcuR9nTgJd1hQq6CUOzC9vwfqwU6lnOwGB6XupWrAlsC1RWAwnai+ncF6NoY HZydsNK812BrOAUXUkHPatk9EiGDh5MJ1QpUo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=MejaFSY5iH4crWVA1u4tlkxX72DpYK8D+PziL7AskGbEVZUoM3/U1yNyboRpWftlWa MV6nrRfhN/QMfbubSwpBMvpDz7CP5xICCXjGSCtslNQTo6jcZxF/jDfEIS/ini+eoxJV mlFp7Jg2PU9C4gcfrDTgtmLXYfyRZdfscqlZA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <p06240804ca0aae9fbde5@xxxxxxxxxxxxxxxxxxxxxx>
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>
References: <BANLkTik7b=frwK69yZA0bGb5U7CgA_Wk9g@xxxxxxxxxxxxxx> <p06240804ca0aae9fbde5@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10
On Tuesday 31 May 2011 08:13 PM, Simon Hobson wrote:
ml ml wrote:

i have two nodes on two switches. When i do a live migration then my
DomU is not reachable anymore.
If i start a ping manually from the DomU console, then its reachable
again. Looks like i need to create traffic so that the Dom0 Network
Stack knows that there is now a DomU running :)

By "reachable" i mean icmp pings to that IP Address.

More likely it's a MAC table caching issue. Each switch (and that includes the virtual switch (bridge) in your Dom0) caches the MAC-port mappings required to forward packets. When you move a device, then the table need to update.

Generating traffic from the DomU will generally cause the switches to update their tables - though some seem to take longer than others, I've seen HP switches take 5 minutes to expire the old mappings.
why are you using two switches?should not one switch suffice for two nodes?
i guess if you use one switch instead of two then the information about migrated vm will propagate to switches quickly

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

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