Updated Branches: refs/heads/4.2 211817546 -> 6a252077a
adding a comment to start the Management Server after upgrade. Thanks to Weezey for pointing this out in IRC; also removing some CentOS 5.5 stuff Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/6a252077 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/6a252077 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/6a252077 Branch: refs/heads/4.2 Commit: 6a252077a8c1ed12ce75f2494386ff4093695dec Parents: 2118175 Author: David Nalley <[email protected]> Authored: Wed Oct 2 11:22:04 2013 -0400 Committer: David Nalley <[email protected]> Committed: Wed Oct 2 11:22:04 2013 -0400 ---------------------------------------------------------------------- release-notes/en-US/Release_Notes.xml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/6a252077/release-notes/en-US/Release_Notes.xml ---------------------------------------------------------------------- diff --git a/release-notes/en-US/Release_Notes.xml b/release-notes/en-US/Release_Notes.xml index f9c645f..869e592 100644 --- a/release-notes/en-US/Release_Notes.xml +++ b/release-notes/en-US/Release_Notes.xml @@ -1277,19 +1277,6 @@ gpgcheck=0 <programlisting language="Bash">$ sudo yum upgrade cloudstack-agent</programlisting> </listitem> <listitem> - <para>For CentOS 5.5, perform the following:</para> - <orderedlist numeration="lowerroman"> - <listitem> - <para>Run the following command:</para> - <programlisting>rpm -Uvh http://download.cloud.com/support/jsvc/jakarta-commons-daemon-jsvc-1.0.1-8.9.el6.x86_64.rpm</programlisting> - </listitem> - <listitem> - <para>Upgrade the Usage server.</para> - <programlisting>sudo yum upgrade cloudstack-usage</programlisting> - </listitem> - </orderedlist> - </listitem> - <listitem> <para>Verify that the file <filename>/etc/cloudstack/agent/environment.properties</filename> has a line that reads:</para> @@ -1337,6 +1324,10 @@ Done restarting router(s). <para>Copy the file <filename>vhd-utils</filename> to <filename>/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver</filename>.</para> </listitem> + <listitem> + <para>Now it's time to restart the management server</para> + <programlisting language="Bash"><prompt>#</prompt> service cloudstack-management start</programlisting> + </listitem> </orderedlist> </section> <section id="upgrade-from-3.0.x-to-4.0">
