summaryrefslogtreecommitdiffstats
path: root/website/new/faq.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/new/faq.html')
-rw-r--r--website/new/faq.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/website/new/faq.html b/website/new/faq.html
index 944f581..0aa89ab 100644
--- a/website/new/faq.html
+++ b/website/new/faq.html
@@ -7,6 +7,7 @@
<li><a href="#supported">What Operating Systems Are Supported?</a></li>
<li><a href="#reinstalls">What are my non-PXE install options?</a></li>
<li><a href="#virt">How are virtual systems installed?</a></li>
+<li><a href="#architecture">How does Cobbler work internally?</a></li>
<li><a href="#contribute">How can I contribute?</a></li>
</ul>
@@ -30,18 +31,28 @@ Cobbler runs on RHEL 4 and later, Fedora 5 and later, and Centos 4 and later. K
<a name="reinstalls">
<dt>What are my non-PXE install options?</dt>
</a>
- <dd>Cobbler's helper program koan can be used on the target system to reinstall it's operating system to start a fully-automated reinstall of another operating system. This solution is ideal for those users who can not take advantage of PXE due to hardware, network, or policy constraints. For more information, see the <A HREF="./docs/koan.html">koan</A> manpage documentation.
+ <dd>Cobbler's helper program koan can be used on the target system to reinstall it's operating system with another operating system. This solution is ideal for those users who can not take advantage of PXE due to hardware, network, or policy constraints. For more information, see the <A HREF="./koan-manpage.php">koan</A> manpage documentation.
<br />
<a href="#questions" class="back-to-top">Back to top</a>
</dd>
<a name="virt">
<dt>How are virtual systems installed?</dt>
</a>
- <dd>Cobbler's helper program, koan, is invoked on the remote host system, and it pulls down information from the remote cobbler server to begin a fully automated installation of a virtual guest. This works out of the box for any distribution that contains a Xen kernel. For more information, see the <A HREF="./docs/koan.html">koan</A> manpage documentation.
+ <dd>Cobbler's helper program, koan, when invoked on the remote host system, pulls down information from the remote cobbler server to begin a fully automated installation of a virtual guest. This works out of the box for any distribution that contains a Xen kernel. For more information, see the <A HREF="./koan-manpage.php">koan</A> manpage documentation.
<br />
<a href="#questions" class="back-to-top">Back to top</a>
</dd>
+<a name="architecture">
+<dt>How does Cobbler work internally?</dt>
+</a>
+<dd>
+When the administrator on the Cobbler server runs Cobbler commands, cobbler updates a configuration tree, which is stored in /var/lib/cobbler. Data from this configuration database is used to update various entities on the target operating system. Cobbler will restart services, as well as create trees of files in /tftpboot and /var/www/cobbler -- for use with PXE and koan, respectively.
+<br/>
+Koan interacts with cobbler by retrieving data over XMLRPC. Cobbler serves up XMLRPC using "cobblerd", which also has the dual purpose of logging syslog data from kickstart -- which is used in Cobbler's kickstart tracking feature. For a better understanding of how this works, see the <A HREF="./cobbler-manpage.php">Cobbler</A> manpage documentation.
+<a href="#questions" class="back-to-top">Back to top</a>
+</dd>
+
<a name="contribute">
<dt>How can I contribute?</dt>
</a>
@@ -52,3 +63,4 @@ Send in bug reports, patches, ideas, or comments. We're interested in hearing a
</dd>
+