0% found this document useful (0 votes)
657 views8 pages

How To Install ONOS On Ubuntu PDF

The document provides instructions for installing the Open Network Operating System (ONOS) on Ubuntu. It outlines installing Java, downloading and extracting ONOS, and running ONOS. The minimum hardware requirements are listed as a 2 core CPU, 2GB RAM, and 10GB hard drive. The steps then detail installing software packages like unzip and zip utilities, adding the Java repository, verifying the Java version, and extracting and starting ONOS.

Uploaded by

SeyhaSun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
657 views8 pages

How To Install ONOS On Ubuntu PDF

The document provides instructions for installing the Open Network Operating System (ONOS) on Ubuntu. It outlines installing Java, downloading and extracting ONOS, and running ONOS. The minimum hardware requirements are listed as a 2 core CPU, 2GB RAM, and 10GB hard drive. The steps then detail installing software packages like unzip and zip utilities, adding the Java repository, verifying the Java version, and extracting and starting ONOS.

Uploaded by

SeyhaSun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Contents

I. Introduction ................................................................................................................................. 1
II. Objective .................................................................................................................................... 1
III. Practices .................................................................................................................................... 1
Software packages ....................................................................................................................... 1
Installation Download and Extract .............................................................................................. 3

i
Open Network Operating System (ONOS)
I. Introduction

ONOS is the open source SDN network operating system targeted specifically at the service
provider and mission critical networks. Since ONOS is a network operating system (NOS). the
ONOS is the designed to provide carrier grade features such as scalability, high availability,
performance terms of throughout and latency, easy to support new network services, and
providing SDN control for OpenFlow enable legacy devices.

II. Objective

Install ONOS on Ubuntu:


• Install Java JDK + Env Adjustment
• Download ONOS + Extract
• Run ONOS
• Install Apps
• Run Mininet (Remote Controller Pointed to the ONOS instance)

III. Practices

Requirements
Hardware requirements

Hardware requirements are difficult to define, since they can depend by many factors, including
the cluster size, the managed network size, the number of messages exchanged with network
devices, and so on.

However, we feel confident to say that for a basic execution environment, the following
minimum requirements should be satisfied:

• 2 core CPU
• 2 GB RAM
• 10 GB hdd
• 1 NIC (any speed)

Software packages

$ sudo apt-get install unzip zip tree

1
sudo apt-get install software-properties-common -y && \
sudo add-apt-repository ppa:webupd8team/java -y && \
sudo apt-get update && \
echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" | sudo
debconf-s
sudo apt-get install oracle-java8-installer oracle-java8-set-default -y

$ java –version

$ which java

$echo $JAVA_HOME

$ nano.profile
export JAVA_HOME=/usr/lib/jvm/java-8-oracle/

2
export JAVA_HOME=/usr/lib/jvm/java-8-oracle/

$ source.profile

$ sudo apt-get install zip tree

Installation Download and Extract


#direct download
$ sudo wget onos-$ONOS_VERSION.tar.gz

3
# Extract :
$ sudo tar xzf onos-$ONOS_VERSION.tar.gz

#Change name onos-1.15.0 to onos:


$ sudo mv onos-$ONOS_VERSION onos

$ onos/bin/onos-service start

4
$ ifconfig

# You can go to the browser

5
6

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy