Difference between revisions of "GSP Virtualisation with Xen"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 131: | Line 131: | ||
will return <tt>eliloader</tt>, and to set it to boot the system: | will return <tt>eliloader</tt>, and to set it to boot the system: | ||
xe vm-param-set uuid=7dff5ebc-f348-718e-72d7-850670897469 PV-bootloader=pygrub | xe vm-param-set uuid=7dff5ebc-f348-718e-72d7-850670897469 PV-bootloader=pygrub | ||
+ | |||
+ | == XAPI XML-RPC management == | ||
+ | |||
+ | An example script in Perl is locaed on stal in bin/xapi-test.pl. It uses RPC::XML::Client to communicate, and lists the VM templates and connects to the various pools. In the end, it should be fairly simple to convert aii-shellfe to actually instantiatei a new VM automatically if you run "--install" :-) | ||
+ | |||
+ | Some examples in Python are also available from the Xen site: | ||
+ | * http://community.citrix.com/display/xs/XenServer+install.py | ||
= Storage = | = Storage = |