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 11: Line 11:
[https://ggus.eu/ws/ticket_info.php?ticket=88641 Master ticket]  
[https://ggus.eu/ws/ticket_info.php?ticket=88641 Master ticket]  


no of sites: 34
no of sites: 23
 
<font color="red">NGIs which cannot publish UserDN due to the law issue</font>


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 19: Line 21:
! '''Site'''  
! '''Site'''  
! '''Comment'''
! '''Comment'''
|-
| NGI_BY
| [https://ggus.eu/ws/ticket_info.php?ticket=88658 88658]
|
*BY-UIIP
| <br>
|-
|-
| NGI_DE  
| NGI_DE  
Line 35: Line 30:
| <br>
| <br>
|-
|-
| NGI_RO  
| <font color="red"><u></u>NGI_RO</font>
| [https://ggus.eu/ws/ticket_info.php?ticket=88648 88648]  
| [https://ggus.eu/ws/ticket_info.php?ticket=88648 88648]  
|  
|  
Line 46: Line 41:
|  
|  
*<span class="solution">After several discussions with the legal department it was concluded that,
*<span class="solution">After several discussions with the legal department it was concluded that,
</span>


according to the 677/2001 law, the publishing of the user DN data could be


allowed only with the written consent of the user.</span><span class="internal" />
<br>
 
<br>
 
according to the 677/2001 law, the publishing of the user DN data could be
 
allowed only with the written consent of the user.&lt;span class="internal" /&gt;


<br>  
<br>  
Line 57: Line 59:
| [https://ggus.eu/ws/ticket_info.php?ticket=88647 88647]  
| [https://ggus.eu/ws/ticket_info.php?ticket=88647 88647]  
|  
|  
*BCBR <br>
*LSG-AMS &nbsp;  
*BelGrid-UCL<br>
*LSG-EMC<br>  
*LSG-AMC&nbsp;&nbsp; <br>
*LSG-KG
*LSG-HUB&nbsp;&nbsp;&nbsp;&nbsp; <br>  
*LSG-RUG
*LSG-KUN&nbsp;&nbsp;&nbsp;&nbsp; <br>
*LSG-LUMC&nbsp;&nbsp;&nbsp;&nbsp; <br>
*LSG-NKI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
*LSG-VU&nbsp;&nbsp; <br>
*LSG-WUR&nbsp;&nbsp;&nbsp; <br>
*RUG-CIT
*RUG-CIT


Line 73: Line 70:
| [https://ggus.eu/ws/ticket_info.php?ticket=88646 88646]  
| [https://ggus.eu/ws/ticket_info.php?ticket=88646 88646]  
|  
|  
*ru-Moscow-SINP-LCG2
*RU-SPbSU<br>
*RU-SPbSU<br>


| <br>
| <br>
|-
|-
| NGI_AEGIS  
| <font color="red">NGI_AEGIS</font>
| [https://ggus.eu/ws/ticket_info.php?ticket=88644 88644]  
| [https://ggus.eu/ws/ticket_info.php?ticket=88644 88644]  
|  
|  
Line 92: Line 88:
| [https://ggus.eu/ws/ticket_info.php?ticket=88643 88643]  
| [https://ggus.eu/ws/ticket_info.php?ticket=88643 88643]  
|  
|  
*JP-HIROSHIMA-WLCG<br>
*KR-KISTI-GSDC-01 <br>
*KR-KNU-T3&nbsp;&nbsp;&nbsp;&nbsp; <br>  
*KR-KNU-T3&nbsp;&nbsp;&nbsp;&nbsp; <br>  
*KR-UOS-SSCC  
*KR-UOS-SSCC  
Line 99: Line 93:
*NCP-LCG2&nbsp;&nbsp; <br>  
*NCP-LCG2&nbsp;&nbsp; <br>  
*TH-NECTEC-LSR&nbsp;&nbsp; <br>  
*TH-NECTEC-LSR&nbsp;&nbsp; <br>  
*TH-HAII
*IN-DAE-VECC-02
 
| <br>
|-
| CERN
| [https://ggus.eu/ws/ticket_info.php?ticket=90985 90985]
|
*CERN-PROD


|  
|  

Revision as of 10:54, 5 February 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: 29.01.2013

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

List of sites

Master ticket

no of sites: 23

NGIs which cannot publish UserDN due to the law issue

NGI Master Ticket Site Comment
NGI_DE 88649
  • MaiGRID            
  • RWTH-Aachen

NGI_RO 88648
  • After several discussions with the legal department it was concluded that,




according to the 677/2001 law, the publishing of the user DN data could be

allowed only with the written consent of the user.<span class="internal" />


NGI_NL 88647
  • LSG-AMS  
  • LSG-EMC
  • LSG-KG
  • LSG-RUG
  • RUG-CIT
ROC_Russia 88646
  • RU-SPbSU

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
  • KR-KNU-T3    
  • KR-UOS-SSCC
  • MY-UM-CRYSTAL 
  • NCP-LCG2  
  • TH-NECTEC-LSR  
  • IN-DAE-VECC-02


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;