Updated Branches: refs/heads/4.2 6a252077a -> 58df0d21f
fixing the insertion point of restarting the management server Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/ad62217c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/ad62217c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/ad62217c Branch: refs/heads/4.2 Commit: ad62217c476d4c2a3b14976197b81b68b1770cda Parents: 6a25207 Author: David Nalley <[email protected]> Authored: Wed Oct 2 11:58:57 2013 -0400 Committer: David Nalley <[email protected]> Committed: Wed Oct 2 11:58:57 2013 -0400 ---------------------------------------------------------------------- release-notes/en-US/Release_Notes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/ad62217c/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 869e592..0e812c0 100644 --- a/release-notes/en-US/Release_Notes.xml +++ b/release-notes/en-US/Release_Notes.xml @@ -1293,6 +1293,10 @@ service cloudstack-agent start </listitem> </orderedlist> </listitem> + <listitem id="restart-mgmt-server"> + <para>Now it's time to restart the management server</para> + <programlisting language="Bash"><prompt>#</prompt> service cloudstack-management start</programlisting> + </listitem> <listitem id="restart-system-vms"> <para>Once you've upgraded the packages on your management servers, you'll need to restart the system VMs. Ensure that the admin port is set to 8096 by using the "integration.api.port" global parameter. @@ -1324,10 +1328,6 @@ 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">
