Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #27 from Metaswitch/quiesce-dont-stop
Browse files Browse the repository at this point in the history
[Reviewer: Rob] Recommend quiescing rather than stopping Bono or Sprout
  • Loading branch information
mirw committed Apr 23, 2015
2 parents 75734b7 + a346581 commit 860577d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CDF_Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you have a CDF set up to receive Rf billing messages from your deployment, yo

Once you have done this, run the following command to cause Bono to pick up the changes.

sudo service bono stop (allowing monit to restart Bono)
sudo service bono quiesce (allowing monit to restart Bono)

## Restrictions

Expand Down
2 changes: 1 addition & 1 deletion docs/Clearwater_Configuration_Options_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To change one of these settings:

* Modify the configuration file
* Run `sudo service clearwater-infrastructure restart` to regenerate any dependent configuration files
* Restart the relevant Clearwater service (e.g. run `sudo service bono stop` and allow monit to restart Bono)
* Restart the relevant Clearwater service (e.g. run `sudo service bono quiesce` and allow monit to restart Bono)

## Core options

Expand Down
8 changes: 7 additions & 1 deletion docs/Modifying_Clearwater_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ hss_port
To change one of these settings:
* Edit `/etc/clearwater/config` on each affected node, and change to the new value
* Run `sudo service clearwater-infrastructure restart` to ensure that the configuration changes are applied consistently across the node
* Restart the individual component by running `sudo service <sprout,bono,homestead,homer,ralf,ellis> stop` and allowing monit to restart the service. This picks up the new configuration.
* Restart the individual component by running the appropriate one of the following commands to stop the service and allow monit to restart it.
* Sprout - `sudo service sprout quiesce`
* Bono - `sudo service bono quiesce`
* Homestead - `sudo service homestead stop`
* Homer - `sudo service homer stop`
* Ralf -`sudo service ralf stop`
* Ellis - `sudo service ellis stop`

## Starting from scratch

Expand Down

0 comments on commit 860577d

Please sign in to comment.