-
Beta Was this translation helpful? Give feedback.
Replies: 14 comments
-
I check the /tmp/pycore.xxxx/. path, find out that ,there is .log file in master server but no .log file in distributed server. |
Beta Was this translation helpful? Give feedback.
-
EMANE being a separate component and is not a default part of CORE. If EMANE is desired, then yes, EMANE is required to be installed on each machine. |
Beta Was this translation helpful? Give feedback.
-
So, that means the server should install packges as follosing: |
Beta Was this translation helpful? Give feedback.
-
I installed CORE and EMANE in both master server and distributed server, the error But I still get the error bellow:
My configuration is:
192.168.6.106 is the master server's ip |
Beta Was this translation helpful? Give feedback.
-
Don't have the controlnet addresses be the same as your actual host address, that woul dlikely cause a conflict. Set it to something like the default |
Beta Was this translation helpful? Give feedback.
-
Master server does not need core_distributed, since the executables it contains are a part of the normal CORE installation. It is only for distributed nodes. |
Beta Was this translation helpful? Give feedback.
-
If I want to implement openvswitch on this. |
Beta Was this translation helpful? Give feedback.
-
yes, you need to have any software you plan to use installed on the actual host machine, for any given machine. |
Beta Was this translation helpful? Give feedback.
-
Thanks for answering my question in the past days, |
Beta Was this translation helpful? Give feedback.
-
Depends on what you are trying to do. There is an There are some basic OVS/RYU services provided, assuming they are installed. That provide some bare bones setup for one given take on setting things up. If either of the above are good enough alone they may help. Otherwise you will need to write a custom service for your use case or orchestrate your setup after the scenario has started etc. |
Beta Was this translation helpful? Give feedback.
-
Hello again, I installed ovs and also installed ryu following the document. |
Beta Was this translation helpful? Give feedback.
-
The Ryu service depends on having
Also the |
Beta Was this translation helpful? Give feedback.
-
Thanks for that. |
Beta Was this translation helpful? Give feedback.
-
This is the example service contributed to CORE for one way to try and use OVS: core/daemon/core/services/sdn.py Line 24 in a57b838 This is by no means an end all solution to anyone wanting to use OVS, it is just one simple example that can be run. If you want things differently, you are getting to the point of looking into OVS documentation and potentially you would write a custom service to carry out your desired actions, or manually set things up by hand, etc. At that point, this is not a CORE specific issue, but more of an issue for how you want to use OVS itself. |
Beta Was this translation helpful? Give feedback.
Don't have the controlnet addresses be the same as your actual host address, that woul dlikely cause a conflict. Set it to something like the default
controlnet = 172.16.0.0/24
.