koan --server=<host> --list-systems
koan --virt --server=<host> --profile=<name> [--virtname=<name>]
koan --virt --server=<host> --system=<name> [--virtname=<name>]
koan --replace-self --server=<host> --profile=<name>
koan --replace-self --server=<host> --system=<name>
For --virt, cobbler will create new virtualized guests on a machine in accordance to the orders from cobbler. You can then, once finished, use ``virsh'' and ``xm'' commands on the guest. Cobbler automatically names domains based on their mac addresses. To install using a more descriptive name, specify one with --virtname.
For re-kickstarting ('--replace-self'), cobbler will reprovisioning the system, blowing away any current data and replacing it with the results of a network install.
If you have system specific customizations in your kickstarts and have cobbler system definitions defined server side for those systems, use --system and not --profile.