Print

Print


Hi all,

Things go a bit better now, apt dependencies are resolved but bdii 
doen't start correctly.
After starting GRISs on CE, RB and SE hosts, the bdii of CE starts with 
OK status but ldapsearch on the port 2170 gives :

[root@ce1 travail]# ldapsearch -x -H ldap://ce1.egee.fr.cgg.com:2170 -b 
mds-vo-name=CGG-LCG2,o=grid
ldap_bind: Can't contact LDAP server

However a telnet on this port works :
[root@ce1 travail]# telnet ce1.egee.fr.cgg.com 2170
[root@ce1 travail]# Trying 84.14.104.243...
Connected to ce1.egee.fr.cgg.com (84.14.104.243).
Escape character is '^]'.

[root@ce1 travail]# netstat -aut -p| grep 2170
tcp        0      0 ce1.egee.fr.cgg.co:2170 *:*                     
LISTEN      15804/bdii-fwd [acc
tcp        0      0 ce1.egee.fr.cgg.co:2170 bdii101.grid.ucy.:54381 
TIME_WAIT   -
tcp        0      0 ce1.egee.fr.cgg.co:2170 cluster3.knu.ac.k:41868 
TIME_WAIT   -
tcp        0      0 ce1.egee.fr.cgg.co:2170 lxb0717.cern.ch:43749   
TIME_WAIT   -
tcp        0      0 ce1.egee.fr.cgg.co:2170 lxb1905.cern.ch:37456   
TIME_WAIT   -
tcp        0      0 ce1.egee.fr.cgg.co:2170 lfc.isabella.grne:49169 
TIME_WAIT   -
tcp        0      0 ce1.egee.fr.cgg.co:2170 grid01.lal.in2p3.:38688 
TIME_WAIT   -
tcp        0      0 ce1.egee.fr.cgg.co:2170 lxb2007.cern.ch:48541   
TIME_WAIT   -
tcp        0      0 ce1.egee.fr.cgg.co:2170 a01-004-125.gridk:46893 
TIME_WAIT   -
....

Restarting iptables did not change any thing for me.

An other point, this new bdii does not create ldif files for GRISs in 
/opt/lcg/bdii/tmp/, is it normal ?

Thnaks in advance

Cheers.

Ahmed

 
David Groep wrote:

> Hi Christine,
>
> Did you upgrade "in place" and still have the NAT iptables entries?
> Try this command:
>
>   iptables -L -t nat
>
> and it should give no output. If you get entries, restart iptables.
>
>     DavidG.
>
> LEROY Christine DAPNIA wrote:
>
>> Hello all,
>>
>>
>> We have just installed LCG_2_6_0, and we are facing problem with our
>> site_bdii on the CE.
>> Here some output of the different tests I saw in these mailing lists :
>>
>> [root@node03 LCG_2_6_0]# /etc/init.d/bdii status bdii OK
>>  
>> [root@node03 LCG_2_6_0]# ps aux | grep bdii-fwd
>> edguser  22450  0.0  0.4  7836 4332 pts/0    S    13:49   0:00 bdii-fwd
>> [accepting proxy for localhost]                 root     25086  0.0  
>> 0.0  3680  688 pts/1    S    14:13   0:00 grep bdii-fwd
>> [root@node03 LCG_2_6_0]# ps aux | grep bdii-fwd
>> edguser  22450  0.0  0.4  7836 4332 pts/0    S    13:49   0:00 bdii-fwd
>> [accepting proxy for localhost]                 root     25160  0.0  
>> 0.0  3684  688 pts/1    S    14:13   0:00 grep bdii-fwd
>>
>> [root@node03 LCG_2_6_0]# netstat -aut | grep 217
>> tcp        0      0 node03.datagrid.ce:2170 *:*                     
>> LISTEN
>> tcp        0      0 localhost.localdom:2171 *:*                     
>> LISTEN
>> tcp        0      0 localhost.localdom:2172 *:*                     
>> LISTEN
>> tcp        0      0 localhost.localdom:2173 *:*                     
>> LISTEN
>> tcp        0      0 localhost.localdo:41182 localhost.localdom:2171
>> TIME_WAIT
>>
>> but :
>>
>> [cleroy@node02 0_testing_site]$ ldapsearch -x -H
>> ldap://node03.datagrid.cea.fr:2170 -b 
>> mds-vo-name=cea-dapnia-saclay,o=grid |
>> more
>> ldap_bind: Can't contact LDAP server
>>
>>
>> Any Idea what can be the problem ?
>> Thanks in advance
>> Christine
>
>
>