Docs. CLOUDSTACK-134. Copying vhd-util is required only when XenServer is used.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/514a7e31
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/514a7e31
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/514a7e31

Branch: refs/heads/master
Commit: 514a7e31d4e3a14f1bc82ee51d609e0e33e6785b
Parents: 476e771
Author: Jessica Tomechak <jessica.tomec...@gmail.com>
Authored: Mon Nov 5 12:46:59 2012 -0800
Committer: Jessica Tomechak <jessica.tomec...@gmail.com>
Committed: Mon Nov 5 12:51:56 2012 -0800

----------------------------------------------------------------------
 docs/en-US/management-server-install-client.xml    |    5 ++-
 .../en-US/management-server-install-multi-node.xml |   19 +++++++-----
 docs/en-US/management-server-install-overview.xml  |   24 +++++++--------
 3 files changed, 25 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/514a7e31/docs/en-US/management-server-install-client.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-client.xml 
b/docs/en-US/management-server-install-client.xml
index 7d219ac..7e81ec7 100644
--- a/docs/en-US/management-server-install-client.xml
+++ b/docs/en-US/management-server-install-client.xml
@@ -33,8 +33,9 @@
     packages will depend on everything you need to run the Management 
server.</para>
   <section id="vhd-util">
     <title>Downloading vhd-util</title>
+    <para>This procedure is required only for installations where XenServer is 
installed on the hypervisor hosts.</para>
     <para>Before setting up the Management Server, download vhd-util from 
<ulink
-        
url="http://download.cloud.com.s3.amazonaws.com/tools/vhd-util";>vhd-util</ulink></para>
+        
url="http://download.cloud.com.s3.amazonaws.com/tools/vhd-util";>vhd-util</ulink>.</para>
     <para>If the Management Server is RHEL or CentOS, copy vhd-util to
       /usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver.</para>
     <para>If the Management Server is Ubuntu, copy vhd-util to
@@ -49,4 +50,4 @@
     <title>Install on Ubuntu</title>
     <programlisting language="Bash">apt-get install 
cloud-client</programlisting>
   </section>
-</section>
+</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/514a7e31/docs/en-US/management-server-install-multi-node.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-multi-node.xml 
b/docs/en-US/management-server-install-multi-node.xml
index 1764fa9..e61f623 100644
--- a/docs/en-US/management-server-install-multi-node.xml
+++ b/docs/en-US/management-server-install-multi-node.xml
@@ -32,6 +32,7 @@ linkend="sect-source-buildrpm"/> or <xref 
linkend="sect-source-builddebs"/> as
         appropriate. </para>
     </listitem>
     <listitem>
+      <para>This step is required only for installations where XenServer is 
installed on the hypervisor hosts.</para>
       <para>Download vhd-util from <ulink
           
url="http://download.cloud.com.s3.amazonaws.com/tools/vhd-util";>vhd-util</ulink></para>
       <para>If the Management Server is RHEL or CentOS, copy vhd-util to
@@ -41,21 +42,23 @@ linkend="sect-source-buildrpm"/> or <xref 
linkend="sect-source-builddebs"/> as
     </listitem>
     <listitem>
       <para> Ensure that necessary services are started and set to start on 
boot.
-        <programlisting><prompt>#</prompt> <command>service</command> rpcbind 
start
-<prompt>#</prompt> <command>service</command> nfs start
-<prompt>#</prompt> <command>chkconfig</command> nfs on
-<prompt>#</prompt> <command>chkconfig</command> rpcbind on            
</programlisting>
+        <programlisting><prompt>#</prompt> service rpcbind start
+<prompt>#</prompt> service nfs start
+<prompt>#</prompt> chkconfig nfs on
+<prompt>#</prompt> chkconfig rpcbind on
+</programlisting>
       </para>
     </listitem>
     <listitem>
-      <para> Configure the database client. Note the absence of the 
--deploy-as argument in this
+      <para>Configure the database client. Note the absence of the --deploy-as 
argument in this
         case. (For more details about the arguments to this command, see <xref
           linkend="management-server-install-db-external"/>.) </para>
-      <programlisting><prompt>#</prompt> 
<command>cloud-setup-databases</command> 
cloud:<replaceable>dbpassword</replaceable>@<replaceable>dbhost</replaceable> 
-e <replaceable>encryption_type</replaceable> -m 
<replaceable>management_server_key</replaceable> -k 
<replaceable>database_key</replaceable>            </programlisting>
+      <programlisting><prompt>#</prompt> cloud-setup-databases 
cloud:<replaceable>dbpassword</replaceable>@<replaceable>dbhost</replaceable> 
-e <replaceable>encryption_type</replaceable> -m 
<replaceable>management_server_key</replaceable> -k 
<replaceable>database_key</replaceable>
+      </programlisting>
     </listitem>
     <listitem>
       <para>Configure the OS and start the Management Server:</para>
-      <programlisting><prompt>#</prompt> 
<command>cloud-setup-management</command></programlisting>
+      <programlisting><prompt>#</prompt> 
cloud-setup-management</programlisting>
       <para>The Management Server on this node should now be running.</para>
     </listitem>
     <listitem>
@@ -66,4 +69,4 @@ linkend="sect-source-buildrpm"/> or <xref 
linkend="sect-source-builddebs"/> as
         Load Balancing.</para>
     </listitem>
   </orderedlist>
-</section>
+</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/514a7e31/docs/en-US/management-server-install-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-overview.xml 
b/docs/en-US/management-server-install-overview.xml
index ba4c8f6..5f46b00 100644
--- a/docs/en-US/management-server-install-overview.xml
+++ b/docs/en-US/management-server-install-overview.xml
@@ -23,23 +23,21 @@
 -->
 
 <section id="management-server-installation-overview">
-        <title>Management Server Installation Overview</title>
-        <para>This section describes installing the Management Server. There 
are two slightly different installation flows, depending on how many Management 
Server nodes will be in your cloud:</para>
-        <itemizedlist>
-            <listitem><para>A single Management Server node, with MySQL on the 
same node.</para></listitem>
-            <listitem><para>Multiple Management Server nodes, with MySQL on a 
node separate from the Management Servers.</para></listitem>
-        </itemizedlist>
-        <para>In either case, each machine must meet the system requirements 
described in System Requirements.</para> 
-        <warning><para>For the sake of security, be sure the public Internet 
can not access port 8096 or port 8250 on the Management Server.</para></warning>
-        <para>
-            The procedure for installing the Management Server is:
-        </para>
-            <orderedlist>
+    <title>Management Server Installation Overview</title>
+    <para>This section describes installing the Management Server. There are 
two slightly different installation flows, depending on how many Management 
Server nodes will be in your cloud:</para>
+    <itemizedlist>
+        <listitem><para>A single Management Server node, with MySQL on the 
same node.</para></listitem>
+        <listitem><para>Multiple Management Server nodes, with MySQL on a node 
separate from the Management Servers.</para></listitem>
+    </itemizedlist>
+    <para>In either case, each machine must meet the system requirements 
described in System Requirements.</para> 
+    <warning><para>For the sake of security, be sure the public Internet can 
not access port 8096 or port 8250 on the Management Server.</para></warning>
+    <para>The procedure for installing the Management Server is:</para>
+    <orderedlist>
                 <listitem>
       <para>Prepare the Operating System</para>
     </listitem>
     <listitem>
-      <para>Download and install vhd-util.</para>
+      <para>(XenServer only) Download and install vhd-util.</para>
     </listitem>
                 <listitem><para>Install the First Management 
Server</para></listitem>
                 <listitem><para>Install and Configure the MySQL 
database</para></listitem>

Reply via email to