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

« Previous Version 3 Next »

  1. Download SPRING-OPEN VM here <LINK>
  2. Setup the VM working environment. Please refer to here to install the VirtualBox and import the SPRING-OPEN VM.
  3. Login the VM using the following username and password

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

    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

    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

     



  6. Run the mininet

     

 

 

 

 

  • No labels