Versions Compared

Key

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

...

Info

This section assumes that the reader has already checked out the latest source by following Getting ONOS - ONOS Source Code.

If you are installing into an Ubuntu VM, make sure you have completed steps 2 and 3 from ONOS from Scratch [OLD] to install Karaf, Maven, and Java 8.

...

Excerpt Include
ONOS from Scratch [OLD]
ONOS from Scratch [OLD]
nopaneltrue

 

You will have to accept the Oracle binary license terms  

...

This tool generates a cluster configuration and uploads it to all the ONOS instances via ONOS REST API. Note that this request will trigger all ONOS instances to restart. When they finish the restart process, they will all be part of the same cluster.

You can check the status of the cluster through the REST API (Appendix B : REST API (Draft)) or UI.

Attaching ONOS console

To attach a console to the local instance, you can use the bin/onos tool or you can remotely ssh on port 8181 8101 as in the following example:

...