mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
[DOC]Change cloud- to cloudstack- for the service and fix script path issue
CLOUDSTACK-3179,CLOUDSTACK-3180 Conflicts: docs/en-US/Release_Notes.xml docs/en-US/citrix-xenserver-installation.xml
This commit is contained in:
parent
73cd064e51
commit
63206d601a
@ -555,7 +555,7 @@ master-password=[your password]</programlisting>
|
|||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Copy the script from the Management Server in
|
<para>Copy the script from the Management Server in
|
||||||
/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh to the
|
/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh to the
|
||||||
master host and ensure it is executable.</para>
|
master host and ensure it is executable.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -614,7 +614,7 @@ master-password=[your password]</programlisting>
|
|||||||
<para>Restart the Management Server and Usage Server. You only need to do this once for
|
<para>Restart the Management Server and Usage Server. You only need to do this once for
|
||||||
all clusters.</para>
|
all clusters.</para>
|
||||||
<programlisting># service cloudstack-management start
|
<programlisting># service cloudstack-management start
|
||||||
# service cloud-usage start</programlisting>
|
# service cloudstack-usage start</programlisting>
|
||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -679,19 +679,19 @@ vm: b6cf79c8-02ee-050b-922f-49583d9f1a14 (i-2-8-VM)</programlisting>
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<row>
|
<row>
|
||||||
<entry><para>/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py</para></entry>
|
<entry><para>/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py</para></entry>
|
||||||
<entry><para>/opt/xensource/sm/NFSSR.py</para></entry>
|
<entry><para>/opt/xensource/sm/NFSSR.py</para></entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><para>/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/setupxenserver.sh</para></entry>
|
<entry><para>/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/setupxenserver.sh</para></entry>
|
||||||
<entry><para>/opt/xensource/bin/setupxenserver.sh</para></entry>
|
<entry><para>/opt/xensource/bin/setupxenserver.sh</para></entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><para>/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/make_migratable.sh</para></entry>
|
<entry><para>/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/make_migratable.sh</para></entry>
|
||||||
<entry><para>/opt/xensource/bin/make_migratable.sh</para></entry>
|
<entry><para>/opt/xensource/bin/make_migratable.sh</para></entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><para>/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/cloud-clean-vlan.sh</para></entry>
|
<entry><para>/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/cloud-clean-vlan.sh</para></entry>
|
||||||
<entry><para>/opt/xensource/bin/cloud-clean-vlan.sh</para></entry>
|
<entry><para>/opt/xensource/bin/cloud-clean-vlan.sh</para></entry>
|
||||||
</row>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@ -38,8 +38,8 @@
|
|||||||
<para>
|
<para>
|
||||||
Install the &PRODUCT; management server packages by
|
Install the &PRODUCT; management server packages by
|
||||||
issuing one of the following commands as appropriate:
|
issuing one of the following commands as appropriate:
|
||||||
<programlisting><prompt>#</prompt> <command>yum</command> install cloud-client</programlisting>
|
<programlisting><prompt>#</prompt> <command>yum</command> install cloudstack-management</programlisting>
|
||||||
<programlisting><prompt>#</prompt> <command>apt-get</command> install cloud-client</programlisting>
|
<programlisting><prompt>#</prompt> <command>apt-get</command> install cloudstack-management</programlisting>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|||||||
@ -62,7 +62,7 @@
|
|||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Copy the script from the Management Server in
|
<para>Copy the script from the Management Server in
|
||||||
/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh to the
|
/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh to the
|
||||||
master host and ensure it is executable.</para>
|
master host and ensure it is executable.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|||||||
@ -48,6 +48,6 @@
|
|||||||
<para>If the Management Server is RHEL or CentOS, copy vhd-util to
|
<para>If the Management Server is RHEL or CentOS, copy vhd-util to
|
||||||
/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver.</para>
|
/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver.</para>
|
||||||
<para>If the Management Server is Ubuntu, copy vhd-util to
|
<para>If the Management Server is Ubuntu, copy vhd-util to
|
||||||
/usr/lib/cloud/common/scripts/vm/hypervisor/xenserver.</para>
|
/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver.</para>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@ -35,10 +35,8 @@ linkend="sect-source-buildrpm"/> or <xref linkend="sect-source-builddebs"/> as
|
|||||||
<para>This step is required only for installations where XenServer is installed on the hypervisor hosts.</para>
|
<para>This step is required only for installations where XenServer is installed on the hypervisor hosts.</para>
|
||||||
<para>Download vhd-util from <ulink
|
<para>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
|
<para>Copy vhd-util to
|
||||||
/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver.</para>
|
/usr/share/cloudstack-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>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para> Ensure that necessary services are started and set to start on boot.
|
<para> Ensure that necessary services are started and set to start on boot.
|
||||||
|
|||||||
@ -59,7 +59,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
<para>On Ubuntu, use the following path instead:</para>
|
<para>On Ubuntu, use the following path instead:</para>
|
||||||
<programlisting># /usr/lib/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt</programlisting>
|
<programlisting># /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt</programlisting>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>If you are using a separate NFS server, perform this step. If you are using the
|
<para>If you are using a separate NFS server, perform this step. If you are using the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user