View Single Post
  #2 (permalink)  
Old 18-12-2008, 10:56 AM
unixfoo unixfoo is offline
Junior Member
User
 
Join Date: Dec 2007
OS: Redhat
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
unixfoo is on a distinguished road
Default

I think XenAPI comes inbuilt with the xen rpms . For XenAPI to work, you should have the below enty in /etc/xen/xend-config.sxp. You can also control which hosts can connect through API.

-- /etc/xen/xend-config.sxp--
(xen-api-server ((9363 none)

(unix none)))


Here is a quick how to guide : http://unixfoo.blogspot.com/2007/12/perl-xen-api.html


Reply With Quote