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.

Difference between revisions of "Tools/Manuals/TS88"

From EGIWiki
Jump to navigation Jump to search
imported>Krakow
(No difference)

Revision as of 13:49, 23 November 2012

Main EGI.eu operations services Support Documentation Tools Activities Performance Technology Catch-all Services Resource Allocation Security


Documentation menu: Home Manuals Procedures Training Other Contact For: VO managers Administrators



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
[...]