Have questions? Stuck? Please check our FAQ for some common questions and answers.

For ONOS 1.14 or later, see Cluster Configuration in Owl (1.14)

Multiple target machines can act together as a unified, coherent distributed system, configured as a cluster. Once ONOS is installed (and runs) on multiple target machines, it’s very easy to form a cluster.

Form a cluster from a target machine

From one of the target machines, run:

Form a cluster of three instances, from one of the target machines
/opt/onos/tools/test/bin/onos-form-cluster $TARGET_MACHINE_1_IP $TARGET_MACHINE_2_IP $TARGET_MACHINE_N_IP

where $TARGET_MACHINE_X_IP is the IP address of the target machines that should form the cluster (including the IP address of the target machine where the commands are run from).

  • No labels