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-api

[Xen-API] Re: XCP / xenAPI shows no vms but vm is still running

To: Dave Scott <Dave.Scott@xxxxxxxxxxxxx>
Subject: [Xen-API] Re: XCP / xenAPI shows no vms but vm is still running
From: Chonduy Nguyen <chonduy9@xxxxxxxxx>
Date: Fri, 5 Mar 2010 11:40:48 -0800 (PST)
Cc: xen-api@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 05 Mar 2010 11:41:47 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1267818048; bh=3Up3tiEnphJDr9lQYEOaJQBSqI1FIof5NDvZ+wVTN4g=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=hfuVcEl+ukH8rwhoctubVaEHNZQEhfX0IUhkyeVj4yaO6grjUQ5OBbNW2ukI/wJ8530SHsjgjaxIlK3TRvcVy2guZU9PJnCrKXqxtGqct6oe/jHGvRx1obirnNQAMKeelPqIFC184zaQ7bdjPHZZQ0CEv9a4eZ6gNsL5nlLcre0=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=OIQDJCcLgrBGMVqMsC7NcUp4D6jaqPzW9H9P6fWpyQWMaufBVtA5j1dvyGochxEl/iYYg5UozN7aS1VdhszsALTDCGrSbGuAJSvswaErBvTfZk0K/6Xa0JxXirVeaYfbWHVFK3KtsScK1+aUdj4ruUpmnIurl6w5iw/XLQj5tXc=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <81A73678E76EA642801C8F2E4823AD21565E554155@xxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <352893.60058.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <81A73678E76EA642801C8F2E4823AD21565E554155@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Hi Dave,

Since the current XCP didnot provide Fault Tolerant and HA yet, we tried to write a simple monitoring where we ping the node and check
if this node is unreachable - for whatever reason - could be network connection down or could be physical hardware etc...

we will disconnect this problem  node  out of XCP network by filter traffic from this node to storage network and other nodes -using iptables filtering and we want to quickly move Vms to start at other mahines - Therefore,we need to use reset-power-state

However, since we keep monitoring this node - the node could be back up again. That time we want to find a way to check if VMs running - but XCP
showed that VMs not there - but actually VMs still there.

Can you please suggest a way to find out if VMs running on machine or not ? XCP will fail to show this - I am wondering is there anyway we can detect
VMs running on OS?

Please let me know

Thanks

ChonDuy/TNguyen


From: Dave Scott <Dave.Scott@xxxxxxxxxxxxx>
To: Chonduy Nguyen <chonduy9@xxxxxxxxx>; "xen-api@xxxxxxxxxxxxxxxxxxx" <xen-api@xxxxxxxxxxxxxxxxxxx>
Cc: Stephen Spector <stephen.spector@xxxxxxxxxx>
Sent: Fri, March 5, 2010 4:09:47 AM
Subject: RE: XCP / xenAPI shows no vms but vm is still running

Hi,

 

You should only use ‘reset-power-state’ on VMs which have failed e.g. if the host has failed. If the VMs are still running then you shouldn’t do this – if you start a VM twice then there is a high chance of disk corruption.

 

Cheers,

Dave

 

From: Chonduy Nguyen [mailto:chonduy9@xxxxxxxxx]
Sent: 05 March 2010 01:18
To: xen-api@xxxxxxxxxxxxxxxxxxx
Cc: Dave Scott; Stephen Spector
Subject: XCP / xenAPI shows no vms but vm is still running

 

Hi

I tried the case when the node - said "P" is unreachable by interface down - so, we restart Vms of that machine to another machine by
doing reset-power-state first and call vms to start at other machine said node "A"

However when the problem node "P"  is up again - xenAPI shows that there is no Vm running on it-   Which is wrong, Vms should be running.
I tested this by stop the vm on "A"  to start that vm on the "P" - "P" complains that

[root@quindecim ~]# xe vm-start vm=ken-debian-vm-2 on=quindecim
The server failed to handle your request, due to an internal error.  The given message may give details useful for debugging the problem.
message: Failure("The VDI 57a82bd4-a889-42ff-94d3-479a2618f2ec is already attached in RW mode; it can't be attached in RO mode!")

After I reboot the node, vm can start.  So, is there any way I can detect that VMs are currently running on the "P" problem machine?

after the Vms relocated to other machine, info from XenAPI showed that that machine has no VMs ( which is incorrect!)

Thanks

ChonDuy/Tnguyen

 


_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api