General information
- EGI Conference 2019 https://www.egi.eu/news/egi-conference-2019-call-for-abstracts/
- Amsterdam, 6-8 May 2019
- call for abstracts https://indico.egi.eu/indico/event/4431/call-for-abstracts/
- Programme https://indico.egi.eu/indico/event/4431/program
Middleware
CREAM End Of Support Notice
- have a look at this topic in the EGI Community Forum https://community.egi.eu/t/cream-end-of-support-notice/438
- EGI Conference in May has a dedicated afternoon on May 7th https://indico.egi.eu/indico/event/4431/timetable/#20190507
Preview repository
- released on 2019-03-28
- Preview 1.22.0 AppDB info (sl6): ARC 15.03 update 20, canl-java 2.6.0, davix 0.7.2, STORM 1.11.15, xrootd 4.9.0
- Preview 2.22.0 AppDB info (CentOS 7): ARC 15.03 update 20, canl-java 2.6.0, davix 0.7.2, lcg-info 1.12.4, xrootd 4.9.0
Operations
ARGO/SAM
FedCloud
Feedback from DMSU
Notifications from ARGO about the nagios probes failures
In the process of implementing the notification system in ARGO, it was introduced the following changes in GOC-DB:
- Notifications flag at the site level
- Notifications flag at the service endpoint level
In this way ARGO will retrieve from GOC-DB the information about the sites and services whom sending the email notification and the related recipients.
The logic of the notifications is the following:
Site | Service | Notify? |
---|---|---|
Y | Y | Y |
Y | N | N |
N | Y | N |
N | N | N |
If there isn't any email contact defined at the service endpoint level, it will be used the site contact. Please review your contacts.
You can enable the notifications.
NOTE: It is not mandatory for the sites
Monthly Availability/Reliability
- Under-performed sites in the past A/R reports with issues not yet fixed:
- AfricaArabia: https://ggus.eu/index.php?mode=ticket_info&ticket_id=139056
- ZA-WITS-CORE: CE and SE unreachable; waiting for a CREAM update to fix a Puppet configuration issue
- AsiaPacific: https://ggus.eu/index.php?mode=ticket_info&ticket_id=140077
- TW-TT: problem with the mapping of ARGO DN used for the tests; now A/R figures are improving
- NGI_FI: https://ggus.eu/index.php?mode=ticket_info&ticket_id=140078
- CSC: SRM cert probe returned UNKNOWN because the wrong port was queried; now A/R are improving
- NGI_IT: https://ggus.eu/index.php?mode=ticket_info&ticket_id=140079
- INFN-PADOVA-STACK: waiting for the new version of openstack probe (currently on the test instance)
- NGI_IT: https://ggus.eu/index.php?mode=ticket_info&ticket_id=139503
- INFN-MILANO-ATLASC: moved Tier2 hardware and services; in February several failures. In April seems more stable.
- INFN-TORINO: SE problem, fixed
- AfricaArabia: https://ggus.eu/index.php?mode=ticket_info&ticket_id=139056
- Under-performed sites after 3 consecutive months, under-performed NGIs, QoS violations: (March 2019):
- NGI_AEGIS: https://ggus.eu/index.php?mode=ticket_info&ticket_id=140555
- AEGIS01-IPB-SCL
- NGI_GRNET: https://ggus.eu/index.php?mode=ticket_info&ticket_id=140556
- GR-12-TEIKAV
- NGI_PL: https://ggus.eu/index.php?mode=ticket_info&ticket_id=140557
- TASK
- ROC_CANADA: https://ggus.eu/index.php?mode=ticket_info&ticket_id=140558
- CA-SFU-T2: site-bdii issues, obsolete information. Now A/R figures are improving.
- NGI_AEGIS: https://ggus.eu/index.php?mode=ticket_info&ticket_id=140555
suspended sites: AEGIS04-KG
IPv6 readiness plans
- please provide updates to the IPv6 assessment (ongoing) https://wiki.egi.eu/w/index.php?title=IPV6_Assessment information will be summarised for the OMB
LCGDM end of support and migration to / enabling of DOME
- on Jun 1st 2019 the support to DPM Legacy (LCGDM) is going to end
- since DPM 1.10.3 release, it is possible enabling the non-legacy mode DOME (Disk operations Management Engine, see documentation)
- Legacy mode is when DMLite loads the Adapter+Memcache+MySQL plugins
- The good old DPM daemon does the coordination work
- Every process loading dmlite (httpd*4, gridftp, xrootd) needs a new pool of MySQL connections
- Non-legacy mode is when DMLite loads DOMEAdapter
- DOME does the coordination work and talks to mysqld
- DOME does disk server status detection (up/down/space)
- The DPM daemon coordinates only itself and SRM
- Only one internal MySQL pool is used for dmlite
- In non-legacy mode DPM now loads only DMLite::DOMEAdapter
- dmlite-memcache, dmlite-mysql are no longer necessary
- Resource consumption (FDs, mysql, etc.) is reduced by an order of magnitude, and so complexity and cost for us all
- Legacy mode is when DMLite loads the Adapter+Memcache+MySQL plugins
- Deployment statistics: 97 sites (112 servers)
$ ldapsearch -x -LLL -H ldap://egee-bdii.cnaf.infn.it:2170 -b "Mds-Vo-Name=local,o=grid" '(&(objectClass=GlueSE)(GlueSEImplementationName=DPM))' GlueSEImplementationVersion | grep -i ^glue | sort | uniq -c 32 GlueSEImplementationVersion: 1.10.0 16 GlueSEImplementationVersion: 1.12.0 21 GlueSEImplementationVersion: 1.8.10 3 GlueSEImplementationVersion: 1.8.11 2 GlueSEImplementationVersion: 1.8.7 4 GlueSEImplementationVersion: 1.8.8 6 GlueSEImplementationVersion: 1.8.9 28 GlueSEImplementationVersion: 1.9.0
- reported some issues with DOME and gridftp redirection that have been fixed in v1.12.0 (not yet in EPEL)
- wait for DPM 1.12.0 before enabling DOME
- all the sites with older DPM versions (1.8 and 1.9) are suggested to upgrade to the latest DPM version , following the guide DPM upgrade (chapter 1 Upgrade to DPM 1.10.0 "Legacy Flavour")
- convenient to address well in advance any problem arising with the upgrade from older versions
- later on, after v1.12.0 is relased, some other WLCG sites will test it; if no other issues are found, all the EGI sites can upgrade:
- follow chapter 2 (Upgrade to DPM 1.10.0 "Dome Flavour") of the guide
- DOME and the old LCGDM (srm protocol) will coexist
- follow chapter 2 (Upgrade to DPM 1.10.0 "Dome Flavour") of the guide
HTCondorCE integration
Link to procedure: https://wiki.egi.eu/wiki/PROC19
GGUS ticket: https://ggus.eu/index.php?mode=ticket_info&ticket_id=139377
Steps status:
- (Completed) Underpinning Agreement:
- (Completed) Configuration management:
- Service type already present: org.opensciencegrid.htcondorce
- (To do) OPS Dashboard:
- To do when Conf Mgmt and Monitoring are completed.
- (in progress) Information System: the info-provider is already available: https://github.com/opensciencegrid/htcondor-ce/tree/master/contrib/bdii
- (in progress) Monitoring: some probes are already available that submit jobs to CondorCe, CREAM and ARC-CE:
- https://gitlab.cern.ch/etf/jess
- Available only on CentOS7 for the moment
- discussions to create probes that directly submit jobs to CondorCE, without the usage of a condor pool
- (Completed) Support: the support unit is https://wiki.egi.eu/wiki/GGUS:HTCondor-CE_FAQ
- (in progress) Accounting:
- Some work has been done: https://twiki.cern.ch/twiki/bin/view/LCG/HtCondorCeAccounting
- ticket https://ggus.eu/index.php?mode=ticket_info&ticket_id=139403 to track the progress on this topic
- APEL 1.8.0-1 adds support for a cputmult scaling factor.
- Liverpool site managed to publish accounting records
- To involve more (UK) sites in the testing
- INFN-T1 joined the tests
- (in progress) Documentation
- (Completed) Security
- Condor team filled in the questionnaire and sent it to Linda
- UMD
- suggested to act in advance because the functional tests could take a lot of time
- Ticket for the inclusion: https://ggus.eu/index.php?mode=ticket_info&ticket_id=139764
- HTCondor-CE is released with HTCondor in a version without the dependencies on other OSG software. Moreover, HTCondor-CE depends on HTCondor (though not for use as a batch scheduler), so both packages will need to be distributed.
- Asked for any automated deployment (ansible, puppets or other) configuration files supported by HTcondor team
- It is available a copy of the ansible files that OSG uses to configure HTCondor-CE on their internal testbed machines. They can provide help for a non-OSG version of the files
- Provided information for the UMD card: https://wiki.egi.eu/wiki/UMD_products_ID_cards
webdav probes in OPERATORS profile
The webdav probes was included in the ARGO_MON_OPERATORS profile after the approval in the January 2018 OMB: in this way the failures will generate an alarm on the dashboard, and the ROD teams can open a ticket to the failing sites. If no particular issue occurs, and if at least 75% of webdav endpoint are passing the tests, the probes will be added in the ARGO_MON_CRITICAL profile, so the results of these probes will be taken into account for the A/R figures.
- webdav endpoints registered in GOC-DB: https://goc.egi.eu/gocdbpi/public/?method=get_service&&service_type=webdav
- link to nagios results: https://argo-mon.egi.eu/nagios/cgi-bin/status.cgi?servicegroup=SERVICE_webdav&style=detail
- 2 CRITICAL out of 32 (OK status: 94.1%)
- At the next OMB we will discuss the inlcusion in the CRITICAL profile
- NGI_HR: egee.irb.hr https://ggus.eu/index.php?mode=ticket_info&ticket_id=134458
- webdav protocol disable from the SE and removed from the information system
- to delete the service endpoint registered on GOCDB: https://goc.egi.eu/portal/index.php?Page_Type=Site&id=475
- AEGIS01-IPB-SCL https://ggus.eu/index.php?mode=ticket_info&ticket_id=139929 : SRM currently unreachable
- UNI-BONN https://ggus.eu/index.php?mode=ticket_info&ticket_id=139931 (SOLVED)
- there was a problem between the nagios script and XRootD-WebDAV which has been fixed by XrootD 4.9.1:
Storage accounting deployment
During the September 2017 meeting, OMB has approved the full-scale deployment of storage accounting. The APEL team tested it with a group of early adopters sites, and the results prove that storage accounting is now production-ready.
Storage accounting is currently supported only for the DPM and dCache storage elements therefore only the resource centres deploying these kind of storage elements are requested to publish storage accounting data.
In order to properly install and configure the storage accounting scripts, please follow the instructions reported in the wiki: https://wiki.egi.eu/wiki/APEL/Storage
IMPORTANT: be sure to have installed the star-accounting.py script v1.0.4 (http://svnweb.cern.ch/world/wsvn/lcgdm/lcg-dm/trunk/scripts/StAR-accounting/star-accounting.py)
After setting up a daily cron job and running the accounting software, look for your data in the Accounting Portal: http://goc-accounting.grid-support.ac.uk/storagetest/storagesitesystems.html. If it does not appear within 24 hours, or there are other errors, please open a GGUS ticket to APEL who will help debug the process.
Test portal: http://accounting-devel.egi.eu/storage.php
IMPORTANT: Do not encrypt the storage records with your host certificate, please comment out the “server_cert” variable in sender.cfg
List of sites already publishing and of tickets opened is reported here.
Several sites are not publishing the storage accounting data yet. NGIs please follow-up with the sites the configuration of the script in order to speed-up the process.
- AsiaPacific: TW-NCUHEP https://ggus.eu/index.php?mode=ticket_info&ticket_id=131426
- NGI_AEGIS: AEGIS04-KG https://ggus.eu/index.php?mode=ticket_info&ticket_id=131431 (Site Suspended)
- NGI_CH:
- CSCS-LCG2 https://ggus.eu/index.php?mode=ticket_info&ticket_id=131432 (dcache instructions has been updated, configuring STAR should be easier)
- NGI_DE:
- NGI_IT:
- INFN-ROMA1-CMS https://ggus.eu/index.php?mode=ticket_info&ticket_id=131482 (new site-admin will work on it)
AOB
Next meeting
May 13th https://indico.egi.eu/indico/event/4323/