Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Tools/Manuals/TS88

From EGIWiki
< Tools
Revision as of 21:52, 15 February 2012 by Litmaath (talk | contribs) (Created page with '{{TOC_right}} Category:FAQ ------ Back to Troubleshooting Guide ------ = WMS does not consider close SE = == Full message == The BDI…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to Troubleshooting Guide


WMS does not consider close SE

Full message

The BDII shows a particular SE to be close to a particular CE:

$ ldapsearch -x -h lcg-bdii.cern.ch:2170 -b o=grid \
  GlueCESEBindGroupSEUniqueID=some-SE.site.domain
[...]
GlueCESEBindGroupCEUniqueID: some-CE.site.domain:8443/cream-pbs-queue
[...]
GlueCESEBindGroupSEUniqueID: some-SE.site.domain

But a WMS job description requiring that close SE does not match the given CE:

Requirements = Member("some-SE.site.domain",
  other.GlueCESEBindGroupSEUniqueID); 

While the intended CE itself is matched fine:

Requirements = (other.GlueCEUniqueId ==
  "some-CE.site.domain:8443/cream-pbs-queue"); 

Diagnosis

The CE host probably does not publish the GlueCESEBind record for that close SE. Example:

$ ldapsearch -x -h site-bdii.site.domain:2170 -b o=grid objectClass=GlueCESEBind
[...]
GlueCESEBindCEUniqueID: some-CE.site.domain:8443/cream-pbs-queue
GlueCESEBindSEUniqueID: some-SE.site.domain
[...]