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 install the VirtualBox.
  3. Import the VM
  4. Login the VM using the following username and password

    Code Block
    languagetext
    username : mininet
    password : mininet
  5. 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
  6. Run the CLI

    Code Block
    languagetext
     



  7. Run the mininet

    Code Block
    languagetext