summaryrefslogtreecommitdiffstats
path: root/koan.pod
diff options
context:
space:
mode:
Diffstat (limited to 'koan.pod')
-rw-r--r--koan.pod11
1 files changed, 7 insertions, 4 deletions
diff --git a/koan.pod b/koan.pod
index 4b7951b9..88c48c50 100644
--- a/koan.pod
+++ b/koan.pod
@@ -1,6 +1,9 @@
=head1 NAME
-koan standards for 'kickstart-over-a-network' and allows for both network provisioning of new Xen guests and "auto-kickstarting" (destructive re-provisioning of any existing system). It interacts with a centralized boot server that has been configured with 'cobbler'.
+koan stands for "kickstart-over-a-network" and allows for both
+network provisioning of new virtualized guests and destructive provisioning of
+any existing system. For use with a boot-server configured with
+'cobbler'.
=head1 SYNOPSIS
@@ -8,7 +11,7 @@ koan --server=<host> --list-profiles
koan --server=<host> --list-systems
-koan --xen --server=<host> --profile=<name> [--interactive]
+koan --virt --server=<host> --profile=<name> [--interactive]
koan --replace-self --server=<host> --profile=<name>
@@ -16,9 +19,9 @@ koan --replace-self --server=<host> --system=<name>
=head1 DESCRIPTION
-When invoked, koan requests profile information from a remote boot server that has been configured with cobbler. What koan does with the profile data depends on whether it was invoked with --xen or --replace-self.
+When invoked, koan requests profile information from a remote boot server that has been configured with cobbler. What koan does with the profile data depends on whether it was invoked with --virt or --replace-self.
-For --xen, cobbler will create new Xen domUs on a xen dom0 in accordance to the orders from cobbler. If you add the --interactive flag, you can watch the kickstart as it happens in an "xm console". This is helpful for debugging and is highly recommended until you're sure your kickstarts are fully automated. To exit, use the usual Ctrl + right bracket you use to exit an xm console.
+For --virt, cobbler will create new virtualized guests on a machine in accordance to the orders from cobbler. If you add the --interactive flag, you can watch the kickstart as it happens in an "xm console". This is helpful for debugging and is highly recommended until you're sure your kickstarts are fully automated. To exit, use the usual Ctrl + right bracket you use to exit an xm console.
For re-kickstarting ('--replace-self'), this means reprovisioning the system, blowing away any current data and replacing it with the results of a network install.