Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion source/upgrading/upgrade/_sysvm_restart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@
.. sub-section included in upgrade notes.

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
need to restart the system VMs in order for those VMs to be rebuilt
from the new systemVM template version.

.. note::

Restarting system VMs can be done in different ways. You can use script
"cloudstack-sysvmadm" which is provided with CloudStack, or do a manual restart of system VMs
or do it by using third-party tools such as Ansible.
Below we are giving instructions for using the "cloudstack-sysvmadm" script.


Ensure that the admin port is set to
8096 by using the "integration.api.port" global parameter. This port
is used by the cloudstack-sysvmadm script at the end of the upgrade
procedure. For information about how to set this parameter, see :ref:`configuration parameters <configuration-parameters>`
Expand Down
5 changes: 5 additions & 0 deletions source/upgrading/upgrade/upgrade-4.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,3 +432,8 @@ Restart management services
.. parsed-literal::

$ sudo service cloudstack-usage start

System-VMs and Virtual-Routers
------------------------------

.. include:: _sysvm_restart.rst
5 changes: 5 additions & 0 deletions source/upgrading/upgrade/upgrade-4.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,8 @@ Restart management services
.. parsed-literal::

$ sudo service cloudstack-usage start

System-VMs and Virtual-Routers
------------------------------

.. include:: _sysvm_restart.rst
5 changes: 5 additions & 0 deletions source/upgrading/upgrade/upgrade-4.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,8 @@ Restart management services
.. parsed-literal::

$ sudo service cloudstack-usage start

System-VMs and Virtual-Routers
------------------------------

.. include:: _sysvm_restart.rst
3 changes: 3 additions & 0 deletions source/upgrading/upgrade/upgrade-4.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,4 +432,7 @@ Restart management services
$ sudo service cloudstack-usage start


System-VMs and Virtual-Routers
------------------------------

.. include:: _sysvm_restart.rst