Changes between Version 5 and Version 6 of Tutorials/a0Basic/Tutorial4
- Timestamp:
- Aug 10, 2016, 3:12:13 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/a0Basic/Tutorial4
v5 v6 19 19 The node set and the script path match the configuration on the default WiSHFUL image. 20 20 {{{ 21 defProperty('contr', 'node 2-1', 'WiSHFUL Controller Node')21 defProperty('contr', 'node1-2', 'WiSHFUL Controller Node') 22 22 defProperty('agent', 'node1-1', 'WiSHUL Agent Node') 23 23 defProperty('path','/root/wishful/examples/simple/',"Path to WiSHFUL configuration directory") … … 64 64 In order to run this experiment script, connect to the console of the SB4 for which you have an active and approved reservation for and load the ''wishfull.ndz'' image onto experiment nodes. 65 65 {{{ 66 user@console:~$ omf load -i wishful.ndz -t node1-1,node 2-166 user@console:~$ omf load -i wishful.ndz -t node1-1,node1-2 67 67 }}} 68 68 … … 75 75 Grab the experiment script with: 76 76 {{{ 77 wget ''77 wget http://www.orbit-lab.org/raw-attachment/wiki/Tutorials/a0Basic/Tutorial4/wishful_simple.rb 78 78 }}} 79 79