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

Re: [Xen-devel] Console access

To: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] Console access
From: Steven Hand <Steven.Hand@xxxxxxxxxxxx>
Date: Sun, 16 Nov 2003 18:11:48 +0000
Cc: Matt Ayres <matta@xxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxxx, Steven.Hand@xxxxxxxxxxxx
Delivery-date: Sun, 16 Nov 2003 18:11:51 +0000
Envelope-to: Steven.Hand@xxxxxxxxxxxx
In-reply-to: Message from Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> of "Sun, 16 Nov 2003 11:00:34 GMT." <E1ALKdu-0005Bc-00@xxxxxxxxxxxxxxxxxxxx>
>> Do you mind me asking an estimated ETA for the new vbd interface?
>> (weeks, months, ..)
>> 
>> I was looking to start using Xen within a week, but if one of the key
>> features I plan on using a lot is going to be redone I may as well just
>> wait.
>
>The new vbd interface is already there, up to the xi_* tools
>level. There's a bit more finessing needed down in Xen I think, but
>nothing very major.
>
>Depending on how complex you want your vbd configurations to be, you
>could quite easily add some alloc/dealloc/manage-vbd scripts on top of
>xi_vbd_create and xi_vbd_add.
>
>I'm not sure how long it will take to get our own higher-level tools
>sorted. It's top of our todo list, so it should start coming together
>in the next few weeks.

Just to add / clarify: 

 - the unstable tree has limited 'backward compatability' with the 
   old vbd management interface; in particular 'physical grant' should
   work but none of the other stuff (list etc) will work when invoked 
   from xenctl. Sorry for not posting about this and saving people hassle; 
   I was assuming (incorrectly!) that only local folks were using unstable.

 - if you want to play with more interesting setups you can try the 
   xi_* tools (vbd_create, _add, _remove, _destroy, _list, _info) 

 - xenctl will almost certainly /not/ be the chosen tool for management 
   in the new world... however if there's considerable buy-in we can 
   probably manage to keep partial support for it. 

W.r.t. the problem with hdf1, can you post the output of the log from 
xenolinux when it boots (if you have it available?). The log from xen 
booting would also be useful.

cheers, 

S.