Repository: cloudstack-docs-rn Updated Branches: refs/heads/master 7dca1650e -> f490f3f63
CLOUDSTACK-3381: fix cloudstack-sysvmadm script string Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/f490f3f6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/f490f3f6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/f490f3f6 Branch: refs/heads/master Commit: f490f3f63da5a36210d049e5a31a361b7381f312 Parents: 7dca165 Author: Pierre-Luc Dion <[email protected]> Authored: Fri Jun 13 18:25:12 2014 -0400 Committer: Pierre-Luc Dion <[email protected]> Committed: Fri Jun 13 18:25:12 2014 -0400 ---------------------------------------------------------------------- source/upgrade/_sysvm_restart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/f490f3f6/source/upgrade/_sysvm_restart.rst ---------------------------------------------------------------------- diff --git a/source/upgrade/_sysvm_restart.rst b/source/upgrade/_sysvm_restart.rst index 24f7495..b5ed591 100644 --- a/source/upgrade/_sysvm_restart.rst +++ b/source/upgrade/_sysvm_restart.rst @@ -33,7 +33,7 @@ your MySQL credentials: .. sourcecode:: bash - # nohup cloudstack-sysvmadm -d IP address -u cloud -p -a > sysvm.log 2>&1 & + # nohup cloudstack-sysvmadm -d IPaddress -u cloud -p password -a > sysvm.log 2>&1 & You can monitor the log for progress. The process of restarting the system VMs can take an hour or more.
