wiki:GIMIv1.1Tutorial/OmlServer

Version 4 (modified by zink@cs.umass.edu, 11 years ago) (diff)

--

Appendix 1: Running a Private OML Server

1.1 OML

More detailed information on OML and the its installation can be found here.

1.2 Experiment controller

The experiment controller configuration file, located at /etc/omf-expctl-5.4/omf-expctl.yaml, specifies which oml server the nodes should communicate with. The snippet below show the current configuration that's in the file on the tutorial user workspace VM.

# URI to the OML server to use for this EC 
# (can be overwritten on the EC command line)
#:omluri: 'tcp:10.103.0.3:3003'
:omluri: 'tcp:emmy9.casa.umass.edu:3003'

In case you were planning an experiment where the OML server is located somewhere else you would have to modify this line accordingly.


http://groups.geni.net/geni/wiki/GIMIv1.1Tutorial/Orchestrate Back to Tutorial Section C