Skip to content

Commit 9fa54fa

Browse files
authored
Add example of trouble shooting
1 parent 4cebc10 commit 9fa54fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/upgrading/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ will abort. If as an operator starting an MS you get the error
4141
a clustered environment.` during upgrade, check if you have stopped
4242
all MSses in your environment and retry. If is still fails it might be
4343
that an MS has stopped un-gracefully and you need to fix the DB-entry
44-
for it.
44+
for it. For example, make sure all MSses are stopped by checking the
45+
hosts in the output of `select name from mshost where state <> ‘Down’`
46+
and then, when all is safe, run `update mshost set state = ‘Down'`
4547

4648
.. note::
4749
For information on the API changes and issues fixed in this release, please see the Release Notes section of the documentation

0 commit comments

Comments
 (0)