Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Known issues | ||||||||
Line: 26 to 26 | ||||||||
Added: | ||||||||
> > | In EMI-2 yaim requires CREAM_PEPC_RESOURCEID for CEMon even if ARGUS is not used | |||||||
Added: | ||||||||
> > | When configuring a CREAM CE with CEMon enabled (USE_CEMON=true)
yaim requires the setting of CREAM_PEPC_RESOURCEID even if
ARGUS is not used (USE_ARGUS=no)
The workaround is setting that variable to an arbitrary value (it won't be used)
Relevant bug: https://savannah.cern.ch/bugs/index.php?94606![]() | |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Known issuesOpen known issuesKnown problems in CEMon software (the list refer to known problem affecting the latest release of the software released in EMI)Problem with ARGUS configuration in EMI-2In the EMI-2 release there is an issue in yaim if CEMon should be configured to use ARGUS as authorization system. The workaround is to modify the file/opt/glite/yaim/functions/config_cream_cemon replacing the line:
-e "s|ARGUS_PEPD_ENDPOINTS=|${ARGUS_PEPD_ENDPOINTS=}|" \with: -e "s|ARGUS_PEPD_ENDPOINTS|${ARGUS_PEPD_ENDPOINTS}|" \-- MassimoSgaravatto - 2012-05-04 |