45 | | * The iRODS client uses a configuration file (~/.irods/.irodsEnv) that sets certain parameter for the icommands. Here is and example: |
46 | | {{{ |
47 | | # iRODS personal configuration file. |
48 | | # |
49 | | # This file was automatically created during iRODS installation. |
50 | | # Created Thu Feb 16 14:06:27 2012 |
51 | | # |
52 | | # iRODS server host name: |
53 | | irodsHost 'emmy9.casa.umass.edu' |
54 | | # iRODS server port number: |
55 | | irodsPort 1247 |
56 | | |
57 | | # Default storage resource name: |
58 | | irodsDefResource 'iRODSUmass2' |
59 | | # Home directory in iRODS: |
60 | | irodsHome '/geniRenci/home/gimiXX' |
61 | | # Current directory in iRODS: |
62 | | irodsCwd '/geniRenci/home/gimiXX' |
63 | | # Account name: |
64 | | irodsUserName 'gimiXX' |
65 | | # Zone: |
66 | | irodsZone 'geniRenci' |
67 | | }}} |
68 | | |
69 | | * First of all copy the template iRODS configuration file to .irodsEnv with the following command: |
70 | | {{{ |
71 | | $ cp ~/Tutorials/GIMI/gimiXX/gimiXXIrodsEnv ~/.irods/.irodsEnv |
72 | | }}} |
73 | | * Open ~/.irods/.irodsEnv with your favorite text editor (we recommend ''nano'') and change gimiXX to your assigned username (e.g., gimi04). |
74 | | * Register with iRODS server by issuing the following command (more details on iRODS will be given shortly): |
75 | | {{{ |
76 | | $ iinit |
77 | | }}} |
78 | | |
79 | | * You will be prompted for a password. Please type in the password you were provided with on the paper handout!! |