Changes between Version 57 and Version 58 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/17/15 10:26:40 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v57 v58 245 245 {{{ 246 246 #!div style="background: #ffd; border: 3px ridge; width: 800px;" 247 {{{ 248 #!sh 249 ansible -i inventory server -s -m shell -a "bash -c 'iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log'" 247 On the `server` node do: 248 {{{ 249 #!sh 250 bash -c 'iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log' 251 }}} 252 On the local node do: 253 {{{ 254 #!sh 255 bash -c 'iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log' 250 256 ansible -i inventory client -s -m shell -a "/local/scripts/client-wget.sh &" 251 257 ansible -i inventory client -s -m shell -a "/local/scripts/client-iperf.sh &"