Changes between Version 1 and Version 2 of iRODS


Ignore:
Timestamp:
28/06/2012 16:40:13 (12 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LPSC/CN=Catherine Biscarat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iRODS

    v1 v2  
    4848$ ./irodsctl start   
    4949}}}
     50
     51
     52
     53
     54== serveur pour FRANCE GRILLES ==
     55objet : serveur iRODS pour les utilisateurs de la VO France-Grilles\\
     56machine : lpscdata7\\
     57username : ufrgrille\\
     58passwd : le mot de passe admin usuel dans ce cas\\
     59
     60**Se logger** sous le bon username :
     61
     62{{{
     63$ ssh ufrgrille@lpscdata7
     64$ cd ../user/3.1/iRODS
     65$ bash
     66}}}
     67
     68**Checker** que le serveur iRODS est up :
     69
     70{{{
     71
     72bash-3.2$ ./irodsctl status
     73iRODS servers:
     74    Process 5046
     75Database servers:
     76    No servers running
     77iRODS Servers associated with this instance, port 5570:
     78    Process 5046
     79    Process 3973
     80bash-3.2$
     81}}}
     82
     83-> tout est OK
     84
     85une autre façon est d'interroger le service (faire une liste des fichiers par exemple) :
     86{{{
     87bash-3.2$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
     88bash-3.2$ ./clients/icommands/bin/ils                           
     89/ccin2p3/home/biscarat:
     90bash-3.2$
     91}}}
     92
     93-> la commande répond, OK
     94
     95** Relancer** le serveur :
     96
     97{{{
     98$ ./irodsctl stop
     99$ ./irodsctl start   
     100}}}
     101