summaryrefslogtreecommitdiffstats
path: root/cobbler.pod
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-12-22 11:36:02 -0500
committerJim Meyering <jim@meyering.net>2006-12-22 11:36:02 -0500
commit846574153b7ad83978dd3f3a7bed4c4856bbfbc3 (patch)
tree5138a519d25f883caf13776884d6058c2d66211f /cobbler.pod
parent00ab938524a9b45bfac7a5a1965ab1692fad4ec6 (diff)
downloadcobbler-846574153b7ad83978dd3f3a7bed4c4856bbfbc3.tar.gz
cobbler-846574153b7ad83978dd3f3a7bed4c4856bbfbc3.tar.xz
cobbler-846574153b7ad83978dd3f3a7bed4c4856bbfbc3.zip
Manpage + CHANGELOGs
Also, since there is some change of someone miskeying --virt=yed or something, and getting a False value (which means reprovision the main OS), the default for --virt parameters is getting changed to assume --virt implies True when --virt is used. We really don't want a typo erasing an important server.
Diffstat (limited to 'cobbler.pod')
-rw-r--r--cobbler.pod9
1 files changed, 7 insertions, 2 deletions
diff --git a/cobbler.pod b/cobbler.pod
index 8d033cfa..046580b4 100644
--- a/cobbler.pod
+++ b/cobbler.pod
@@ -389,13 +389,18 @@ The dhcpd.conf file will be updated each time "cobbler sync" is run.
While the normal provisioning procedure is either to PXE bare-metal, or use koan to do something else (kickstart an existing system or deploy Virt), cobbler contains yet another option, called "enchant".
-Enchant takes a configuration that has already been defined (be sure to run "cobbler sync" before using "cobbler enchant") and applies it to a remote system that may not have koan installed.
+Enchant takes a configuration that has already been defined (be sure to run "cobbler sync" before using "cobbler enchant") and applies it to a remote system that might not have koan installed. Users might want to use this command to replace a server that is being repurposed, or when no PXE environment can be created.
-Running "enchant" will replace the operating system of the target machine, so use it with caution.
+Essentially what enchant does is allow koan to be executed remotely from the cobbler server. Running "enchant" in it's normal mode will replace the operating system of the target machine, so use it with caution.
Usage: B<cobbler enchant --address=ip|hostname --profile=string>
Usage: B<cobbler enchant --address=ip|hostname --system=string>
+Adding a "--virt=yes" to either form will provision a virtualized image rather than reprovisioning
+the remote machine. The default behavior is machine (not virtual) re-provisioning.
+
+Example: B<cobbler enchant --virt=yes --address=192.168.10.10 --profile=fc6xen>
+
=head2 IMPORTING TREES
Cobbler can auto-add distributions and profiles from remote sources, whether this is an NFS path or an rsync mirror. This can save a lot of time when setting up a new provisioning environment. Rudimentary support is also provided for importing from a http:// mirror, but rsync works much better and is the recommended route.