James Fidell wrote:
Are there any examples and/or walkthroughs of how to set up a Xen domU instance using koan and cobbler? I *think* from reading the manpage that I should be running something like "koan --virt ..." from dom0, but it isn't clear to me how xen works out which configuration to use for the domU instance, which kernel to boot etc. James _______________________________________________ et-mgmt-tools mailing list et-mgmt-tools@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/et-mgmt-tools
Basically just set up cobbler and import a tree (or set it up manually) on the server side, just like you'd do with PXE.
From the koan side, specify the name of a Xen profile, which is by definition one that has a distro that uses a Xen (domU) kernel.
Koan will talk with the cobbler server to get the right parameters, just as they are configured in cobbler.
--Michael