Changes between Version 34 and Version 35 of NikySandbox/TridentCommTut


Ignore:
Timestamp:
05/17/12 22:24:25 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NikySandbox/TridentCommTut

    v34 v35  
    4646In the `[pg]` section you configure Omni to use your personal information. The cert and the key attribute point to files that we have manually downloaded from pgeni.gpolab.bbn.com. This is equivalent to the Download action of Flack.
    4747
    48 In the `[<username>]` section, the information need for logging-in to reserved compute resources are provided. It includes you unique user URN and a public key that would be uploaded to the hosts that you will reserve during the tutorial.
    49 
    50 Another interesting section to look at is the `[aggregate-nicknames]` sections. Flack already knows the URL for all the AMs and present you a list of AMs to choose from using a short, descriptive name. In Omni a user is required to pass the URL for each call to the GENI AM API. In this section the user get a chance to provide short descriptive names to the URLs that are easier to memorize and use.
     48In the `[<username>]` section, the information need for logging-in to reserved compute resources are provided. It includes your unique user URN and a public key that would be uploaded to the hosts that you will reserve during the tutorial.
     49
     50Another interesting section to look at is the `[aggregate-nicknames]` sections. Flack already knows the URL for all the AMs and present you a list of AMs to choose from using a short, descriptive name. In Omni a user is required to pass the URL for each call to the GENI AM API. In this section the user gets a chance to provide short descriptive names to the URLs that are easier to memorize and use.
    5151
    5252== 1b. Clear the passphrase from your cert ==
     
    5656}}}
    5757
    58 Use the same password as in Flack.
     58Use the same password as in Flack, you might be prompted for a passphrase multiple times make sure you always use the same passphrase.
    5959
    6060The output should look like
     
    161161Omni comes with a set of examples (under gcf/examples). One script that is available is the ''readyToLogin.py'' script that will return the exact command for logging-in to the nodes in your sliver.
    162162{{{
    163 readyToLogin -a pg-utah <slicename>
     163readyToLogin.py -a pg-utah <slicename>
    164164}}}
    165165