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 #283 from Metaswitch/fix_sudo
Browse files Browse the repository at this point in the history
[No reviewer] fix up some inconsistent commands
  • Loading branch information
johadalin committed Oct 30, 2017
2 parents 50d9adf + 1964ae5 commit fa87072
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Handling_Multiple_Failed_Nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ Run this process on every node which is not one of the master nodes in the affec

Run these commands on one Vellum node in the affected site:

/usr/share/clearwater/clearwater-cluster-manager/scripts/load_from_chronos_cluster vellum
/usr/share/clearwater/clearwater-cluster-manager/scripts/load_from_memcached_cluster vellum
sudo /usr/share/clearwater/clearwater-cluster-manager/scripts/load_from_chronos_cluster vellum
sudo /usr/share/clearwater/clearwater-cluster-manager/scripts/load_from_memcached_cluster vellum

If you are using any of Homestead-Prov, Homer or Memento, also run:

/usr/share/clearwater/clearwater-cluster-manager/scripts/load_from_cassandra_cluster vellum
sudo /usr/share/clearwater/clearwater-cluster-manager/scripts/load_from_cassandra_cluster vellum

Verify the cluster state is correct in etcd by running sudo `/usr/share/clearwater/clearwater-cluster-manager/scripts/check_cluster_state`
Verify the cluster state is correct in etcd by running `sudo /usr/share/clearwater/clearwater-cluster-manager/scripts/check_cluster_state`

### Start the cluster manager on all nodes

Expand Down

0 comments on commit fa87072

Please sign in to comment.