Xen Orchestra

Sign in or create your account | Project List | Help

Xen Orchestra Git Source Tree

Root/README

1### FIRST OF ALL, THIS IS A PRE ALPHA VERSION ##
2
3So, this is NOT secure so far. Use it carefully to do some test
4and reports bugs.
5
6Go to :
7http://project.xen-orchestra.com
8
9To report bug, download latest version etc.
10
11Thanks for testing and maybe contributing.
12
13### HOW TO OBTAIN FULL EXPERIENCE FROM THIS SOFTWARE ###
14Please use "xm new domU.cfg" when you add a DomU, beside "xm create domU.cfg".
15Reasons on http://xen-orchestra.com/?p=96
16
17### HOW TO CONFIGURE XEN DOM0 FOR CALL THE API ###
18# Ultra small documentation, please read the comment in
19# xen configuration file
20
21- edit :
22/etc/xen/xen-config.sxp
23
24- to open a port for remote calls, set :
25(xen-api-server ((9363 unix)))
26
27/!\ WARNING : this is a example without protections.
28
29Carefully read :
30# (xen-api-server ((9363 pam '^localhost$ example\\.com$')
31# (unix none)))
32#
33# Optionally, the TCP Xen-API server can use SSL by specifying the private
34# key and certificate location:
35#
36# (9367 pam '' /etc/xen/xen-api.key /etc/xen/xen-api.crt)
37
38

Archive Download this file