Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save danicuki/3ad92d954a38c3531def84e30fbc4409 to your computer and use it in GitHub Desktop.
Save danicuki/3ad92d954a38c3531def84e30fbc4409 to your computer and use it in GitHub Desktop.
#Example of how to completly remove a pm server and its dbroot
# pm server being removed: pm4
# dbroot being removed: 4
ma redistributeData start remove 4
ma stopSystem y
ma unassignDBRootPMConfig 4 pm4
ma removeModule pm4 y
ma startSystem
ma removeDBRoot 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment