新版的OpenDaylight Lithium版本的安装和Helium版本没有大的区别。
1.配置jdk环境(1.7.0_40及以上版本)下载OpenDaylight Lithium
网址:https://www.opendaylight.org/downloads
2.解压并进入bin目录,运行karaf
lab401@lab401-VirtualBox:~/ODL/distribution-karaf-0.3.1-Lithium-SR1/bin$ ./karaf
3.安装组件
opendaylight-user@root>feature:install odl-restconf
opendaylight-user@root>feature:install odl-l2switch-switch
opendaylight-user@root>feature:install odl-openflowplugin-all
opendaylight-user@root>feature:install odl-dlux-all
opendaylight-user@root>feature:install odl-mdsal-all
opendaylight-user@root>feature:install odl-adsal-northbound
4.都成功后访问web页面
访问页面http://[主机ip]:8181/index.html(与Helium不同),账号密码均为admin。