Masayoshi Kobayashi | f358ff5 | 2013-03-22 00:31:59 +0000 | [diff] [blame] | 1 | ######## |
| 2 | Cluster Management Tools |
| 3 | ####### |
| 4 | |
| 5 | ssh : contains necessary files in .ssh (don't change file permission) |
| 6 | bash_profile: Can be used as $HOME/.bash_profile file. The following four lines needs to be changed as necessary |
| 7 | |
| 8 | export RCP_USER=ubuntu |
| 9 | export RCMD_CMD=ssh |
| 10 | export RCMD_CMD_ARGS="-i $HOME/.ssh/onlabkey.pem" |
| 11 | export RCMD_USER=ubuntu |
| 12 | export RCP_CMD="scp -i $HOME/.ssh/onlabkey.pem -o StrictHostKeyChecking=no" |
| 13 | export FANOUT=64 |
Masayoshi Kobayashi | 80003ea | 2013-04-01 23:27:36 +0000 | [diff] [blame] | 14 | export CLUSTER="$HOME/bin/cluster.txt" |
Masayoshi Kobayashi | f358ff5 | 2013-03-22 00:31:59 +0000 | [diff] [blame] | 15 | |
| 16 | ### Set the proper value ## |
| 17 | export ONOS_CLUSTER_BASENAME="onosdevx" |
| 18 | export ONOS_CLUSTER_NR_NODES=8 |
| 19 | |
| 20 | bin/start.sh : shutdown all service and restart |
| 21 | bin/stop.sh : shutdown all service |
| 22 | bin/status.sh : show status of the services |