Author: buildbot
Date: Fri Aug  3 19:41:52 2012
New Revision: 827903

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/docs/VCL23Installation.html

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  3 19:41:52 2012
@@ -1 +1 @@
-1369179
+1369181

Modified: websites/staging/vcl/trunk/content/docs/VCL23Installation.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/VCL23Installation.html (original)
+++ websites/staging/vcl/trunk/content/docs/VCL23Installation.html Fri Aug  3 
19:41:52 2012
@@ -542,9 +542,9 @@ The following management node installati
 </pre></div>
 
 
-<p>Set the following parameters:
-UserKnownHostsFile /dev/null
-StrictHostKeyChecking no
+<p>Set the following parameters:<br>
+UserKnownHostsFile /dev/null<br>
+StrictHostKeyChecking no<br>
 <em>Note: If you do not want these settings applied universally on the 
management node the SSH configuration can also be configured to only apply 
these settings to certain hosts or only for the root user. Consult the SSH 
documentation for more information.</em></p>
 <ol>
 <li>
@@ -588,7 +588,7 @@ StrictHostKeyChecking no
 </ul>
 </li>
 </ol>
-<p>You should see the following being added to the log file every few seconds 
if the management node is checking in with the database:
+<p>You should see the following being added to the log file every few seconds 
if the management node is checking in with the database:<br>
 2012-05-15 13:23:45|25494|vcld:main(167)|lastcheckin time updated for 
management node 1: 2012-05-15 13:23:45</p>
 <ol>
 <li><strong>Set the vclsystem account password for xmlrpc api</strong></li>
@@ -602,6 +602,42 @@ StrictHostKeyChecking no
 Select 2. Set Local VCL User Account Password<br>
 Select 2. vclsystem<br> 
 From the vcld.conf file, paste or type the password from xmlrpc_pass variable 
and hit enter. </p>
+<ol>
+<li>
+<p><strong>Install &amp; Configure the DHCP Service</strong></p>
+<ul>
+<li>
+<p>Install dhcp if it is not already installed:</p>
+<div class="codehilite"><pre><span class="n">yum</span> <span 
class="n">install</span> <span class="n">dhcp</span> <span 
class="o">-</span><span class="n">y</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Configure the dhcpd service to automatically start at runlevels 3-5:</p>
+<div class="codehilite"><pre><span class="sr">/sbin/c</span><span 
class="n">hkconfig</span> <span class="o">--</span><span class="n">level</span> 
<span class="mi">345</span> <span class="n">dhcpd</span> <span 
class="n">on</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Configure the dhcpd.conf file.</p>
+<div class="codehilite"><pre><span class="n">vi</span> <span 
class="sr">/etc/</span><span class="n">dhcpd</span><span 
class="o">.</span><span class="n">conf</span>
+<span class="n">Configure</span> <span class="n">your</span> <span 
class="n">dhcpd</span><span class="o">.</span><span class="n">conf</span> <span 
class="n">file</span> <span class="n">according</span> <span 
class="n">to</span> <span class="n">your</span> <span class="n">network</span> 
<span class="n">configuration</span><span class="o">.</span> <span 
class="n">The</span> <span class="n">contents</span> <span class="n">of</span> 
<span class="n">the</span> <span class="n">dhcpd</span><span 
class="o">.</span><span class="n">conf</span> <span class="n">file</span> <span 
class="n">will</span> <span class="n">vary</span> <span class="n">based</span> 
<span class="n">on</span> <span class="n">how</span> <span 
class="n">your</span> <span class="n">network</span> <span class="n">is</span> 
<span class="n">configured</span><span class="o">.</span> <span 
class="n">Below</span> <span class="n">is</span> <span class="n">an</span> 
<span class="n">example</span> <span class="n">of</span> <s
 pan class="n">a</span> <span class="n">basic</span> <span 
class="n">dhcpd</span><span class="o">.</span><span class="n">conf</span> <span 
class="n">file:</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Start the dhcpd service:</p>
+<div class="codehilite"><pre><span class="sr">/sbin/s</span><span 
class="n">ervice</span> <span class="n">dhcpd</span> <span 
class="n">start</span>
+</pre></div>
+
+
+</li>
+</ul>
+</li>
+</ol>
   </div>
   
   <div id="footer">


Reply via email to