Changes between Version 2 and Version 3 of GIMIv1.1Tutorial/Environment


Ignore:
Timestamp:
09/26/12 11:38:40 (12 years ago)
Author:
zink@cs.umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv1.1Tutorial/Environment

    v2 v3  
    11== Establish Environment ==
     2 * Bring up tutorial VM and log in.
     3 * Open Firefox web browser
     4 * Open a terminal window
     5 * The software required for this tutorial is already installed in the tutorial VM.
     6 * Download GIMI tutorial specific configuration files by issuing the following command in a user workspace terminal:
     7{{{
     8$ cd ~/Tutorials/GIMI/common/
     9$ git pull
     10}}}
     11 * The iRODS client uses a configuration file (~/.irods/.irodsEnv) that sets certain parameter for the icommands. Here is and example:
     12{{{
     13# iRODS personal configuration file.
     14#
     15# This file was automatically created during iRODS installation.
     16#   Created Thu Feb 16 14:06:27 2012
     17#
     18# iRODS server host name:
     19irodsHost 'emmy8.casa.umass.edu'
     20# iRODS server port number:
     21irodsPort 1247
    222
     23# Default storage resource name:
     24irodsDefResource 'iRODSUmass'
     25# Home directory in iRODS:
     26irodsHome '/geniRenci/home/gimiXX'
     27# Current directory in iRODS:
     28irodsCwd '/geniRenci/home/gimiXX'
     29# Account name:
     30irodsUserName 'gimiXX'
     31# Zone:
     32irodsZone 'geniRenci'
     33}}}
     34 
     35  * First of all copy the template iRODS configuration file to .irodsEnv with the following command:
     36{{{
     37$ cp ~/.irods/gimiIrodsEnv ~/.irods/.irodsEnv
     38}}}
     39 * Open ~/.irods/.irodsEnv with your favorite text editor (we recommend ''nano'') and change gimiXX to your assigned username (e.g., gimi04).
     40 * Register with iRODS server by issuing the following command (more details on iRODS will be given shortly):
     41{{{
     42$ iinit
     43}}}
     44 
     45 * You will be prompted for a password. Please type in the password you were provided with on the paper handout!!
    346
    447