close
Warning:
Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Nov 27, 2012, 11:42:55 PM (10 years ago)
- Author:
-
ffund01
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
18 | 18 | |
19 | 19 | GIMI uses the iRODS data grid for archiving and further processing. The rest of this page describes how to get an iRODS account and then use it to archive experiment results gathered on a WiMAX testbed to iRODS. |
| 20 | |
| 21 | == Archiving an Experiment to iRODS == |
| 22 | === Get an iRODS account (one time only) === |
| 23 | Use of iRODS is on an opt-in basis. To get an iRODS account, contact the designated administrator for your WiMAX testbed: |
| 24 | |
| 25 | ||Site||Contact|| |
| 26 | ||WINLAB||witestlab@poly.edu|| |
| 27 | ||NYU-Poly||witestlab@poly.edu|| |
| 28 | |
| 29 | === Initialize your iRODS account (one time only) === |
| 30 | |
| 31 | The first time you use this account, you must initialize it using {{{iinit}}} and the values provided by your site administrator. For example: |
| 32 | {{{ |
| 33 | $ iinit |
| 34 | One or more fields in your iRODS environment file (.irodsEnv) are |
| 35 | missing; please enter them. |
| 36 | Enter the host name (DNS) of the server to connect to:emmy9.casa.umass.edu |
| 37 | Enter the port number:1247 |
| 38 | Enter your irods user name:ffund |
| 39 | Enter your irods zone:geniRenci |
| 40 | Those values will be added to your environment file (for use by |
| 41 | other i-commands) if the login succeeds. |
| 42 | |
| 43 | |
| 44 | Enter your current iRODS password: |
| 45 | }}} |
| 46 | |
| 47 | Then add a line to your {{{~/.irods/.irodsEnv}}} file indicating your default resource on the iRODS server. For example: |
| 48 | {{{ |
| 49 | echo "irodsDefResource=iRODSUmass2" >> ~/.irods/.irodsEnv |
| 50 | }}} |
| 51 | |
| 52 | Finally, use {{{ipasswd}}} to change your password from the default password given to you by the iRODS site adminstrator. |