Versions Compared

Key

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

...

    • -f  : forces an uninstall. Presently, install also includes onos-push-bits and onos-config within. 
    • -n : installation of onos.conf upstart configuration file will be suppressed and ONOS will not be started. Otherwise, if the option is not specified, ONOS will be ignited as a Linux daemon as the last step of the installation process.

onos-package [–tar | --tar]

Packages ONOS into different formats. Running the command without parameters has the same effect of running it with the --tar parameter.

options:

    • --deb  : Creates a .deb ONOS package in /tmp
    • --tar : Creates a .tar.gz ONOS package in /tmp


onos-uninstall [<node-ip>]

Uninstall ONOS from the designated cell machine, stopping it if needed.

...