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/TS109"

From EGIWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:Op menubar}}
{{Template:Op menubar}}
{{Template:Doc_menubar}}
{{Template:Doc_menubar}}
{| style="border:1px solid black; background-color:lightgrey; color: black; padding:5px; font-size:140%; width: 90%; margin: auto;"
| style="padding-right: 15px; padding-left: 15px;" |
|[[File:Alert.png]] This article is '''Deprecated''' and should no longer be used, but is still available for reasons of reference.
|}
</noinclude>
[[Category:Deprecated]]
[[Category:Operations Manuals]]
[[Category:Operations Manuals]]
{{TOC_right}}
{{TOC_right}}
------
------
Back to [[Tools/Manuals/SiteProblemsFollowUp|Troubleshooting Guide]]
Back to [[Tools/Manuals/SiteProblemsFollowUp|Troubleshooting Guide]]

Latest revision as of 13:47, 3 July 2018

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


gstat2 Cores format is wrong

Error

All or some of:

ERROR: some-ce.some-domain, The Cores format is wrong, Cores not set
ERROR: some-ce.some-domain, The Benchmark format is wrong, Benchmark not set
ERROR: some-ce.some-domain, The Cores format is wrong, Unspecified number of cores

Diagnosis

Each GlueSubCluster object should contain a value for the GlueHostProcessorOtherDescription attribute indicating at least the average number of logical cores per physical CPU and possibly the corresponding HEP-SPEC06 benchmark value per core. At least WLCG sites should run that benchmark and publish the resulting value(s). Example:

GlueHostProcessorOtherDescription: Cores=4,Benchmark=8.15-HEP-SPEC06

Note that the number of cores need not be an integer when the subcluster is somewhat inhomogeneous:

GlueHostProcessorOtherDescription: Cores=5.0502,Benchmark=14.5626-HEP-SPEC06

Solution

Run the benchmark (if applicable) and define a YAIM site-info.def variable in the corresponding format:

CE_OTHERDESCR="Cores=N.M,Benchmark=X.Y-HEP-SPEC06"

or just

CE_OTHERDESCR="Cores=N.M"

Further documentation