Changes between Version 36 and Version 37 of GIMIv1.0Tutorial


Ignore:
Timestamp:
06/26/12 10:19:24 (12 years ago)
Author:
zink@cs.umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv1.0Tutorial

    v36 v37  
    159159 1. iRODS command line tools in the user work space:
    160160  * The GENI [http://groups.geni.net/geni/wiki/JOhrenSandbox/GENIUserWorkspace User Workspace] comes already with the iRODS command line tools installed.
    161   * If you have not done so far use [https://www.irods.org/index.php/iinit iinit] to create a file that contains your iRODS password in a scrambled form. This will then be used automatically by the icommands for authentication with the server.
     161  * If you have not done so far use [https://www.irods.org/index.php/iinit iinit] to create a file that contains your iRODS password in a scrambled form. This will then be used automatically by the [https://www.irods.org/index.php/icommands icommands] for authentication with the server.
    162162{{{
    163163iinit
     164}}}
     165* The iRODS client uses a configuration file (~/.irods/.irodsEnv) that sets certain parameter for the icommands. Here is and example:
     166{{{
     167# iRODS personal configuration file.
     168#
     169# This file was automatically created during iRODS installation.
     170#   Created Thu Feb 16 14:06:27 2012
     171#
     172# iRODS server host name:
     173irodsHost 'emmy8.casa.umass.edu'
     174# iRODS server port number:
     175irodsPort 1247
     176
     177# Default storage resource name:
     178irodsDefResource 'iRODSUmass'
     179# Home directory in iRODS:
     180irodsHome '/geniRenci/home/rods'
     181# Current directory in iRODS:
     182irodsCwd '/geniRenci/home/rods'
     183# Account name:
     184irodsUserName 'rods'
     185# Zone:
     186irodsZone 'geniRenci'
    164187}}}
    165188