Changes between Version 5 and Version 6 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/DesignSetup
- Timestamp:
- 05/08/13 09:48:50 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/DesignSetup
v5 v6 38 38 omni.py createslice shufengTCP 39 39 }}} 40 Output should be something like the following:40 Output should be something like the following: 41 41 {{{ 42 42 INFO:omni:Loading config file /Users/shuang/.gcf/omni_config … … 195 195 }}} 196 196 Note: When dealing with specific slivers, we need to add "-a pg-utah" to specify which aggregate manager we want to use (i.e., from where we want to reserve the resources). In our case here, we are using utah aggregate. 197 [[BR]]198 197 199 198 OK. After this point, we are ready to log on to the nodes and do our experiments! :-) … … 205 204 206 205 ''' Using GENI Portal:'''[[BR]] 207 '''0.''' 208 209 '''1.''' 210 211 '''2.''' 206 '''0.''' As usual, get a GENI Portal account via: [https://panther.gpolab.bbn.com] [[BR]] 207 208 '''1.''' Prepare Omni via: [http://trac.gpolab.bbn.com/gcf/wiki/GettingGcf][[BR]] 209 As a result, if you have already installed omni, all u need to do now is to do "omni-configure.py -f portal" [[BR]] 210 Apparently GENI Portal also uses Omni to control and manage GENI resources. 211 212 '''2.''' To my understanding, GENI Portal is a web-based graphical interface for using Omni. [[BR]] 213 The using of GENI Portal is pretty straight forward, let's just follow the instructions here: [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ObtainResources] 212 214 213 215