Changes between Version 11 and Version 12 of NikySandbox/TridentCommTut


Ignore:
Timestamp:
05/16/12 07:45:55 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NikySandbox/TridentCommTut

    v11 v12  
    5252This should configure your Omni, with your downloaded certificate and an ssh key pair for logging in to the nodes.
    5353
     54The output should look like:
     55{{{
     56geni@geni-vm:~$ omni-configure.py
     57{'framework': 'pg', 'configfile': '~/.gcf/omni_config', 'plkey': '~/.ssh/geni_pl_key', 'cert': '~/.ssl/geni_cert', 'verbose': False}
     58INFO:omniconfig:Using configfile: /home/geni/.gcf/omni_config
     59INFO:omniconfig:Using certfile /home/geni/.ssl/geni_cert.pem
     60INFO:omniconfig:
     61
     62        CREATING SSH KEYPAIR
     63INFO:omniconfig:Private key stored at: /home/geni/.ssh/geni_key
     64Enter passphrase:
     65INFO:omniconfig:Public key stored at: /home/geni/.ssh/geni_key.pub
     66INFO:omniconfig:Added to /home/geni/.ssh/config this line:
     67        'IdentityFile /home/geni/.ssh/geni_key
     68'
     69INFO:omniconfig:Wrote omni configuration file at: /home/geni/.gcf/omni_config
     70}}}
     71
    5472Open the file `~/.gcf/omni_config` using either vim or emacs. Close to the top of the file you will see two parameters called `default_cf` and `users`. Your username should be at least listed in the user section. Look for the sections in the file that are named `[pgeni]` and  `[gpousr##]`.
    5573In the pgeni 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.