Changes between Version 92 and Version 93 of GIMIv1.0Tutorial
- Timestamp:
- 07/03/12 11:07:11 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIMIv1.0Tutorial
v92 v93 76 76 '''1.1 Setting up the ExoGENI slice''' 77 77 78 * TH ISSTEPS ARE ONLY NECESSARY IF NOT PERFORMED IN EXOGENI TUTORIAL:78 * THESE STEPS ARE ONLY NECESSARY IF NOT PERFORMED IN EXOGENI TUTORIAL: 79 79 * In the tutorial VM start Flukes and load geni14.rdf. 80 80 * Verify settings and create slice. 81 81 * 82 * Each node uses the same image but runs a slightly post boot script. The post boot scripts (specified in Flukes) are shown below.82 * Each node uses the same image but runs a slightly different post boot script. The post boot scripts (specified in Flukes) are shown below. 83 83 * Node A 84 84 {{{ … … 184 184 '''1.2 Registering the slice with XMPP server''' 185 185 The RCs and the EC communicate via an XMPP server. The GIMI XMPP is running on emmy9.casa.umass.edu. 186 * First the ExoGENI instances and the experiment slice should be registered with the XMPP server. You can achieve this using the OMF AM by issuing the following command from a terminal in the user workspace. 186 * First the ExoGENI instances and the experiment slice should be registered with the XMPP server. You can achieve this using the OMF AM by issuing the following command from a terminal in the user workspace. In the following command, please change "gimiXX" to the user name provided to you. 187 187 {{{ 188 188 omf_create_psnode-5.4 "XMPP Server" mkslice "slice_name" "list_of_nodenames" 189 189 190 E.g., omf_create_psnode-5.4 emmy9.casa.umass.edu mkslice gimi 01-gec14 nodeA nodeB nodeC190 E.g., omf_create_psnode-5.4 emmy9.casa.umass.edu mkslice gimiXX-gec14 nodeA nodeB nodeC 191 191 }}} 192 192 If this succeeds you should see an output similar to the one below … … 198 198 }}} 199 199 200 In the above command, please change "gimi01" to the user name provided to you.201 202 200 '''1.3 Starting the resource controller (RC) 203 * Login to nodes A, B, and C through Flukes and start the RC d eamon by issuing the following command:201 * Login to nodes A, B, and C through Flukes and start the RC daemon by issuing the following command: 204 202 {{{ 205 203 /etc/init.d/omf-resctl.5.4 restart … … 210 208 }}} 211 209 212 And you should see the following lines andthe end of the log file:210 And you should see the following lines towards the end of the log file: 213 211 {{{ 214 212 2012-06-30 23:49:10 DEBUG nodeAgent::OMFPubSubTransport: Listening on '/OMF/dilip-testing/resources/nodeA' at 'emmy9.casa.umass.edu' … … 233 231 {{{ 234 232 235 omf-5.4 exec --no-cmc -S "slice_name" "ED file name" -- -- 236 237 Eg., omf-5.4 exec --no-cmc -S gimi 01-gec14 tcp_iperf.rb -- --source1 nodeA --sink nodeC233 omf-5.4 exec --no-cmc -S "slice_name" "ED file name" -- --source1 "hostname" --sink "hostname" 234 235 Eg., omf-5.4 exec --no-cmc -S gimiXX-gec14 tcp_iperf.rb -- --source1 nodeA --sink nodeC 238 236 }}} 239 237 … … 275 273 }}} 276 274 277 * If you do not see this message, then please call for help!! 275 * If you do not see the following message, then please call for help!! 276 277 {{{ 278 279 }}} 278 280 279 281 * Once you see the above messages and the experiment ends. Please run the following bash script from the "~/Tutotrials/GIMI/common/" directory. This script starts the experiment in a loop.