Have questions? Stuck? Please check our FAQ for some common questions and answers.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

I noticed that many people expressed the exigence to install ONOS on CentOS 6.X based systems, since it's very common to find this type of systems in production environments.

Nothing complicate. ONOS is based on Java, which - by definition - can run on heterogeneous systems. It was just a matter of figure out the right dependencies.

I then, I came up with this little tutorial, that hopefully should quickly guide the users over the process. The tutorial assumes you've just installed a brand new CentOS box and that you logged in for the first time.

The basics: setup the network card, the hostname

ip link set eth0 up
vi /etc/sysconfig/network-scripts/ifcfg-eth0 -> ON_BOOT = yes
service network restart
  • No labels