Changes between Version 8 and Version 9 of GENIExperimenter/Tutorials/NSDI13/IntroToOmni/DesignSetup


Ignore:
Timestamp:
03/12/13 02:48:43 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NSDI13/IntroToOmni/DesignSetup

    v8 v9  
    2626 </table>
    2727}}}
    28 . Follow
    29 these steps:
    30  i. In the web browser login to `www.pgeni.gpolab.bbn.com` using the information
    31  in the paper slip
    32  i. On the menu on the left, press `Download your cert`
    33   [[Image(Tutorials/Graphics:download_cert.png)]]
    34  i. Select the option about downloading as a pem file.
    35  i. Press '''`Ctrl-s`''' to save this page. Type `~/.ssl/geni_cert.pem`, if file already exists replace it.
    36   [[Image(Tutorials/Graphics:save_cert.png, 40%)]]
    37  i. In the terminal type:
     28
     29The output should look like:
    3830  {{{
    39 omni-configure.py
    40 }}}
    41   This should configure your Omni, with your downloaded certificate and create an ssh key pair for logging in to nodes.
    42  
    43   '''Tip:''' When prompted for a passphrase, type the passphrase in your slip. You might be asked for a passphrase multiple times. '''Note:''' If you have taken other tutorials, you might have configured omni with other accounts, select to overwrite existing setting if asked.
    44  
    45   The output should look like:
    46   {{{
    47 geni@geni-vm:~$ omni-configure.py
    48 {'framework': 'pg', 'configfile': '~/.gcf/omni_config', 'plkey': '~/.ssh/geni_pl_key', 'cert': '~/.ssl/geni_cert', 'verbose': False}
     31geni@GEC16-Tutorials:~$ omni-configure.py -f portal
     32{'portal_bundle': '~/Downloads/omni-bundle.zip', 'verbose': False, 'cert': '~/.ssl/geni_cert', 'framework': 'portal', 'configfile': '~/.gcf/omni_config', 'plkey': '~/.ssh/geni_pl_key', 'prkey': '~/.ssh/geni_key', 'pick_project': False}
    4933INFO:omniconfig:Using configfile: /home/geni/.gcf/omni_config
    50 INFO:omniconfig:Using certfile /home/geni/.ssl/geni_cert.pem
    51 INFO:omniconfig:
    52 
    53         CREATING SSH KEYPAIR
     34INFO:omniconfig:Using portal bundle /home/geni/Downloads/omni-bundle.zip
    5435INFO:omniconfig:Private key stored at: /home/geni/.ssh/geni_key
    55 Enter passphrase:
    56 INFO:omniconfig:Public key stored at: /home/geni/.ssh/geni_key.pub
    57 INFO:omniconfig:Added to /home/geni/.ssh/config this line:
    58         'IdentityFile /home/geni/.ssh/geni_key
    59 '
     36INFO:omniconfig:Wrote omni configuration file at: /home/geni/.gcf/omni_configgeni@GEC16-Tutorials:~$ omni-configure.py -f portal
     37{'portal_bundle': '~/Downloads/omni-bundle.zip', 'verbose': False, 'cert': '~/.ssl/geni_cert', 'framework': 'portal', 'configfile': '~/.gcf/omni_config', 'plkey': '~/.ssh/geni_pl_key', 'prkey': '~/.ssh/geni_key', 'pick_project': False}
     38INFO:omniconfig:Using configfile: /home/geni/.gcf/omni_config
     39INFO:omniconfig:Using portal bundle /home/geni/Downloads/omni-bundle.zip
     40INFO:omniconfig:Private key stored at: /home/geni/.ssh/geni_key
    6041INFO:omniconfig:Wrote omni configuration file at: /home/geni/.gcf/omni_config
    6142}}}