All of lore.kernel.org
 help / color / mirror / Atom feed
* Can the open source XAPI toolstack be used on SUSE 11?
@ 2009-11-19  1:00 Huibin QIAN
  2009-11-19 11:01 ` Dave Scott
  0 siblings, 1 reply; 4+ messages in thread
From: Huibin QIAN @ 2009-11-19  1:00 UTC (permalink / raw)
  To: xen-devel; +Cc: w00152566, qianhb, cqj


[-- Attachment #1.1: Type: text/plain, Size: 381 bytes --]

Hi All,

I am trying to use the XAPI toolstack(open source by xensource.) to manager a SUSE 11 host. However,the service XAPI start failed on SUSE 11 when I execute "service xapi start".
I am not sure whether XAPI toolstack can be used based on SUSE 11?
Can anyone give me some information about version of xen hypervisor and patch I need to match the XAPI toolstack ?

Cheers
Jay

[-- Attachment #1.2: Type: text/html, Size: 779 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Can the open source XAPI toolstack be used on SUSE 11?
  2009-11-19  1:00 Can the open source XAPI toolstack be used on SUSE 11? Huibin QIAN
@ 2009-11-19 11:01 ` Dave Scott
  2009-11-20  2:32   ` Huibin QIAN
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Scott @ 2009-11-19 11:01 UTC (permalink / raw)
  To: 'Huibin QIAN', xen-devel@lists.xensource.com
  Cc: w00152566@notesmail.huawei.com, cqj@huawei.com

Hi,

I haven't tried to use xapi on SUSE 11.

If you:
. Compile the binary on a SUSE 11 maching (to prevent library version mismatches)
. Use the xen and qemu versions listed on the xen.org page with the patch queues applied
. Use the dom0 kernel from XCP
Then it ought to work, more or less. They may well be some trivial problem like a missing file in /etc/. Could you post the end of your /var/log/xensource.log file? That will probably contain relevant information.

Cheers,
Dave

From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Huibin QIAN
Sent: 19 November 2009 01:00
To: xen-devel@lists.xensource.com
Cc: w00152566@notesmail.huawei.com; qianhb@huawei.com; cqj@huawei.com
Subject: [Xen-devel] Can the open source XAPI toolstack be used on SUSE 11?

Hi All,
 
I am trying to use the XAPI toolstack(open source by xensource.) to manager a SUSE 11 host. However,the service XAPI start failed on SUSE 11 when I execute "service xapi start".
I am not sure whether XAPI toolstack can be used based on SUSE 11?
Can anyone give me some information about version of xen hypervisor and patch I need to match the XAPI toolstack ?

Cheers
Jay

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Can the open source XAPI toolstack be used on SUSE 11?
  2009-11-19 11:01 ` Dave Scott
@ 2009-11-20  2:32   ` Huibin QIAN
  2009-11-20  9:25     ` Vincent Hanquez
  0 siblings, 1 reply; 4+ messages in thread
From: Huibin QIAN @ 2009-11-20  2:32 UTC (permalink / raw)
  To: Dave Scott, xen-devel; +Cc: w00152566, cqj


[-- Attachment #1.1: Type: text/plain, Size: 1965 bytes --]

Hi Dave,

Nice to receive your suggestion.

My purpose is to use the Xapi in the original SUSE11 rather than to replace SUSE11'xen and dom0 kernel.
I am wondering whether the open source Xapi toolstack is developed to match the XCP(xen, dom0 kernel and other patches)?
And is it possible to use xapi toolstack with no modification to manager other virtual platform(such as SUSE),which is based on xen.

Thanks for your information. 

Cheers
Jay
  ----- Original Message ----- 
  From: Dave Scott 
  To: 'Huibin QIAN' ; xen-devel@lists.xensource.com 
  Cc: w00152566@notesmail.huawei.com ; cqj@huawei.com 
  Sent: Thursday, November 19, 2009 7:01 PM
  Subject: RE: [Xen-devel] Can the open source XAPI toolstack be used on SUSE 11?


  Hi,

  I haven't tried to use xapi on SUSE 11.

  If you:
  . Compile the binary on a SUSE 11 maching (to prevent library version mismatches)
  . Use the xen and qemu versions listed on the xen.org page with the patch queues applied
  . Use the dom0 kernel from XCP
  Then it ought to work, more or less. They may well be some trivial problem like a missing file in /etc/. Could you post the end of your /var/log/xensource.log file? That will probably contain relevant information.

  Cheers,
  Dave

  From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Huibin QIAN
  Sent: 19 November 2009 01:00
  To: xen-devel@lists.xensource.com
  Cc: w00152566@notesmail.huawei.com; qianhb@huawei.com; cqj@huawei.com
  Subject: [Xen-devel] Can the open source XAPI toolstack be used on SUSE 11?

  Hi All,

  I am trying to use the XAPI toolstack(open source by xensource.) to manager a SUSE 11 host. However,the service XAPI start failed on SUSE 11 when I execute "service xapi start".
  I am not sure whether XAPI toolstack can be used based on SUSE 11?
  Can anyone give me some information about version of xen hypervisor and patch I need to match the XAPI toolstack ?

  Cheers
  Jay

[-- Attachment #1.2: Type: text/html, Size: 4137 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Can the open source XAPI toolstack be used on SUSE 11?
  2009-11-20  2:32   ` Huibin QIAN
@ 2009-11-20  9:25     ` Vincent Hanquez
  0 siblings, 0 replies; 4+ messages in thread
From: Vincent Hanquez @ 2009-11-20  9:25 UTC (permalink / raw)
  To: Huibin QIAN
  Cc: w00152566@notesmail.huawei.com, xen-devel@lists.xensource.com,
	Dave Scott, cqj@huawei.com

Huibin QIAN wrote:
> Hi Dave,
>  
> Nice to receive your suggestion.
>  
> My purpose is to use the Xapi in the original SUSE11 rather than to 
> replace SUSE11'xen and dom0 kernel.
> I am wondering whether the open source Xapi toolstack is developed to 
> match the XCP(xen, dom0 kernel and other patches)?
> And is it possible to use xapi toolstack with no modification to manager 
> other virtual platform(such as SUSE),which is based on xen.

Hi,

At the moment I would say that's not possible to manage unpatches xen 
hypervisor, however at a later point we aim to have that feature, by 
having all the patches that make sense from XCP in upstream xen.

-- 
Vincent

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-20  9:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19  1:00 Can the open source XAPI toolstack be used on SUSE 11? Huibin QIAN
2009-11-19 11:01 ` Dave Scott
2009-11-20  2:32   ` Huibin QIAN
2009-11-20  9:25     ` Vincent Hanquez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.