| 50 | |
| 51 | |
| 52 | |
| 53 | |
| 54 | == serveur pour FRANCE GRILLES == |
| 55 | objet : serveur iRODS pour les utilisateurs de la VO France-Grilles\\ |
| 56 | machine : lpscdata7\\ |
| 57 | username : ufrgrille\\ |
| 58 | passwd : 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 | |
| 72 | bash-3.2$ ./irodsctl status |
| 73 | iRODS servers: |
| 74 | Process 5046 |
| 75 | Database servers: |
| 76 | No servers running |
| 77 | iRODS Servers associated with this instance, port 5570: |
| 78 | Process 5046 |
| 79 | Process 3973 |
| 80 | bash-3.2$ |
| 81 | }}} |
| 82 | |
| 83 | -> tout est OK |
| 84 | |
| 85 | une autre façon est d'interroger le service (faire une liste des fichiers par exemple) : |
| 86 | {{{ |
| 87 | bash-3.2$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ |
| 88 | bash-3.2$ ./clients/icommands/bin/ils |
| 89 | /ccin2p3/home/biscarat: |
| 90 | bash-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 | |