mirror of https://github.com/apache/cloudstack.git
Docs: Fix CS-1300
This commit is contained in:
parent
4226f88614
commit
ee7e9f0471
|
|
@ -31,15 +31,6 @@
|
|||
</note>
|
||||
<para>The &PRODUCT; Management server can be installed using either RPM or DEB packages. These
|
||||
packages will depend on everything you need to run the Management server.</para>
|
||||
<section id="vhd-util">
|
||||
<title>Downloading vhd-util</title>
|
||||
<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>
|
||||
<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
|
||||
/usr/lib/cloud/common/scripts/vm/hypervisor/xenserver/vhd-util.</para>
|
||||
</section>
|
||||
<section id="management-server-install-rhel">
|
||||
<title>Install on CentOS/RHEL</title>
|
||||
<para>We start by installing the required packages:</para>
|
||||
|
|
@ -49,4 +40,13 @@
|
|||
<title>Install on Ubuntu</title>
|
||||
<programlisting language="Bash">apt-get install cloud-client</programlisting>
|
||||
</section>
|
||||
<section id="vhd-util">
|
||||
<title>Downloading vhd-util</title>
|
||||
<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>
|
||||
<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
|
||||
/usr/lib/cloud/common/scripts/vm/hypervisor/xenserver/vhd-util</para>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue