Necessary tools to install the framework
Opened this issue · 11 comments
Could you help me with the procedure on how to install and run the framework and also the necessary tools required
To be clear, you do not need to add a new issue for every, comment. Feel free to add additional related comments on the same issue.
- Install ubuntu server 16.04 or 18.04 on a machine with at least 10GB RAM and 4 CPUs.
- assuming this is a dev deployment, install mininet http://mininet.org/download/
- Install ONOS version 1.8 to 1.11 (they might a VM with ONOS and mininet preinstalled, you might want to use it as it would be easier) https://wiki.onosproject.org/display/ONOS/Developer+Quick+Start
- Install python2-dev and python3-dev and pip3 and pip
- clone this repo somewhere on the machine and run the ./tennison_experimenter script
Could you please provide an output for the following commands?
sudo lshw
sudo free -mh
I can't see any errors, the ^C suggests that you quit the loading phase of the script. Long delay can be due to a lack of resouces on the machine.
Do mn -c before you install again to cleanup after canceling the script.
I have come across this issue before. It's related to ONOS not being able to sync with itself.
Either change the bit of code in the installer to stop this check or try and launch ONOS in non-clustered mode. For what you need you don't need to run it in clustered mode.
@dhanz123 were you able to solve the above issue(Missing ONOS tarball)?
Kindly provide your email address if you have.
could you please tell me which file to run to access to the tennision gui.
and also does the single script Tennison experimenter does all the necessary installation of the apps everything.
could you please tell me which file to run to access to the tennision gui.
and also does the single script Tennison experimenter does all the necessary installation of the apps everything.
may be it i has to do something with the onos bazel build. after building the onos check if there is any onos tar file in the onos-(buck-out) directory. hope it helps!
…
On Thu, Sep 26, 2019 at 4:51 PM KAMRANMEHBOOB @.***> wrote: @dhanz123 https://github.com/dhanz123 were you able to solve the above issue(Missing ONOS tarball)? Kindly provide your email address if you have. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#4?email_source=notifications&email_token=ALZSXVT2YIWX4YKEMGI7B5LQLSLK5A5CNFSM4IWRNRJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7VHJFA#issuecomment-535458964>, or mute the thread https://github.com/notifications/unsubscribe-auth/ALZSXVQA2DFDCM5GZPGHFXTQLSLK5ANCNFSM4IWRNRJA .
Were you able to solve this? I'm stuck at this Missing onos tarball as well. Many thanks for your help.
launch ONOS in non-clustered mode
Hi, how can I do this? Could you please give me some tips?