Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/jFed/GettingStarted_PartI/Procedure/DesignSetup/GENIAccountSetup


Ignore:
Timestamp:
07/06/15 00:23:02 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jFed/GettingStarted_PartI/Procedure/DesignSetup/GENIAccountSetup

    v1 v1  
     1= [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/jFed/GettingStarted_PartI/Procedure Lab Zero: A First Experiment Using GENI] =
     2{{{
     3#!html
     4
     5
     6<div style="text-align:center; width:495px; margin-left:auto; margin-right:auto;">
     7<img id="Image-Maps_5201305222028436" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Setup.jpg?format=raw" usemap="#Image-Maps_5201305222028436" border="0" width="495" height="138" alt="" />
     8<map id="_Image-Maps_5201305222028436" name="Image-Maps_5201305222028436">
     9<area shape="rect" coords="18,18,135,110" href="./DesignSetup" alt="" title=""    />
     10<area shape="rect" coords="180,18,297,111" href="./Execute" alt="" title=""    />
     11<area shape="rect" coords="344,17,460,110" href="./Finish" alt="" title=""    />
     12<area shape="rect" coords="493,136,495,138" href="http://www.image-maps.com/index.php?aff=mapped_users_5201305222028436" alt="Image Map" title="Image Map" />
     13</map>
     14<!-- Image map text links - End - -->
     15
     16</div>
     17}}}
     18
     19
     20
     21== 1.  Design the Experiment ==
     22 
     23{{{
     24#!html
     25<table border="0">
     26   <tr>
     27     <td >
     28        <ol type='a'><li>In today's experiment you will use resources at the aggregate assigned to you.  If you don't have a worksheet use <i>Clemson InstaGENI (aka instageni.clemson.edu)</i> </li>
     29        </ol>
     30     </td>
     31   </tr>
     32</table>
     33}}}
     34
     35== 2.  Establish the Environment ==
     36
     37
     38
     39=== 2.1  Pre-work: Create a GENI account ===
     40{{{
     41#!html
     42<table border="0">
     43   
     44      <tr>
     45
     46       <td >
     47         <ol type='a'>
     48            <li> Launch a <b> Firefox </b> browser. Go to <a href="https://portal.geni.net"> https://portal.geni.net </a> and press the <b> Use GENI </b> button</li>
     49            <li> From the Drop Down menu select your institution. If you got an account through the GENI Identity Provider, please select <b>GENI Project Office</b>.
     50                  <br/>
     51
     52<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     53        <tr>
     54                <td>
     55                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
     56               </td>
     57               <td>
     58                    Start typing the name of your institution and see the list become smaller.
     59        </tr>
     60</table>
     61            </li>
     62            <li> You will be transferred to the Login Page of your institution. Fill in your username and password. </li>
     63            <li> <FONT COLOR="black">Complete the form that appears after you have successfully logged in and press <b>Continue</b>.</font></li>
     64            <li> <FONT COLOR="black">You will be transferred to an <b>Activation Page</b>. Make sure both checkboxes are checked and then press <b>Activate</b></font>. </li>
     65          </ol>
     66       </td>
     67         <td>
     68
     69        <a href="https://portal.geni.net">
     70        <!--img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/login.png?format=raw" alt="Login to GENI"  height="120" title="Use GENI" />  </a>
     71
     72        <br/--><img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/portal_login.png?format=raw" alt="Use GENI"  width="375" title="Login to GENI" /> </a>
     73<br />
     74         <b>Figure 2-1</b> <i>Logging into the GENI Experimenter Portal.</i>
     75       </td>
     76    </tr>
     77 </table>
     78}}}
     79
     80Congratulations, you have successfully created a GENI account.
     81
     82
     83=== 2.2 Pre-work: Project lead adds you to a project ===
     84In order to use the portal to reserve resources, you must join a project.  We have created a project for this tutorial. 
     85
     86{{{
     87#!html
     88<table border="0">
     89   
     90      <tr>
     91       <td >
     92         <ol type='a'>
     93            <li> The tutorial organizers should have added you to the project for this tutorial.  On the home page, you should see that you are a member of at least one project. 
     94<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     95        <tr>
     96                <td>
     97                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
     98               </td>
     99               <td>
     100                    If you are not doing this exercise as part of an in-person tutorial please sign up for a <a target="_blank" href="http://groups.geni.net/geni/wiki/SignMeUp">GENI account</a> and join a project.
     101               </td>
     102        </tr>
     103</table>
     104
     105
     106</li>
     107          </ol>
     108       </td>
     109       
     110    </tr>
     111 </table>
     112}}}
     113
     114
     115
     116=== 2.3 Generate and Download SSH Keypair ===
     117
     118Access to compute resources in GENI is provided through ssh key pairs and thus the portal needs a public key to upload to compute resources. For the purposes of the tutorial we will have the portal create an SSH key pair for you. (However, if you prefer to use your personal public key you can choose to upload it.)
     119
     120{{{
     121#!html
     122<table border="0">
     123      <tr>
     124       <td >
     125         <ol  type='a'>
     126            <li>Once you are logged in, click on the <i>Profile</i> page.</li>
     127            <li>On the <i>Profile</i> page in the <i>SSH Keys</i> section, select <b>generate and download an SSH keypair</b> button.</li>
     128
     129          </ol>
     130       </td>
     131        <td>
     132        <img src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/profile_sshkeys_3_v4.png?format=raw" alt="Generate an SSH Key Pair"  width="400" title="Generate an SSH Key Pair" /> </a>
     133         <br/>
     134         <b>Figure 2-2</b> <i>On the </i>Profile<i> page, select the "generate and download an SSH keypair" button.</i>
     135       </td>
     136      </tr>
     137      <tr>
     138       <td >
     139         <ol  type='a' start='3'>
     140            <li>Enter the same passphrase twice, then press <b>Generate SSH private key</b>.</li>
     141          </ol>
     142       </td>
     143        <td>
     144        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/generate_sshkeys_1_v2.png?format=raw" alt="Generate an SSH Key Pair"  width="400" title="Generate an SSH Key Pair" /> </a>
     145         <br/>
     146         <b>Figure 2-3</b> <i>Enter passphrase twice, then generate SSH private key.</i>
     147       </td>
     148      </tr>
     149      <tr>
     150       <td >
     151         <ol  type='a' start='4'>
     152            <li>Now, press the <b>Download Private Key</b> button</li>
     153            <li><b>If you are using a command line based ssh client</b>, open a terminal and execute:
     154<pre>
     155$ mv ~/Downloads/id_geni_ssh_rsa ~/.ssh/.
     156$ chmod 0600 ~/.ssh/id_geni_ssh_rsa
     157$ ssh-add ~/.ssh/id_geni_ssh_rsa
     158</pre>
     159Later in the tutorial, this will allow you to log into your nodes securely without a password. </li>
     160
     161          </ol>
     162       </td>
     163        <td>
     164        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/download_sshkeys_1_v2.png?format=raw" alt="Download an SSH Key Pair"  width="400" title="Download an SSH Key Pair" /> </a>
     165         <br/>
     166         <b>Figure 2-4</b> <i>Download an SSH Key Pair.</i>
     167       </td>
     168       
     169    </tr>
     170 </table>
     171}}}
     172
     173
     174=== 2.4 Generate and Download SSL Certs ===
     175SSL certs are required to make the secure XML RPC calls to the aggregate managers.  You can have the Portal create them for you.
     176
     177{{{
     178#!html
     179<table border="0">
     180      <tr>
     181       <td >
     182         <ol  type='a'>
     183            <li>Go to your <i>Profile</i> tab on the GENI Portal.</li>
     184            <li>Click on <i>SSL>  </i> under Profile </li>
     185            <li> Click on <i> Create an SSL Certificate </i> </li>
     186          </ol>
     187       </td>
     188       <td>
     189           <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/ssl-cert.png?format=raw" alt="Create SSL Cert"  width="400" title="Download an SSH Key Pair" /> </a>
     190       </td>
     191       </tr>
     192       <tr>
     193       <td >
     194         <ol  type='a' start=4>
     195             <li> Click on <i> Generate Combined Certificate and Key File </i> </li>
     196            <li> Download the file to your Downloads folder </li>
     197            <li> Click on <i> Close </i> </li>
     198          </ol>
     199       </td>
     200       <td>
     201           <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/DowloadPEM.png?format=raw" alt="Create SSL Cert"  width="400" title="Download an SSH Key Pair" /> </a>
     202       </td>
     203       </tr>
     204
     205</table>
     206}}}
     207
     208
     209
     210----
     211= [wiki:GENIExperimenter/Tutorials/jFed/GettingStarted_PartI/Procedure Introduction] =
     212= [wiki:GENIExperimenter/Tutorials/jFed/GettingStarted_PartI/Procedure/Execute Next:  Execute] =