defense4all
Build failure in webgui pom.xml defense4all with maven 3.3.3 any solutions?
Build failure in webgui pom.xml defense4all with maven 3.3.3 any solutions?
I would like to share some useful working links/pointers for defese4all application. Hope it helps other..
OpenDaylight Working/Useful Packages/Links (Lithium)
(A) Karaf Packages Installed (in this order):
feature:install odl-restconf-all
feature:install odl-mdsal-all odl-dlux-all odl-netconf-connector-all
config file "system/org/opendaylight/controller/netconf-connector-config/0.3.1-Lithium-SR1/netconf-connector-config-0.3.1-Lithium-SR1-config.xml" uploaded here.
Note: in earlier ODL versions the config file name was "99-netconf-connector.xml" (etc/opendaylight/karaf)
(B) Verify ODL connectivity with open switch
http://<ip/localhost>:8080/index.html#/yangui/index
http://<ip/localhost>:8080/apidoc/explorer/index.html#
(C) Links for ODL controller:
Note: Use the 1st link for download & from 2nd link (till 'bashrc' update) you can install dependent packages.
3rd link will tell you how to start the controller & which all packages are required. For packages check (A). Other links are for more of INFO purpose.
https://wiki.opendaylight.org/view/Co...CoreFunctionalityTutorials:Tutorials:NetconfMount
cat ~/.bashrc
export M2HOME=/usr/local/apache-maven/apache-maven-3.3.3 export MAVENOPTS="-Xms256m -Xmx512m" export JAVA_HOME=/usr/lib/jvm/java-8-oracle export PATH=$PATH:/usr/share
(D) Links/Steps for Defense4all:
https://wiki.opendaylight.org/view/De...Guide#InstallationonDebianor_Ubuntu
apt-get install dsc22 http://comments.gmane.org/gmane.comp....
http://grokbase.com/t/cassandra/user/143a010m3t/cassandra-dsc-2-0-5-not-starting-could-not-access-pidfile-for-cassandra
Download D4ALL & D4ALL-CLI debian packages https://nexus.opendaylight.org/conten...
Before we start installing defense4all & defense4all-cli we have to make sure this
/etc/init.d/rsyslog start & then /etc/init.d/rsyslog status doesn't show it is running, change the script /etc/init.d/rsyslog
#! /bin/sh
if [ "$1" = "status" ]
then
service rsyslog status
elif [ "$1" = "start" ]
then
service rsyslog start
elif [ "$1" = "stop" ]
then
service rsyslog stop
else
echo "unknown action asked for"
fi
dpkg -i df.aggregate-1.0.17-Helium-SR3-defense4all.deb
dpkg -i df.aggregate-1.0.17-Helium-SR3-defense4all-cli.deb
Edit /etc/cassandra/cassandra.yaml (check this working config file here)
http://comments.gmane.org/gmane.comp....
http://grokbase.com/t/cassandra/user/143a010m3t/cassandra-dsc-2-0-5-not-starting-could-not-access-pidfile-for-cassandra
http://foorious.com/devops/cassandra-cluster-trusty-install/ (** very useful link)
run cassandra (I could run is successfully as a foreground process only) cassandra -f -p /var/run/cassandra/cassandra.pid
Note: Incase cassandra.pid file is not there, create one (touch cassandra.pid)
I installed these packages (they may not be required, but good to have them) apt-get install npm
npm install bower -g
ln -s /usr/bin ...
(more)This thread is public, all members of ask.opendaylight.org can read this page.
Asked: 2015-08-22 04:52:50 -0800
Seen: 143 times
Last updated: Dec 15 '15
© 2014 OpenDaylight, A Linux Foundation Collaborative Project. All Rights Reserved.
OpenDaylight is a trademark of The OpenDaylight Project, Inc.
Linux Foundation is a registered trademark of The Linux Foundation.
Linux is a registered trademark of Linus Torvalds.
Please see our brand guidelines, trademark guidelines, terms of service and privacy policy.