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
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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


Alert.png This article is Deprecated and should no longer be used, but is still available for reasons of reference.



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.