summaryrefslogtreecommitdiffstats
path: root/cobbler.pod
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-01-18 10:44:20 -0500
committerJim Meyering <jim@meyering.net>2007-01-18 10:44:20 -0500
commit9d512497d200d4e150a43322343f6b200e1ce280 (patch)
tree1f66d60cc24e95c5a066aa8237cdcd0f00bb9e5f /cobbler.pod
parent040e593973e81509b45175ede8c545b5904f9617 (diff)
downloadthird_party-cobbler-9d512497d200d4e150a43322343f6b200e1ce280.tar.gz
third_party-cobbler-9d512497d200d4e150a43322343f6b200e1ce280.tar.xz
third_party-cobbler-9d512497d200d4e150a43322343f6b200e1ce280.zip
Added manpage documentation on kickstart tracking feature.
Diffstat (limited to 'cobbler.pod')
-rw-r--r--cobbler.pod16
1 files changed, 16 insertions, 0 deletions
diff --git a/cobbler.pod b/cobbler.pod
index cd79458..af2bc13 100644
--- a/cobbler.pod
+++ b/cobbler.pod
@@ -465,6 +465,22 @@ goes is left up to the systems administrator.
Repositories that do not need to be updated can be modifed by tweaking the values in /var/lib/cobbler/repos.
+=head2 KICKSTART TRACKING
+
+Cobbler knows how to keep track of the status of kickstarting machines.
+
+B<cobbler status>
+
+Using the status command will show when cobbler thinks a machine started kickstarting and when it last requested a file.
+This is a good way to track machines that may have gone interactive during kickstarts. Cobbler will also make a special
+request in the post section of the kickstart to signal when a machine is finished kickstarting.
+
+To use this feature, the kickstart tree files need to be served via a http://server/cobbler_track/... URL, which happens
+automatically when using the "cobbler import" command to pull in a kickstart tree from an rsync mirror.
+
+If kickstart trees are somewhere else, one can still benefit from the kickstart tracking feature by adding a symlink to
+/var/www/cobbler/localmirror/distroname will allow the kickstarts to be served through the tracking URL mentioned above. Be sure to use the http://server/cobbler_track/ URL to point to the kickstart tree for each distro you want to track.
+
=head2 TWEAKING
Enterprising users can edit the files in /var/lib/cobbler directly versus using the command line. The repair