Friday, January 21, 2011

Example of Adding a User using iadmin

https://www.irods.org/index.php/Tutorial


  iadmin mkuser testuser1 rodsadmin 
 iadmin moduser testuser1 type rodsuser 
 iadmin mkgroup testgroup 
 iadmin atg testgroup testuser1 
 iadmin lg testgroup

iRODS Server Control

The message at the end of the install show how to start and stop the server:


 For special network interfaces, you may need to modify server/config/irodsHost; see comments within it.  To use the iRODS command-line tools, update your PATH:     For csh users:         set path=(/home/schroede/dice/iRODS/clients/icommands/bin $path)     For sh or bash users:         PATH=/home/schroede/dice/iRODS/clients/icommands/bin:$PATH  To start and stop the servers, use 'irodsctl':     irodsctl start     irodsctl stop     irodsctl restart Add '--help' for a list of commands.  Please see the iRODS documentation for additional notes on how to manage the servers and adjust the configuration.

Federation of iRODS Servers


https://www.irods.org/index.php/Federation

Gives an overview of iRODS federation.


At first this did not make a lot of sense.  However, after following the example on my own test server, it became clear.