Changes between Version 2 and Version 3 of GEC11NetworkingExperiments/Tutorial
- Timestamp:
- 07/23/11 19:58:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC11NetworkingExperiments/Tutorial
v2 v3 31 31 32 32 = I. Configure OMNI = 33 The purpose of this first exercise is to configure [http://trac.gpolab.bbn.com/gcf/wiki/Omni Omni] to use your credentials and keys. We strongly recommend that you use the preset account that has been assigned to you, however if you have your own account and you are comfortable with GENI, credentials and ssh keys, you might want to setup Omni to use your own personal credentials, by following [wiki: NikySandbox/Gec11Tutorial#GetYourOwnAccount these instructions].33 The purpose of this first exercise is to configure [http://trac.gpolab.bbn.com/gcf/wiki/Omni Omni] to use your credentials and keys. We strongly recommend that you use the preset account that has been assigned to you, however if you have your own account and you are comfortable with GENI, credentials and ssh keys, you might want to setup Omni to use your own personal credentials, by following [wiki:GEC11NetworkingExperiments/Tutorial#GetYourOwnAccount these instructions]. 34 34 35 35 === 1. Personalize omni_config === … … 321 321 }}} 322 322 323 * After you have modified the rspec, you are ready to reserve your host on the '''appropriate''' AM. For easy access and to be able to copy and paste AM URLs that are used in this tutorial, we made a [wiki: NikySandbox/Gec11Tutorial#AMURLTable table].323 * After you have modified the rspec, you are ready to reserve your host on the '''appropriate''' AM. For easy access and to be able to copy and paste AM URLs that are used in this tutorial, we made a [wiki:GEC11NetworkingExperiments/Tutorial#AMURLTable table]. 324 324 {{{ 325 325 omni.py createsliver -a <AM_URL> <username>slice rspecs/<rspec_file> … … 383 383 To find out the available resources in an AM do the following: 384 384 385 * Find out the URL of the MyPLC AM you have been assigned ([wiki: NikySandbox/Gec11Tutorial#AMURLTable AM table])385 * Find out the URL of the MyPLC AM you have been assigned ([wiki:GEC11NetworkingExperiments/Tutorial#AMURLTable AM table]) 386 386 * Run listresources, the '-o' option will save the advertisement rspec in a file. 387 387 {{{ … … 772 772 }}} 773 773 774 Now you can go back to [wiki: NikySandbox/Gec11Tutorial#I.ConfigureOMNI (I)] and follow the steps using your own certificate and key.774 Now you can go back to [wiki:GEC11NetworkingExperiments/Tutorial#I.ConfigureOMNI (I)] and follow the steps using your own certificate and key. 775 775 776 776