Changes between Version 11 and Version 12 of IMInteroperability/GIMIInstaGENITestCase
- Timestamp:
- 05/13/13 14:56:32 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IMInteroperability/GIMIInstaGENITestCase
v11 v12 63 63 }}} 64 64 65 '''2. Edit Experiment Script. [[BR]]''' 65 '''2. Change hostnames [[BR]]''' 66 66 67 67 68 Login to each node separately using the SSH button in Flack and change hostname using the following command: [[BR]] … … 71 72 {{{ 72 73 sudo hostname nodeA 74 sudo /etc/init.d/omf-resctl-5.4 restart 73 75 }}} 74 76 … … 77 79 {{{ 78 80 sudo hostname nodeB 81 sudo /etc/init.d/omf-resctl-5.4 restart 79 82 }}} 80 83 … … 177 180 178 181 {{{ 179 omf-5.4 exec --no-am -e <exp_name> -S <slice_name> GIMI_Simple_Experiment.rb 182 omf-5.4 exec --no-am -e <exp_name> -S <slice_name> step1-ping_all.rb 183 184 For example omf-5.4 exec --no-am -e dbhatinstageni-ping_all -S dbhatinstageni step1-ping_all.rb 180 185 }}} 181 186 … … 186 191 187 192 {{{ 188 omf-5.4 exec --no-am -e dbhatinstageni-ping_all -S dbhatinstageni step1-ping_all.rb 193 189 194 190 195 INFO NodeHandler: OMF Experiment Controller 5.4 (git c005675)