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/TS112

From EGIWiki
< Tools
Revision as of 16:15, 15 September 2011 by Aesch (talk | contribs) (Created page with '{{TOC_right}} Category:FAQ ------ Back to Troubleshooting Guide ------ = GlueCEPolicyAssignedJobSlots has wrong value = == Full messa…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to Troubleshooting Guide


GlueCEPolicyAssignedJobSlots has wrong value

Full message

gstat2 probes show

GlueCEPolicyAssignedJobSlots has negative or null value

Diagnosis

The following command

ldapsearch -x -H ldap://site-bdii.example.org:2170 -b \
   Mds-vo-name=SITE-NAME,o=Grid objectClass=GlueCE \
   GlueCEInfoTotalCPUs GlueCEPolicyAssignedJobSlots

should show output records like this:

# some-CE.some-domain:8443/cream-pbs-q, SITE-NAME, grid
dn: GlueCEUniqueID=some-CE.some-domain:8443/cream-pbs-q,Mds-Vo-name=SITE-NAME,
 o=grid
GlueCEInfoTotalCPUs: 1888
GlueCEPolicyAssignedJobSlots: 1888

Note that GlueCEPolicyAssignedJobSlots replaces the deprecated attribute GlueCEInfoTotalCPUs, but the dynamic components of a CE info provider (glite-info-dynamic-ce) currently should ensure that both have the same (and correct) value.