Print

Print


What do the srmv1 log file say when you try to start the server?

Greig

Stephen Childs wrote:
> Greig Alan Cowan wrote:
>> In what way are the SRMv1's not working?
> 
> Apologies, that was a terrible error report! Attempts to use the SRM 
> fail with the following message:
> 
> [gridtest@gridui gridtest]$ lcg-cr -v --vo gitest -d gridstore.nuim.ie 
> file:/etc/group
> Using grid catalog type: lfc
> Using grid catalog : cagraidsvr22.cs.tcd.ie
> Using LFN : 
> /grid/gitest/generated/2007-07-12/file-13e3343e-7338-4098-b7f1-607c9ac6c063
> Using SURL : 
> srm://gridstore.nuim.ie/dpm/nuim.ie/home/gitest/generated/2007-07-12/fileea4cbcbe-4bce-4408-b783-7fb473cec8e1 
> 
> CGSI-gSOAP: Could not open connection !
> lcg_cr: Communication error on send
> 
> And if I try to telnet to the port there is nothing there:
> 
> [childss@gridui childss]$ telnet gridstore.nuim.ie 25000
> Trying 149.157.12.3...
> telnet: Unable to connect to remote host: Connection refused
> 
> Confirmed by netstat on the box itself:
> 
> [root@gridstore root]# lsof|grep srmv1|grep IPv4
> [root@gridstore root]# netstat -a|grep 25000
> [root@gridstore root]#
> 
> A working box has this:
> 
> [root@gridstore root]# netstat -nlp|grep 25000
> tcp        0      0 0.0.0.0:25000               0.0.0.0:*   LISTEN      
> 3665/srmv1
> 
> and this:
> 
> [root@gridstore root]# lsof|grep srmv1|grep IPv4|wc -l
>      66
> 
> 
> (Note we are running SRMv1 on port 25000 to avoid clashes with RGMA 
> which is also on the SE. This worked fine until the upgrade.)
> 
> Stephen
> 
>