Versions Compared

Key

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

...

user = password,\_g\_:admingroup

To start OpenDaylight:

**$ sudo systemctl start opendaylight-helium**

To check the status of OpenDaylight:

**$ sudo systemctl status opendaylight-helium**

To connect to the karaf console via SSH:

**$ ssh -p 8101 -o StrictHostKeyChecking=no <USER\>@localhost'''
Where <USER\> matches the karaf credentials you created. You will then be prompted to enter the karaf password you set.

To stop OpenDaylight:

**$ sudo systemctl stop opendaylight-helium**

Uninstalling OpenDaylight

...