...
The ONOS CLI is an extension of Karaf's CLI. As a result, it is capable of leveraging features such as programmatic extensibility, the ability to load and unload bundles (among others), and SSH access.
Accessing the CLI
...
CLI
When on target machines, the ONOS CLI can be accessed with typing
Code Block | ||
---|---|---|
| ||
$ /opt/onos/bin/onos |
the command karaf clean
. For remote installations, e.g. ONOS instances deployed with onos-package
and onos-install
, the onos
command can be used to attach to running instance from the shell of the target machine.
...