Print

Print


Santanu Das wrote:

> Hi all,
> 
> Yesterday I upgraded our CE (YAIM v3.0.1-22, lcg-CE v3.0.14-0, glite-CE 
> v2.4.32-0 and BDII v3.9.0-1) and since then I see a lot of this errors 
> in the BDII log file:
> 
> Error for dn: 
> GlueCEUniqueID=serv03.hep.phy.cam.ac.uk:2119/jobmanager-lcgcondor-alice,mds-vo-name=UKI-SOUTHGRID-CAM-HEP,o=gri 
> 
> ==> slapadd: could not add entry 
> dn="GlueCEUniqueID=serv03.hep.phy.cam.ac.uk:2119/jobmanager-lcgcondor-alice,mds-vo-name=UKI-SOUTHGRID-CAM-HEP,o=grid" 
> (line=11496)
> Error for dn: 
> GlueCEUniqueID=serv03.hep.phy.cam.ac.uk:2119/jobmanager-lcgcondor-atlas,mds-vo-name=UKI-SOUTHGRID-CAM-HEP,o=grid 
> 
> ==> slapadd: could not add entry 
> dn="GlueCEUniqueID=serv03.hep.phy.cam.ac.uk:2119/jobmanager-lcgcondor-atlas,mds-vo-name=UKI-SOUTHGRID-CAM-HEP,o=grid" 
> (line=11539)
> Error for dn: 
> GlueCEUniqueID=serv03.hep.phy.cam.ac.uk:2119/jobmanager-lcgcondor-biomed,mds-vo-name=UKI-SOUTHGRID-CAM-HEP,o=grid 
> 
> ...................
> ...................
> 
> The errors are actually for every single software is being published. 
> Yves at Birmingham experiences the same sort of thing. Is anything 
> missing there or any idea what to do to fix that?

How did you configure serv03.hep.phy.cam.ac.uk?
You have junk in /opt/lcg/var/gip/ldif:

-rw-r--r--    1 rgma       498514 Jul 11 12:54 serv03.hep.phy.cam.ac.uk-cache.ldif
-rw-r--r--    1 root         1360 Jul 10 10:41 service-org.glite.ce.ldif
-rw-r--r--    1 infosys     26236 Jul 11 12:53 static-file-CE.ldif
-rw-r--r--    1 infosys     21421 Jan  9  2007 static-file-CE.ldif.Off-line
-rw-r--r--    1 infosys     10501 Jul 11 12:53 static-file-CESEBind.ldif
-rw-r--r--    1 infosys      5571 Jul 11 12:53 static-file-Cluster.ldif
-rw-r--r--    1 infosys       794 Jul 11 12:53 static-file-Site.ldif
-rw-r--r--    1 root          794 Jul 11 12:52 static-file-site.ldif

The trouble comes from serv03.hep.phy.cam.ac.uk-cache.ldif,
which can be removed.  Reconfigure your CE as follows:

     /opt/glite/yaim/bin/yaim -r -s your-site-info.def \
         -n CE -n BDII_site -f config_gip

Check the contents of /opt/lcg/var/gip/ldif afterwards.