Created
October 3, 2017 18:19
-
-
Save jameswnl/0e96c8f324764480f9e2585b7d43e9ea to your computer and use it in GitHub Desktop.
Set up 2nd MIQ appliance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl stop evmserverd && systemctl disable evmserverd | |
systemctl stop $APPLIANCE_PG_SERVICE && systemctl disable $APPLIANCE_PG_SERVICE | |
rm -rf $APPLIANCE_PG_DATA/* | |
vmdb && rm -f REGION config/database.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment