Skip to content

Is there a command for stopping all SO processes? #1767

Locked Answered by TOoSmOotH
hershmaster asked this question in Q&A
Discussion options

You must be logged in to vote

Try:
sudo service salt-minion stop
sudo service salt-master stop
sudo service docker stop
sudo mv nsm nsm.old
do your stuff so that nsm mounts to your new disk
sudo rsync -av /nsm.old/ /nsm/
sudo service docker start
sudo service salt-master start
sudo service salt-minion start

When the minion service starts it will bring up all the components. I will test the install code again to make sure it is still using both disks but it was working fine as of a couple of days ago.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hershmaster
Comment options

Answer selected by TOoSmOotH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants