Changes between Version 17 and Version 18 of GENIExperimenter/Tutorials/StitchingTutorial/AppendixA


Ignore:
Timestamp:
06/06/14 17:16:58 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/StitchingTutorial/AppendixA

    v17 v18  
    2020[[PageOutline]]
    2121= Appendix A =
     22If you have not downloaded your keys from the portal then you should download them add them to the SSH agent. You can download the SSH keys from the profile tab in the GENI portal.
    2223
    2324== SSH to hosts and hostname info ==
     
    3536You can click on the SSH link to load a terminal. This will work on Mac OS and on Firefox browser with the FireSSH installed (independent of the operating system). In Linux you can copy and paste the SSH command to a terminal.
    3637=== readyToLogin script ===
     38`readyToLogin` script is part of the Omni/gcf package. Open a terminal and run:
     39{{{
     40readyToLogin MySlice --useSliceAggregates
     41}}}
     42The end of the output should look like:
     43{{{
     44================================================================================
     45LOGIN INFO for AM: https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0
     46================================================================================
     47
     48For more login info, see the section entitled:
     49     'Providing a private key to ssh' in 'readyToLogin.py -h'
     50
     51left-client's geni_status is: ready (am_status:ready)
     52User xuanliu logs in to left-client using:
     53    ssh -p 34106  -i /Users/xliu/.ssh/id_rsa xuanliu@pc1.instageni.gpolab.bbn.com
     54    ssh -p 34106  -i /Users/xliu/.ssh/geni_cert_portal_key xuanliu@pc1.instageni.gpolab.bbn.com
     55
     56server's geni_status is: ready (am_status:ready)
     57User xuanliu logs in to server using:
     58    ssh -i /Users/xliu/.ssh/id_rsa xuanliu@pcvm1-20.instageni.gpolab.bbn.com
     59    ssh -i /Users/xliu/.ssh/geni_cert_portal_key xuanliu@pcvm1-20.instageni.gpolab.bbn.com
     60
     61NOTE: If your user is not listed, try using the --no-keys option.
     62}}}
     63
     64You can copy and paste the ssh command to a terminal (for Linux or Max OS) or you can use the information from the command
     65on any ssh client.