Changes between Version 66 and Version 67 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/24/15 23:13:26 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v66 v67 282 282 a. Start the `iperf` and `wget` traffic: 283 283 {{{ 284 #!div style="background: #ffd; border: 3px ridge; width: 800px;"284 #!div style="background: #ffd; border: 3px ridge; width: 1000px;" 285 285 On the local node do: 286 286 {{{ 287 287 #!sh 288 ansible -i inventory server -s -m shell 289 -a "iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log" 288 ansible -i inventory server -s -m shell -a "iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log" 290 289 }}} 291 290 On the local node do: