hello,
I am finishing the work on the irods monitoring and load
balancing system, it will be a way to check whether a resource is
reachable or not.
in the meantime, you can use msiExecCmd in order to do a "hello world"
or any kind of script that you have installed in server/bin/cmd:
msiExecCmd(hello,null,yourhost.blabla.blabla,null,null,*OUT)
"hello" is already installed.
it is better than a telnet as you can check that this remote server is
able to do some basic functions.
or you put and rm a file which is even better (the server can be alive
but the filesystem hosting the physical resource may have some problems).
here we are also using Nagios to check if the various servers and irods
instances are responding properly, but it requires some installation.
cheers,
JY