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. |
| 49 | Since 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! |
| 50 | It is IMPORTANT that you always use the account name exactly as specified. E.g, gimi |
| 51 | |
| 52 | To 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 | |
| 58 | Where 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. |