Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

Code Block
languagebash
titleForm 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

...