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 "Information System Open Issues"

From EGIWiki
Jump to navigation Jump to search
Line 2: Line 2:


Additional Details: https://wiki.egi.eu/wiki/UMD-1:UMD-1.3.0#emi.bdii-site.sl5.x86_64
Additional Details: https://wiki.egi.eu/wiki/UMD-1:UMD-1.3.0#emi.bdii-site.sl5.x86_64
====================================================================================================
https://ggus.eu/tech/ticket_show.php?ticket=71578 - glite-BDII hangs under heavy network load
the installation of openldap2.4 should have solved the problem, but the ticket is still "on hold" status because there is a feature request to detect the hanging issue using the status command:
https://tomtools.cern.ch/jira/browse/IS-244
========================================================================================================
https://ggus.eu/tech/ticket_show.php?ticket=72561 - EMI1 top-bdii bug: missing /etc/bdii/gip/glite-info-site-defaults.conf
issue still present, also for the site-bdii
the consequence is that
[root@topbdii01 ~]# cat /var/lib/bdii/gip/provider/glite-info-provider-service-bdii-top
....
DEFAULTS=/etc/bdii/gip/glite-info-site-defaults.conf
...
# Check for the existence of the configuration file.
if [ -f ${DEFAULTS} ]; then
source ${DEFAULTS}
fi
SITE_NAME=${SITE_NAME:-$(hostname -d) }
....
it sets the sitename equal to the topbdii hostname, that is wrong
the further consequence are critical errors appearing in the GSTAT2
======================================================================================================

Revision as of 13:27, 11 November 2011

List of current problems affecting BDII and the Information System in general

Additional Details: https://wiki.egi.eu/wiki/UMD-1:UMD-1.3.0#emi.bdii-site.sl5.x86_64

========================================================================================

https://ggus.eu/tech/ticket_show.php?ticket=71578 - glite-BDII hangs under heavy network load

the installation of openldap2.4 should have solved the problem, but the ticket is still "on hold" status because there is a feature request to detect the hanging issue using the status command: https://tomtools.cern.ch/jira/browse/IS-244

============================================================================================

https://ggus.eu/tech/ticket_show.php?ticket=72561 - EMI1 top-bdii bug: missing /etc/bdii/gip/glite-info-site-defaults.conf issue still present, also for the site-bdii

the consequence is that [root@topbdii01 ~]# cat /var/lib/bdii/gip/provider/glite-info-provider-service-bdii-top .... DEFAULTS=/etc/bdii/gip/glite-info-site-defaults.conf ...

  1. Check for the existence of the configuration file.

if [ -f ${DEFAULTS} ]; then source ${DEFAULTS} fi

SITE_NAME=${SITE_NAME:-$(hostname -d) } ....

it sets the sitename equal to the topbdii hostname, that is wrong the further consequence are critical errors appearing in the GSTAT2

==========================================================================================