fixing a few types and mangled commands
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4fe98606 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4fe98606 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4fe98606 Branch: refs/heads/4.0 Commit: 4fe9860694bd2892e1126b987c3164179d2d590b Parents: 73c6a85 Author: David Nalley <[email protected]> Authored: Tue Jan 29 00:31:08 2013 -0500 Committer: David Nalley <[email protected]> Committed: Mon Feb 18 17:53:42 2013 -0500 ---------------------------------------------------------------------- docs/runbook/en-US/Environment.xml | 2 +- docs/runbook/en-US/Management.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4fe98606/docs/runbook/en-US/Environment.xml ---------------------------------------------------------------------- diff --git a/docs/runbook/en-US/Environment.xml b/docs/runbook/en-US/Environment.xml index 4172e03..6bf0033 100644 --- a/docs/runbook/en-US/Environment.xml +++ b/docs/runbook/en-US/Environment.xml @@ -157,7 +157,7 @@ SELINUXTYPE=targeted servers in sync. However, NTP is not installed by default. So we'll install and and configure NTP at this stage. Installation is accomplished as follows: </para> - <screen><prompt># </prompt><userinput><command>yum</command> install ntp</userinput></screen> + <screen><prompt># </prompt><userinput><command>yum</command> -y install ntp</userinput></screen> <para>The actual default configuration is fine for our purposes, so we merely need to enable it and set it to start on boot as follows:</para> <screen><prompt># </prompt><userinput><command>chkconfig</command> ntpd on</userinput></screen> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4fe98606/docs/runbook/en-US/Management.xml ---------------------------------------------------------------------- diff --git a/docs/runbook/en-US/Management.xml b/docs/runbook/en-US/Management.xml index f954561..1b1880a 100644 --- a/docs/runbook/en-US/Management.xml +++ b/docs/runbook/en-US/Management.xml @@ -73,7 +73,7 @@ binlog-format = 'ROW' <para>When this process is finished, you should see a message like "CloudStack has successfully initialized the database." </para> <para>Now that the database has been created, we can take the final step in setting up the management server by issuing the following command:</para> - <screen><prompt># </prompt><userinput><command>cloud-setup-mangament</command></userinput></screen> + <screen><prompt># </prompt><userinput><command>cloud-setup-management</command></userinput></screen> </section> <section id="sect-Runbook-Management-templatesetup"> <title>System Template Setup</title> @@ -95,7 +95,7 @@ binlog-format = 'ROW' share we just mounted. The management server includes a script to properly manipulate the system VMs images. </para> - <screen><prompt># </prompt><userinput><command>/usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary</command> -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -F</userinput> + <screen><prompt># </prompt><userinput><command>/usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt</command> -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -F</userinput> </screen> <para> That concludes our setup of the management server. We still need to
