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: [Xen-devel] [Xen-users] XCP - xenserver tools required?

To: brooks@xxxxxxxxxxx
Subject: [Xen-API] Re: [Xen-devel] [Xen-users] XCP - xenserver tools required?
From: Todd Deshane <todd.deshane@xxxxxxx>
Date: Fri, 25 Mar 2011 00:21:14 -0400
Cc: xen-api@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 24 Mar 2011 21:21:44 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=qBHV3vP9J+1qqItgeBrLfGrpHdHvf+t05pjtXbD8O8I=; b=bdsTzW3X7cJOWTOl9AJu461BojdFnnL/BFeflcYCl4Fg3GHP5qBE0fY2YlmhgyTe4R IEJ5c2qfk/tVpt/o2KDrF77pXAWpj4uALuWjUilnK4kIggU7BwnMIqEaAwdaVfi9tZOI FvVFIfEa9BJAhtzXgVrcMebo0hKkJhBLFmf+o=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=OfVvp5pdJPEwEqXXOz+ecH/ChTTz4sN946qjRfzSUY5AfJX4u/BA88YxWirl0hIzHl YL6ScWjfW8o+zjZCY++H8YWkT3V1R9NFB6C9or6i+K9TOupQoxmR9q1sFJC1L0kUaB33 ncYFQhOffjN4ECSTNvnm1+lJKT7EyBDMSO7G0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <alpine.LRH.2.02.1103242052580.4068@xxxxxxxxxxxxxx>
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: <alpine.LRH.2.02.1103242052580.4068@xxxxxxxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, Mar 25, 2011 at 12:06 AM,  <brooks@xxxxxxxxxxx> wrote:
>
> I posted this to xen-users yesterday without much response so I thought I'd
> try xen-devel.
>

xen-api is probably a better place for your XCP/xapi-related questions.
Added to CC.

BCC: xen-devel

> One of the issues I've had using XenServer in a multitenant environment is
> the requirement for the VMs to have xentools installed as it causes
> significant issues when upgrading the VM OS or the pool from one version of
> XenServer (XCP) to another.  Having to touch hundreds VMs (by hand) after an
> upgrade just doesn't scale nor is delegating the task to VM owners an
> option.

Rolling Pool Updates are possible:
http://docs.vmd.citrix.com/XenServer/5.6.0fp1/1.0/en_gb/installation.html#maintenance-updating_xs_40-vs_41

Does that help your situation?

> Unfortunately a customer, even if they could be educated to do so,
> can't easily install or update the tools unless the xs-tools iso is in the
> virtual DVD drive, and to load it into the DVD drive you need access to
> XenCenter or to the CLI (vm-cd-add, vm-cd-eject, vm-cd-insert, vm-cd-list,
> vm-cd-remove). On the flip side, even if we did cental admin for all the VMs
> (what a nightmare) we wouldn't necessarily have root access to the VM
> preventing us from installing the new tools.
>
> Not only does this create a management issue it also requires a fair amount
> of knowledge to do the right thing based on the VM.  I've seen situations
> where the kernel on the VM has been updated yet install.sh wants to
> downgrade the kernel.  For example, I have a Debian Etch VM that is running
> an updated kernel:
>
>        2.6.18.8.xs5.5.0.15.449
>
> Yet, running install.sh on that VM without the -k option causes an older
> kernel to be installed:
>
>        2.6.18.8.xs1.0.0.16.450_1.0.0.16.450
>
> Not only that but the tools that get installed are for XCP 1.0.
>
>        xe-guest-utilities_1.0.0-647_i386.deb
>
> It's doing the correct thing by installing 1.0.0-647 (XCP 1.x), but is
> certainly doesn't look correct (expecially in XenCenter) unless you do some
> digging.  XCP really needs it's own version of XenCenter, or a better
> alternative.  Speaking of an alternative I've been looking at the XenServer
> for OpenStack implementation:
>
>        http://wiki.openstack.org/XenServerDevelopment
>
> and the last step in the process is to install XenTools using XenCenter,
> OpenXenManager or the CLI.  Having to install and manage XenTools may be
> fine for private clouds where all the VMs are managed by one or more
> engineers but it just doesn't work for public clouds.
>
> The XenServer 5.6fp1 manual states:
>
> --------------------------------------------------------------------------
>
> XenServer Tools must be installed for each Virtual Machine (Windows and
> Linux) in order for the VM to have a fully supported configuration, and to
> be able to use the XenServer management tools (the xe CLI or XenCenter). A
> Windows VM will function without them, but performance will be significantly
> hampered unless the tools are installed.
>
> Without the tools being installed, you cannot:
>
>       - Cleanly shut down a VM
>       - Cleanly reboot a VM
>       - Suspend a VM
>       - Migrate a running VM (aka XenMotion)
>       - Use the checkpoint and roll back feature
>       - Change the vCPUs Live
>
> --------------------------------------------------------------------------
>
> Given the above it would seem that it's important to have windows pv
> drivers, some older CentOS kernels, and the xe-guest-utilities installed in
> an XCP environment.  But how do we manage it?  The cloud.com guys (which is
> based on the free version of XenServer) seem to ignore the problem.  What do
> you do?
>
> All ideas, comments, and opinons are welcome.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>



-- 
Todd Deshane
http://www.linkedin.com/in/deshantm
http://www.xen.org/products/cloudxen.html

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] Re: [Xen-devel] [Xen-users] XCP - xenserver tools required?, Todd Deshane <=