Changes between Version 60 and Version 61 of GIMIv1.1Tutorial/Slice
- Timestamp:
- 10/20/12 20:22:47 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIMIv1.1Tutorial/Slice
v60 v61 46 46 === B.2.1 Flukes === 47 47 48 49 ''B.2.1.1'' Download the RDF file that describes the ExoGENI topology for your experiment with the following commands: 50 {{{ 51 #!html 52 <span style="color:red">Don't forget to replace gimiXX with your current userID. 53 </span> 54 }}} 55 56 {{{ 57 $ cd ~/Tutorials/GIMI/gimiXX 58 $ wget http://emmy9.casa.umass.edu/GEC15-GIMI-Tutorial/RDFs/gimiXX.rdf 59 }}} 60 61 ''B.2.1.2'' Register slice and node names (create Pubsub nodes): 48 ''B.2.1.1'' Register slice and node names (create Pubsub nodes): 62 49 63 50 The RCs and the EC communicate via an XMPP server. The GIMI XMPP is running on emmy9.casa.umass.edu. … … 81 68 82 69 83 ''B.2.1. 3'' Before experimenters can use Flukes, its properties file has to be modified.70 ''B.2.1.2'' Before experimenters can use Flukes, its properties file has to be modified. 84 71 Now start Flukes by double-clicking on the icon on the VM's desktop. 85 72 … … 115 102 The following [http://emmy9.casa.umass.edu/GEC15-GIMI-Tutorial/videos/Flukes_properties.mp4 video] gives more details on the necessary changes of the file. 116 103 117 ''B.2.1. 4'' In the tutorial VM start Flukes and load gimiXX.rdf. (Also here, replace gimiXX with your assigned user ID.) In Flukes select ''Files->Open Request->select gimiXX.rdf in ~/Tutorials/GIMI/gimiXX''.118 119 ''B.2.1. 5'' Verify settings and create slice.104 ''B.2.1.3'' In the tutorial VM start Flukes and load gimiXX.rdf. (Also here, replace gimiXX with your assigned user ID.) In Flukes select ''Files->Open Request->select gimiXX.rdf in ~/Tutorials/GIMI/gimiXX''. 105 106 ''B.2.1.4'' Verify settings and create slice. 120 107 * First select the the ''Request View'' tab. 121 108 * To verify settings, right-click on each node and select ''Edit Properties'', inspect, and close if everything looks right. In case you detect an error (which we don't expect for the tutorial) you can fix it here and then save a new version of the RDF file by clicking on ''File'' from the top menu in Flukes and selecting ''Save Request''. … … 125 112 Password: The one that has been handed out to you 126 113 127 ''B.2.1. 6'' To check if all the resources have come up, go to the ''Manifest View'' tab and enter your slice name (''gimiXX'') into the empty field. Then click ''Query for Manifest''. After a short moment a box with all the requested resources and their respective status will appear. (This box does not update automatically and you have to hit the ''Query for Manifest'' button again to receive and update).128 129 ''B.2.1. 7'' GIMI specific post boot script. Each node uses the same image but runs a slightly different post boot script. The latter allows for individualized settings at each node. This script is already part of the gimiXX.rdf file. An example post boot script for NodeA is shown below:114 ''B.2.1.5'' To check if all the resources have come up, go to the ''Manifest View'' tab and enter your slice name (''gimiXX'') into the empty field. Then click ''Query for Manifest''. After a short moment a box with all the requested resources and their respective status will appear. (This box does not update automatically and you have to hit the ''Query for Manifest'' button again to receive and update). 115 116 ''B.2.1.6'' GIMI specific post boot script. Each node uses the same image but runs a slightly different post boot script. The latter allows for individualized settings at each node. This script is already part of the gimiXX.rdf file. An example post boot script for NodeA is shown below: 130 117 {{{ 131 118 #!/bin/bash … … 234 221 ---- 235 222 236 237 238 2.1) Select target aggregates239 240 2.2) Select desired software images/packages for I&M tools and experiment services241 242 2.3) Obtain certs, credentials, passwords and keys243 244 2.4) Formulate slice topology for experiment, and build request rspec245 246 2.5) Acquire resources and load images/packages for I&M tools and experiment services247 248 2.6) Start selected software processes249 250 2.7) Confirm slice with installed I&M tools and experiment services251 252 223 [[BR]] 253 224 [[BR]]