Changes between Version 17 and Version 18 of JOhrenSandbox/GIMINotes8.1.2012
- Timestamp:
- 08/02/12 16:01:23 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JOhrenSandbox/GIMINotes8.1.2012
v17 v18 52 52 == 2. Obtain slice of GENI resources, install and configure GIMI I&M tools == 53 53 * Used omni to create the slice and the sliver on ExoSM aggregate 54 * rspec link here55 54 * Rspec includes an execute service for each node that downloads [http://pc41.emulab.net/gimi-postboot.sh gimi-postboot.sh] from the web server (on pc41.emulab.net) and runs it with the slicename and nodeid parameters 56 55 {{{ … … 59 58 </services> 60 59 }}} 60 * Inputs: 61 * rspec 62 * Output: 63 * slice manifest 64 * slice login information 65 * all nodes are ready to run the experiment 66 * hostname is set 67 * oml2-iperf installed 68 * RC is configured and running 61 69 62 70 == 3. Run and orchestrate GIMI I&M tools and reference/actual experiment == … … 65 73 $ omf-5.4 exec --no-cmc -S johGIM1208011452 tcp_iperf.rb -- --source1 johGIM1208011452-NodeA --sink johGIM1208011452-NodeC 66 74 }}} 67 75 * Inputs: 76 * slicename 77 * tcp_iperf.rb 78 * Outputs: 79 * sq3 database file on the OML server 68 80 69 81 == 4. Push I&M measurement results to iRODS archive service == … … 73 85 * Had to make some changes to the ichmod commands to get it to work with my iRODS server 74 86 * The hook script currently expects the usernames to begin with "gimi". I had to modify my script to look specifically for my username. '''This will not currently work on emmy9 when experimenters use their own credentials''' 87 * Inputs: 88 * oml2-server-hook script running on the OML server 89 * sq3 database file on the OML server 90 * Outputs: 91 * sq3 database file in experimenter's home location on the iRODS server 92 * experimenter is able to iget the sq3 file 75 93 76 94 == 5. Pull I&M measurement results from iRODS archive service to UW/iREEL == … … 88 106 cp: cannot stat `johGIM1208011452.png': No such file or directory 89 107 }}} 108 * Inputs: 109 * sq3 file is accessible in the experimenter's home location on the iRODS server 110 * Outputs: 111 * visualization images available on the web server on the UW 90 112 91 113 == 6. Observe I&M measurement results on GIMI presentation service == 114 115 * Currently blocked on failure in step 5. 116 * Inputs: 117 * None 118 * Outputs: 119 * visualization images viewable in the web server on the UW 92 120 93 121 … … 95 123 * Used omni to delete the sliver 96 124 * When should the data on the OML server be cleaned up? 125 * Inputs: 126 * slice name 127 * Outputs: 128 * sliver has been deleted