92 | | **Checker** que le serveur iRODS est up : |
93 | | |
94 | | {{{ |
95 | | |
96 | | bash-3.2$ ./irodsctl status |
97 | | iRODS servers: |
98 | | Process 5046 |
99 | | Database servers: |
100 | | No servers running |
101 | | iRODS Servers associated with this instance, port 5570: |
102 | | Process 5046 |
103 | | Process 3973 |
104 | | bash-3.2$ |
105 | | }}} |
106 | | |
107 | | -> tout est OK |
108 | | |
109 | | une autre façon est d'interroger le service (faire une liste des fichiers par exemple) : |
110 | | {{{ |
111 | | bash-3.2$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ |
112 | | bash-3.2$ ./clients/icommands/bin/ils |
113 | | /ccin2p3/home/biscarat: |
114 | | bash-3.2$ |
115 | | }}} |
116 | | |
117 | | -> la commande répond, OK |
118 | | |
119 | | ** Relancer** le serveur : |
120 | | |
121 | | {{{ |
122 | | $ ./irodsctl stop |
123 | | $ ./irodsctl start |
124 | | }}} |
125 | | |