33 | | === C.1.1 Verification of Topology === |
| 33 | === C.1.1 Starting the OML Server (if needed) === |
| 34 | For this tutorial we have an OML server running on emmy9.casa.umass.edu, which collects the measurement data in an sqlite3 database and at the end of the experiment it pushes the data to IRODS. |
| 35 | * Here is how you would have to start an OML server if you wanted to run this on a different machine (OML2.8 is required.) |
| 36 | {{{ |
| 37 | #!html |
| 38 | <span style="color:red">DO NOT perform this task in the tutorial. |
| 39 | </span> |
| 40 | }}} |
| 41 | |
| 42 | This is explained the [OML installation file]. |
| 43 | |
| 44 | {{{ |
| 45 | $ oml2-server --listen=3003 --data-dir=~ --logfile=oml_server.log -H ~/oml2-2.8.0/server/oml2-server-hook.sh |
| 46 | }}} |
| 47 | |
| 48 | The latest version of OML offers the capability of executing a script after the measurement has finished. In OML terminology this is called a "hook". The hook script we use is attached at the bottom of this wiki page (oml2-server-hook.sh). |
| 49 | |
| 50 | |
| 51 | === C.1.2 Verification of Topology === |