
18-12-2008, 10:56 AM
|
|
Junior Member
User
|
|
Join Date: Dec 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
|
|
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
|