Versions Compared

Key

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

...

ODL-Micro is available as different packages for respective function. As of Aluminium we support a ODL-Micro package for the following:

  • odl-micro-netconfnetconf 
  • odl-micro-openflowplugin
  • odl-micro-ovsdb

Install ODL-Micro

The download is available as a tar file for the respective package. To install, do the following.

Running ODL-Micro

...

  • micro-netconf-1.0.0-micro.tar: 


    Code Block
    cd micro-netconf-1.0.0/
    
    java -Xms128M -Xmx2048m -XX:+UnlockDiagnosticVMOptions -XX:+HeapDumpOnOutOfMemoryError -XX:+DisableExplicitGC -Dcom.sun.management.jmxremote -Dfile.encoding=UTF-8 -Djava.security.egd=file:/dev/./urandom -cp "etc/initial/*:lib/*" org.opendaylight.netconf.micro.NetconfMain
    micro-openflowplugin-
    tar xvf micro-netconf-1.0.0-micro.tar
    Code Block
    
    cd micro-openflowpluginnetconf-1.0.0/
    
    java -Xms128M -Xmx2048m -XX:+UnlockDiagnosticVMOptions -XX:+HeapDumpOnOutOfMemoryError -XX:+DisableExplicitGC -Dcom.sun.management.jmxremote -Dfile.encoding=UTF-8 -Djava.security.egd=file:/dev/./urandom -cp "etc/initial/*:lib/*" org.opendaylight.openflowpluginnetconf.micro.OpenflowPluginMainNetconfMain
    Note: Java version should be >=11