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.

Changes between Version 2 and Version 3 of WiMAX/GIMIUse


Ignore:
Timestamp:
Nov 27, 2012, 11:42:55 PM (11 years ago)
Author:
ffund01
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WiMAX/GIMIUse

    v2 v3  
    1818
    1919GIMI 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) ===
     23Use 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
     31The 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
     34One or more fields in your iRODS environment file (.irodsEnv) are
     35missing; please enter them.
     36Enter the host name (DNS) of the server to connect to:emmy9.casa.umass.edu
     37Enter the port number:1247
     38Enter your irods user name:ffund
     39Enter your irods zone:geniRenci
     40Those values will be added to your environment file (for use by
     41other i-commands) if the login succeeds.
     42
     43
     44Enter your current iRODS password:
     45}}}
     46
     47Then add a line to your {{{~/.irods/.irodsEnv}}} file indicating your default resource on the iRODS server. For example:
     48{{{
     49echo "irodsDefResource=iRODSUmass2" >> ~/.irods/.irodsEnv
     50}}}
     51
     52Finally, use {{{ipasswd}}} to change your password from the default password given to you by the iRODS site adminstrator.