Author: fapeeler
Date: Mon Aug 6 13:19:17 2012
New Revision: 1369838
URL: http://svn.apache.org/viewvc?rev=1369838&view=rev
Log:
CMS commit to vcl by fapeeler
Modified:
vcl/site/trunk/content/docs/VCL23Installation.mdtext
Modified: vcl/site/trunk/content/docs/VCL23Installation.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL23Installation.mdtext?rev=1369838&r1=1369837&r2=1369838&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL23Installation.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL23Installation.mdtext Mon Aug 6 13:19:17
2012
@@ -349,9 +349,9 @@ The VCL management node daemon (vcld) is
4. **Configure the SSH Client**
- The SSH client on the management node should be configured to prevent SSH
processes spawned by the root user to the computers it controls from hanging
because of missing or different entries in the known_hosts file.
+ The SSH client on the management node should be configured to prevent SSH
processes spawned by the root user to the computers it controls from hanging
because of missing or different entries in the known_hosts file.
- Edit the ssh_config file:
+ * Edit the ssh_config file:
:::BashLexer
vi /etc/ssh/ssh_config
@@ -359,7 +359,7 @@ The VCL management node daemon (vcld) is
UserKnownHostsFile /dev/null<br>
StrictHostKeyChecking no<br>
- 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.
+ 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.
5. **Install and Start the VCL Daemon (vcld) Service**
@@ -409,6 +409,8 @@ The VCL management node daemon (vcld) is
7. **Install & Configure the DHCP Service**
+
+ DHCP service is needed for the private network to provide address to
provisioned machines.
* Install dhcp if it is not already installed:
@@ -434,7 +436,7 @@ The VCL management node daemon (vcld) is
------
-Still work in progress -- fapeeler
+
[1]: http://www.phpmyadmin.net/