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 "List of sites not publishing userDN"

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


| <span class="solution">NIKHEF-ELPROD remarks the following:
| <span class="solution">NIKHEF-ELPROD remarks the following:


"We do send the DN information for those VOs that have opted into EGI
"We do send the DN information for those VOs that have opted into EGI


central accounting via the SSM interface. If only EGI accounting finally
central accounting via the SSM interface. If only EGI accounting finally


looked at their SSM system for production everything would work.
looked at their SSM system for production everything would work.


I think we already communicated this for the last 12 months several
I think we already communicated this for the last 12 months several


times to EGI, Tiziana, Peter &amp; all the world. Even to wLCG.
times to EGI, Tiziana, Peter &amp; all the world. Even to wLCG.


As soon as EGI finally switches to SSM reporting all will be fine."
As soon as EGI finally switches to SSM reporting all will be fine."




Line 166: Line 144:
| <br>
| <br>
|-
|-
| NGI_IT
| NGI_IT  
|  
|  
|  
|  
*Hephy-Vienna  
*Hephy-Vienna


|  
|  

Revision as of 12:26, 14 January 2013

Main EGI.eu operations services Support Documentation Tools Activities Performance Technology Catch-all Services Resource Allocation Security



Page contains current status of handing sites not publishing UserDN

Last update: 14.01.2013

Page is updated only when we receive report form APEL team.

List of sites

Master ticket

no of sites: 41

NGI Master Ticket Site Comment
NGI_BY 88658
  • BY-UIIP

NGI_DE 88649
  • FZK-LCG2
  • MaiGRID            
  • UNI-FREIBURG
  • TUDresden-ZIH
  • RWTH-Aachen

https://helpdesk.ngi-de.eu/?mode=ticket_info&ticket_id=2802

https://helpdesk.ngi-de.eu/?mode=ticket_info&ticket_id=2801

NGI_RO 88648
  • NIHAM will not publish user DNs as long as this is not mandatory.
  • RO-13-SS - Waiting to clear up the possible legal issues regarding user privacy


NGI_NL 88647
  • BCBR
  • BelGrid-UCL
  • LSG-AMC  
  • LSG-HUB    
  • LSG-KUN    
  • LSG-LUMC    
  • LSG-NKI      
  • LSG-VU  
  • LSG-WUR   
  • SARA-MATRIX
NIKHEF-ELPROD remarks the following:

"We do send the DN information for those VOs that have opted into EGI

central accounting via the SSM interface. If only EGI accounting finally

looked at their SSM system for production everything would work.

I think we already communicated this for the last 12 months several

times to EGI, Tiziana, Peter & all the world. Even to wLCG.

As soon as EGI finally switches to SSM reporting all will be fine."




ROC_Russia 88646
  • ru-Moscow-SINP-LCG2
  • RU-SPbSU

NGI_BG 88645
  • BG06-GPHI

NGI_AEGIS 88644
  • AEGIS01-IPB-SCL
  • AEGIS02-RCUB
  • AEGIS03-ELEF-LEDA
  • AEGIS04-KG
  • AEGIS11-MISANU
Due to privacy protection laws, we are not permitted to publish User DNs
ROC_AP 88643
  • IN-DAE-VECC-02
  • JP-HIROSHIMA-WLCG
  • KR-KISTI-GCRT-01  
  • KR-KISTI-GSDC-01
  • KR-KNU-T3    
  • KR-UOS-SSCC
  • MY-UM-CRYSTAL 
  • NCP-LCG2  
  • TH-NECTEC-LSR  

ROC_LA
  • ULA-MERIDA

NGI_IT
  • Hephy-Vienna


How the list is gathered

mysql> select c.rocname, c.sitename, (count(a.UserDN)-sum(IF(a.UserDN='NULL',1,0)))*100/count(a.UserDN) as published_perc, sum(NJobs) as num_jobs, MAX(RecordEnd) as last_published from gocdb3.org_EGEE join gocdb3.sites as c on RefID=SiteID and status='Certified' and type='Production' left join UserCPU2 as a on c.sitename=a.ExecutingSite and RecordStart>'2012-01-01' group by sitename, rocname order by rocname, published_perc;