Changes between Version 35 and Version 36 of GIMIv1.1Tutorial/Environment


Ignore:
Timestamp:
10/17/12 21:19:04 (12 years ago)
Author:
zink@cs.umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv1.1Tutorial/Environment

    v35 v36  
    4747
    4848=== A.2 Gather necessary keys, certificates and credentials ===
    49 For the specific case of this tutorial all necessary keys, certificates and credentials have already been set up
    50 and configured for the tutorial accounts (gimi1-gimi30). [[http://groups.geni.net/geni/wiki/GENIUserWorkspace/ConfigCredentials Here]] you can find more detailed information on the
    51 credential management and configuration.
     49Since credentials are required for the different tools used within GIMI these have to be set up first. For this tutorial 30 GENI accounts were created (gimi1-gimi30). At the beginning of the tutorial you'll have received your personal account information for the day on a piece of actual paper!
     50It is IMPORTANT that you always use the account name exactly as specified. E.g, gimi
     51
     52To configure your credential in the user workspace VM execute the following command in the terminal:
     53
     54{{{
     55$ credconfig.sh -g ~/Tutorials/GIMI/gimiXX/ssh/gimiXX.pem  -f ~/Tutorials/GIMI/gimiXX/ssh/gimiXX.jks -i ~/Tutorials/GIMI/gimiXX/gimiXXIrodsEnv
     56}}}
     57
     58Where gimiXX has to be replaced by your actual user name. For the case of username gimi16 the command would look as follows:
     59
     60{{{
     61$ credconfig.sh -g ~/Tutorials/GIMI/gimi16/ssh/gimi16.pem  -f ~/Tutorials/GIMI/gimi16/ssh/gimi16.jks -i ~/Tutorials/GIMI/gimi16/gimi16IrodsEnv
     62}}}
     63
     64
     65[[http://groups.geni.net/geni/wiki/GENIUserWorkspace/ConfigCredentials Here]] you can find more detailed information on the credential management and configuration.
    5266
    5367----