Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Download SPRING-OPEN VM here <LINK>
  2. Setup the VM working environment. Please refer to here to  to install the VirtualBox .Import the VMand import the SPRING-OPEN VM.
  3. Login the VM using the following username and password

    Code Block
    languagetext
    username : mininet
    password : mininet
  4. Run the SPRING-OPEN controller

    Code Block
    languagetext
    mininet@mininet-vm:~$ cd spring-open
    mininet@mininet-vm:~/spring-open$ ./onos.sh start
    Starting ZooKeeper ... ls: cannot access /home/mininet/spring-open/onos-logs/zk.mininet-vm.log*: No such file or directory
    JMX enabled by default
    Using config: /home/mininet/spring-open/conf/zoo.cfg
    Starting zookeeper ... STARTED
    Starting ONOS controller ...  STARTED

    You can check it the controller is running correctly as following

    Code Block
    languagetext
    mininet@mininet-vm:~/spring-open$ ./onos.sh status
    [ZooKeeper]
    JMX enabled by default
    Using config: /home/mininet/spring-open/conf/zoo.cfg
    Mode: standalone
    [RAMCloud coordinator]
    0 RAMCloud coordinator running
    [RAMCloud server]
    0 RAMCloud server running
    [ONOS core]
    1 instance of onos running
  5. Run the CLI

    Code Block
    languagetext
     



  6. Run the mininet

    Code Block
    languagetext
     

...