/var/lib/bdii/gip/cache/gip/site-urls.conf-glue2
in the site BDII and restart the site BDII. Due to this bug, the glue-validator raises many E002 errors.
BDII_REGIONS="CE SE TOPBDII SITEBDII_1 SITEBDII_2" ... SITEBDII_BDII_1_URL="ldap://<bdii1-hostname>:2170/mds-vo-name=resource,o=grid" SITEBDII_BDII_2_URL="ldap://<bdii2-hostname>:2170/mds-vo-name=resource,o=grid" SITE_BDII_HOSTNAME=<service-alias>This means that we should see the GLUE2ServiceID and GLUE2EndpointID with the real hostnames of the machines and the GLUE2EndpointURL with the DNS alias.
hostname -f
fails to be executed in a machine, GLUE2ServiceID and GLUE2EndpointID are wrongly generated. It has been observed that in most cases this is a temporary failure and then the command works again and the IDs can be properly generated. Due to BUG:101237ldapsearch -LLL -x -h lcg-bdii -p 2170 -b GLUE2GroupID=grid,o=glue '(&(objectClass=GLUE2Endpoint)(GLUE2EndpointID=_bdii-site_3536672524_bdii_site_3536672524))' dn | grep GLUE2DomainID | cut -d"=" -f3 | cut -d"," -f1This issue was reported in BUG:101562
ldapsearch -LLL -x -h lcg-bdii -p 2170 -b o=glue dn | grep dn: | wc -l 194834In GLUE 1.3, we are currently publishing ~68.000 DNs:
ldapsearch -LLL -x -h lcg-bdii -p 2170 -b o=grid dn | grep dn: | wc -l 67760When trying to understand this difference, we have realized that GLUE 2 is publishing ~ 135.000 GLUE2ApplicationEnvironment DNs:
ldapsearch -LLL -x -h lcg-bdii -p 2170 -b o=glue '(objectClass=GLUE2ApplicationEnvironment)' dn | grep dn: | wc -l 134987These objects sum up ~120MB of information when the real information is actually contained in one attribute, GLUE2ApplicationEnvironmentAppName. Collecting only this information is 11MB:
ldapsearch -LLL -x -h lcg-bdii -p 2170 -b o=glue '(objectClass=GLUE2ApplicationEnvironment)' GLUE2ApplicationEnvironmentAppName | grep GLUE2ApplicationEnvironmentAppName: > appname ldapsearch -LLL -x -h lcg-bdii -p 2170 -b o=glue '(objectClass=GLUE2ApplicationEnvironment)' > appenv -rw-r--r--. 1 root root 120M May 22 09:54 appenv -rw-r--r--. 1 root root 11M May 22 09:53 appnameIt should also be noted that due to BUG:101237
ldapsearch -LLL -x -h lcg-bdii -p 2170 -b o=glue '(&(objectClass=GLUE2ApplicationEnvironment)(!(GLUE2EntityCreationTime=2013-05-22*)))' dn | grep dn: | wc -l 17778 ldapsearch -LLL -x -h lcg-bdii -p 2170 -b o=glue '(&(objectClass=GLUE2ApplicationEnvironment)(!(GLUE2EntityCreationTime=*)))' dn | grep dn: | wc -l 1665
Glue 1.3 attribute | GLUE 2.0 attribute | PBS/Torque queue attribute | LSF queue attribute | SGE queue attribute |
GluePolicyMaxWallClockTime | GLUE2ComputingShareDefaultWallTime (*) | resources_default.walltime if defined, otherwise resources_max.walltime (seconds, or [[HH:]MM:]SS) |
RUNLIMIT (hours:minutes or minutes) |
cpu |
GluePolicyMaxObtainableWallClockTime | GLUE2ComputingShareMaxWallTime (*) | resources_max.walltime (seconds, or [[HH:]MM:]SS) |
RUNLIMIT (hours:minutes or minutes) |
h_rt |
GluePolicyMaxCPUTime | GLUE2ComputingShareDefaultCPUTime (*) | min(resources_default.cput, resources_default.pcput) if defined, min(resources_max.cput, resources_max.pcput) otherwise (seconds, or [[HH:]MM:]SS) |
CPULIMIT (hours:minutes or minutes) |
cpu |
GluePolicyMaxObtainableCPUTime | GLUE2ComputingShareMaxCPUTime (*) | min(resources_max.cput, resources_max.pcput) (seconds, or [[HH:]MM:]SS) |
CPULIMIT (hours:minutes or minutes) |
h_rt |
GluePolicyMaxTotalJobs | GLUE2ComputingShareMaxTotalJobs | max_queuable |
Complex computation | - |
GluePolicyMaxRunningJobs | GLUE2ComputingShareMaxRunningJobs | max_running |
Complex computation | - |
GluePolicyMaxWaitingJobs | GLUE2ComputingShareMaxWaitingJobs | max_queueable - max_running |
Complex computation | - |
GluePolicyMaxSlotsPerJob | GLUE2ComputingShareMaxSlotsPerJob | resources_default.procct if defined, else resources_max.procct |
Complex computation | - |
GluePolicyAssignedJobSlots | GLUE2ComputingShareAssignedJobSlots | np (from pbsnodes -a -s) |
Complex computation | - |
qstat -Q -f
in most cases. bqueues -l
in most cases but in order to calculate the values, a complex computation is needed in many cases due to the nature of LSF. qconf -sq opsgrid | egrep "(h_rt|h_cpu)"
and the results are transformed in seconds by the info provider.
CE_LOGCPU
: Total number of cores/hyperthreaded CPUs in the SubCluster
CE_PHYSCPU
: Total number of real CPUs/physical chips in the SubCluster
GGUS ticket | Summary | Cause | Affected Service | Affected GLUE Attributes | Affected site |
GGUS:87570![]() |
Stange space values | Not known yet. No reaction from the site | DPM | Unknown | TR-03-METU |
GGUS:90219![]() |
Negative used space | Not known yet. Seems to be a bug in the DPM Information Providers | DPM | GlueSAStateUsedSpace: -3987365412 | UKI-LT2-RHUL |
GGUS:90319![]() |
Strange space values | Investigations are ongoing. Seems to be caused by an upgrade of the information providers (old static ldfil file) | dCache | GlueSAUsedOnlineSize: 0 GlueSAStateUsedSpace: 999999 GlueSAReservedOnlineSize: 0 GlueSATotalOnlineSize: 0 |
INFN-ROMA1-CMS |
GGUS:90321![]() |
Negative free space | Not known yet. No reaction from the site | StoRM | GlueSAFreeOnlineSize | INFN-T1 |
GGUS:90325![]() |
Strange space values | Now known yet. No reaction from the site | StoRM | GlueSETotalOnlineSize: 51147657 GlueSEUsedOnlineSize: 0 GlueSAStateUsedSpace: 0 GlueSATotalOnlineSize: 1400000 |
INFN-BARI |
GGUS:90328![]() |
Strange space values | Not known yet. Seems to be a bug in StoRM | StoRM | GlueSETotalOnlineSize: 105011 GlueSEUsedOnlineSize: 0 |
UKI-SOUTHGRID-BRIS-HEP |
GGUS ticket | Summary | Cause | Affected Service | Affected GLUE Attributes | Affected site |
GGUS:88754![]() |
Empty Value | Not specified but fixed by the site | CREAM PBS | GlueCEPolicyMaxCPUTime: 0 GlueCEPolicyMaxWallClockTime: 0 |
IN2P3-CPPM |
GGUS:88772![]() |
999999999 Value | Due to GGUS:82902![]() |
CREAM LSF | GlueCEPolicyMaxCPUTime: 999999999 | UKI-NORTHGRID-LANCS-HEP |
GGUS:88773![]() |
999999999 Value | Due to GGUS:82902![]() |
CREAM LSF | GlueCEPolicyMaxCPUTime: 9999999999 | INFN-PISA |
GGUS:88781![]() |
99999999 Value | Site manually setting MaxCPUTime=MaxWallClockTime. Fixed after LHCb requested it. | CREAM LSF | GlueCEPolicyMaxCPUTime: 999999999 | UKI-NORTHGRID-SHEF-HEP |
GGUS:88822![]() |
999999999 Value | Fixed manually but also suffering from GGUS:82902![]() |
CREAM SGE | GlueCEPolicyMaxCPUTime: 999999999 | UKI-LT2-QMUL |
GGUS:89847![]() |
Unexpected value | Not known yet. No reaction from the site. | Unknown | Unknown | RO-07-NIPNE |
GGUS:89857![]() |
999999999 Value | Fixed manually but also suffering from GGUS:82902![]() |
CREAM SGE | GlueCEPolicyMaxCPUTime: 999999999 | FZK-LCG2 |
Site | GGUS ticket | Comments |
IN-DAE-VECC-02 | GGUS:93809![]() |
![]() |
INDIACMS-TIFR | GGUS:93808![]() |
![]() |
NO-NORGRID-T2 | GGUS:93810![]() |
![]() |
praguelcg2 | GGUS:93197![]() |
![]() |
SE-SNIC-T2 | GGUS:93835![]() |
![]() |
T2_Estonia | GGUS:93801![]() |
![]() |
UKI-LT2-IC-HEP | GGUS:94096![]() |
![]() |
ru-Moscow-SINP-LCG2 | GGUS:99498![]() |
![]() |
Site | GGUS ticket | Comments |
BG01-IPP | GGUS:94621![]() |
![]() |
GRISU-UNINA | GGUS:94718![]() |
![]() |
INFN-T1 | - | ![]() |
INFN-TRIESTE | GGUS:94554![]() |
![]() |
RUG-CIT | - | ![]() |
SARA-MATRIX | GGUS:94619![]() |
![]() |
UA-KNU | GGUS:94720![]() |
![]() |
UKI-LT2-IC-HEP | GGUS:95315![]() |
![]() |
UKI-LT2-QMUL | GGUS:94510![]() |
![]() |
UKI-NORTHGRID-SHEF-HEP | GGUS:94618![]() |
![]() |
UNI-DORTMUND | GGUS:94717![]() |
![]() |
UNINA-EGEE | GGUS:94719![]() |
![]() |
RU-SPbSU | GGUS:94620![]() |
![]() /etc/lrms/pbs.conf . Hostname was not defined |
GLUE 1.3 | GLUE 2.0 |
GlueHostOperatingSystemRelease | GLUE2ExecutionEnvironmentOSVersion |
GlueHostOperatingSystemName | GLUE2ExecutionEnvironmentOSName |
GlueHostOperatingSystemVersion | NA |
NA | GLUE2ExecutionEnvironmentOSFamily![]() |
version - release
has to be respected: Site | GGUS ticket | comments |
BMEGrid | GGUS:94840![]() |
![]() |
CY-01-KIMON | GGUS:94854![]() |
![]() |
GRISU-UNINA | GGUS:94855![]() |
![]() |
IFJ-PAN-BG | GGUS:94856![]() |
![]() |
INFN-CATANIA | GGUS:94857![]() |
![]() |
INFN-FERRARA | GGUS:94841![]() |
![]() |
INFN-NAPOLI-ATLAS | GGUS:94842![]() ![]() |
![]() |
INSU01-PARIS | GGUS:94859![]() |
![]() |
PSNC | GGUS:94860![]() |
![]() |
RAL-LCG2 | GGUS:94861![]() |
![]() |
RO-07-NIPNE | GGUS:94862![]() |
![]() |
RO-11-NIPNE | GGUS:94864![]() |
![]() |
RO-15-NIPNE | GGUS:94865![]() |
![]() |
RU-SPbSU | GGUS:94844![]() |
![]() |
Ru-Troitsk-INR-LCG2 | GGUS:94866![]() |
![]() |
TECHNION-HEP | GGUS:94867![]() |
![]() |
UA-KNU | GGUS:94845![]() |
![]() |
UKI-LT2-Brunel | GGUS:94868![]() |
![]() |
UKI-LT2-QMUL | GGUS:94869![]() |
![]() |
UKI-NORTHGRID-LANCS-HEP | GGUS:94870![]() |
![]() |
UKI-NORTHGRID-MAN-HEP | GGUS:94871![]() |
![]() |
UKI-SCOTGRID-ECDF | GGUS:94873![]() |
![]() |
UKI-SOUTHGRID-BHAM-HEP | GGUS:94879![]() |
![]() |
UNINA-EGEE | GGUS:94874![]() |
![]() |
TotalSize=ReservedSize+FreeSize+UsedSize
will never match. The glue-validator has applied the following workarounds taking into account each storage service: ReservedSize
is always equal to TotalSize
in space tokens. Therefore, ReservedSize
is not used in the calculation.
ReservedSize
is not published. For nearline capacity, FreeSize
is not published, so it is not possible to make the numbers match (although this number is not published because Free=Total-Used
).
Site | GGUS ticket | comments |
pic | GGUS:95668![]() |
![]() |
UKI-SCOTGRID-GLASGOW | GGUS:95816![]() |
![]() |
UKI-SCOTGRID-ECDF | GGUS:95817![]() |
![]() |
praguelcg2 | GGUS:96326![]() |
![]() |
INFN-T1 | GGUS:95665![]() |
![]() ![]() |
RUG-CIT | GGUS:95666![]() |
![]() ![]() |
TR-03-METU | GGUS:95667![]() |
![]() |
Site | GGUS ticket | comments |
INFN-PISA | GGUS:96486![]() |
![]() |
CSCS-LCG2 | GGUS:96489![]() |
![]() |
UNI-FREIBURG | GGUS:96490![]() |
![]() |
Info Provider | GLUE 1 attribute | GLUE 2 attribute | Status |
info dynamic scheduler![]() |
GlueCEStateTotalJobs | GLUE2ComputingShareTotalJobs | |
GlueCEStateRunningJobs | GLUE2ComputingShareRunningJobs | ||
GlueCEStateWaitingJobs | GLUE2ComputingShareWaitingJobs | ||
GlueCEStateEstimatedResponseTime | GLUE2ComputingShareEstimatedAverageWaitingTime | ||
GlueCEStateWorstResponseTime | GLUE2ComputingShareEstimatedWorstWaitingTime | ||
GlueCEStateFreeJobSlots | GLUE2ComputingShareFreeSlots | ||
NA | GLUE2ComputingShareUsedSlots | Not published | |
info dynamic LSF![]() |
GlueCEPolicyMaxObtainableCPUTime | GLUE2ComputingShareDefaultCPUTime | |
GlueCEPolicyMaxCPUTime | GLUE2ComputingShareMaxCPUTime | ||
GlueCEPolicyMaxObtainableWallClockTime | GLUE2ComputingShareDefaultWallTime | ||
GlueCEPolicyMaxWallClockTime | GLUE2ComputingShareMaxWallTime | ||
GlueCEPolicyMaxTotalJobs | GLUE2ComputingShareMaxTotalJobs | ||
GlueCEPolicyMaxRunningJobs | GLUE2ComputingShareMaxRunningJobs | ||
GlueCEPolicyMaxWaitingJobs | GLUE2ComputingShareMaxWaitingJobs | Calculated in v 2.3.1-3 | |
GlueCEPolicyMaxSlotsPerJob | GLUE2ComputingShareMaxSlotsPerJob | Calculated in v 2.3.1-3 | |
NA | GLUE2ComputingShareMaxMainMemory | Calculated in v 2.3.1-3 | |
NA | GLUE2ComputingShareMaxVirtualMemory | Calculated in v 2.3.1-3 | |
info dynamic PBS![]() |
GlueCEPolicyMaxObtainableCPUTime | GLUE2ComputingShareDefaultCPUTime | |
GlueCEPolicyMaxCPUTime | GLUE2ComputingShareMaxCPUTime | ||
GlueCEPolicyMaxObtainableWallClockTime | GLUE2ComputingShareDefaultWallTime | ||
GlueCEPolicyMaxWallClockTime | GLUE2ComputingShareMaxWallTime | ||
GlueCEPolicyMaxTotalJobs | GLUE2ComputingShareMaxTotalJobs | ||
GlueCEPolicyMaxRunningJobs | GLUE2ComputingShareMaxRunningJobs | ||
GlueCEPolicyMaxWaitingJobs | GLUE2ComputingShareMaxWaitingJobs | ||
GlueCEPolicyMaxSlotsPerJob | GLUE2ComputingShareMaxSlotsPerJob | Calculated in v. 2.3.2-2 | |
NA | GLUE2ComputingShareMaxMainMemory | ||
NA | GLUE2ComputingShareMaxVirtualMemory | ||
info dynamic SGE![]() |
GlueCEPolicyMaxObtainableCPUTime | GLUE2ComputingShareDefaultCPUTime | |
GlueCEPolicyMaxCPUTime | GLUE2ComputingShareMaxCPUTime | ||
GlueCEPolicyMaxObtainableWallClockTime | GLUE2ComputingShareDefaultWallTime | ||
GlueCEPolicyMaxWallClockTime | GLUE2ComputingShareMaxWallTime | ||
GlueCEPolicyMaxTotalJobs | GLUE2ComputingShareMaxTotalJobs | ||
GlueCEPolicyMaxRunningJobs | GLUE2ComputingShareMaxRunningJobs | ||
GlueCEPolicyMaxWaitingJobs | GLUE2ComputingShareMaxWaitingJobs | ||
GlueCEPolicyMaxSlotsPerJob | GLUE2ComputingShareMaxSlotsPerJob | ||
NA | GLUE2ComputingShareMaxMainMemory | ||
NA | GLUE2ComputingShareMaxVirtualMemory |
SITE | GGUS ticket | comments |
CERN-PROD | GGUS:96529![]() |
![]() |
UKI-SCOTGRID-DURHAM | GGUS:96530![]() |
![]() |
UKI-SCOTGRID-GLASGOW | GGUS:96528![]() |
![]() |
UKI-SOUTHGRID-RALPP | GGUS:96531![]() |
![]() |
SITE | GGUS ticket | comments |
BEgrid-ULB-VUB | GGUS:18121![]() |
![]() |
BEIJING-LCG2 | GGUS:98120![]() |
![]() |
IN2P3-CPPM | GGUS:98118![]() |
![]() |
IN2P3-IPNL | GGUS:98116![]() |
![]() |
IN2P3-IRES | GGUS:98114![]() |
![]() |
IN2P3-LAPP | GGUS:99359![]() |
![]() |
IN2P3-LPSC | GGUS:98117![]() |
![]() |
M3PEC | GGUS:98112![]() |
![]() |
MSFG-OPEN | GGUS:98113![]() |
![]() |
OBSPM | GGUS:98111![]() |
![]() |
RWTH-Aachen | GGUS:98119![]() |
![]() |
UNIV-LILLE | GGUS:98115![]() |
![]() |
SITE | GGUS ticket | comments |
Australia-ATLAS | GGUS:99115![]() |
![]() |
BEIJING-LCG2 | GGUS:99116![]() |
![]() |
BEgrid-ULB-VUB | GGUS:99117![]() |
![]() |
Belgrid-UCL | GGUS:98995![]() GGUS:98996 ![]() |
![]() ![]() |
CA-ALBERTA-WESTGRID-T2 | GGUS:98987![]() GGUS:98989 ![]() |
![]() E022, E023 and E024: Default values are published. 4 shares affected in the same CREAM CE |
CA-MCGILL-CLUMEQ-T2 | GGUS:99118![]() |
![]() |
CA-SCINET-T2 | GGUS:99119![]() GGUS:98997 ![]() |
E002: +1000 obsolete entries (app env objects) E022, E023 and E024: Default values are published. 3 shares affected in the same CREAM CE |
CA-VICTORIA-WESTGRID-T2 | GGUS:99121![]() |
![]() |
CSCS-LCG2 | GGUS:99129![]() |
![]() |
CYFRONET-LCG2 | GGUS:99135![]() |
![]() |
FZK-LCG2 | GGUS:99136![]() |
![]() |
GRIF | GGUS:98990![]() |
E002: 168 obsolete entries (objects from several CREAM CEs and RTEs) |
IEPSAS-Kosice | GGUS:99137![]() |
![]() |
IFIC-LCG2 | GGUS:99138/GGUS:98998![]() GGUS:99139/GGUS:98999 ![]() |
![]() ![]() |
IL-TAU-HEP | GGUS:99140![]() |
![]() |
IN2P3-IRES | GGUS:99141![]() |
E002: 10 obsolete entries (several services) |
IN2P3-LPC | GGUS:99142![]() |
![]() |
INFN-BARI | GGUS:99143![]() |
![]() |
INFN-CATANIA | GGUS:99144![]() |
![]() |
INFN-CNAF-LHCB | GGUS:99145![]() GGUS:99146 ![]() |
![]() ![]() |
INFN-FRASCATI | GGUS:99147![]() |
![]() |
INFN-MILANO-ATLASC | GGUS:99149![]() GGUS:99150 ![]() |
![]() ![]() |
INFN-NAPOLI-ATLAS | GGUS:99151![]() GGUS:99152 ![]() |
![]() ![]() |
INFN-PISA | GGUS:99153![]() |
![]() |
KR-KISTI-GCRT-01 | GGUS:99154![]() |
![]() |
KR-KISTI-GSDC-01 | GGUS:99155![]() |
![]() |
NCP-LCG2 | GGUS:99156![]() |
E002: 6 obsolete entries (several services) |
NDGF-T1 | GGUS:99157![]() |
![]() |
NIHAM | GGUS:99158![]() |
![]() |
NIKHEF-ELPROD | GGUS:99159![]() |
![]() |
PSNC | GGUS:99160![]() |
![]() |
RAL-LCG2 | GGUS:99161![]() GGUS:99162 ![]() |
![]() ![]() |
RO-07-NIPNE | GGUS:99163![]() |
![]() |
RRC-KI | GGUS:99164![]() |
![]() |
SFU-LCG2 | GGUS:99165![]() |
![]() |
SiGNET | GGUS:99166![]() GGUS:99167 ![]() |
![]() ![]() |
TECHNION-HEP | GGUS:99168![]() |
![]() |
TR-03-METU | GGUS:99169![]() |
![]() |
TR-10-ULAKBIM | GGUS:99170![]() |
![]() |
UB-LCG2 | GGUS:99171![]() |
![]() |
UKI-LT2-IC-HEP | GGUS:99172![]() |
![]() |
UKI-LT2-RHUL | GGUS:99173![]() |
![]() |
UKI-LT2-UCL-HEP | GGUS:99174![]() GGUS:99176 ![]() |
![]() ![]() |
UKI-NORTHGRID-LANCS-HEP | GGUS:99177![]() |
![]() |
UKI-NORTHGRID-LIV-HEP | GGUS:99178![]() |
![]() |
UKI-NORTHGRID-MAN-HEP | GGUS:98994![]() |
![]() |
UKI-SCOTGRID-ECDF | GGUS:99179![]() GGUS:99180 ![]() |
![]() E022, E023 and E024: Default values are published. 13 shares affected |
UKI-SOUTHGRID-RALPP | GGUS:100480![]() |
![]() |
UNIBE-LHEP | GGUS:99182![]() |
![]() |
ifae | GGUS:99183![]() |
![]() |
pic | GGUS:99184![]() |
![]() |
praguelcg2 | GGUS:99185![]() |
![]() |
ru-Moscow-FIAN-LCG2 | GGUS:99187![]() |
![]() |
ru-PNPI | GGUS:99188![]() |
![]() |
Site | GGUS tickets | comments |
FZK-LCG2 | GGUS:99750![]() |
Storage Share names come from dCache configuration. Explanations from Paul Millar |
SARA-MATRIX | GGUS:99809![]() |
![]() |
IN2P3-CC | GGUS:99875![]() |
![]() |
INFN-T1 | GGUS:99888![]() |
![]() |
RAL-LCG2 | GGUS:99889![]() |
![]() |
Site | GGUS tickets | comments |
IN2P3-CPPM | GGUS:100223![]() |
Problem with the quattor configuration |
GRIF | GGUS:100222![]() |
Same as above |
IN2P3-LAPP | GGUS:100221![]() |
Same as above |
IN2P3-CC-T2 |
Site | GGUS tickets | comments |
LHCb | ||
pic | GGUS:101037![]() |
![]() |
UKI-SCOTGRID-ECDF | GGUS:101038![]() |
|
BG03-NGCC | GGUS:101039![]() |
![]() |
ATLAS | ||
CA-MCGILL-CLUMEQ-T2 | GGUS:101041![]() |
![]() |
CYFRONET-LCG2 | GGUS:101042![]() |
![]() |
RO-07-NIPNE | GGUS:101043 GGUS:106312 |
![]() ![]() |
UKI-LT2-QMUL | GGUS:101044![]() |
![]() |
INFN-ROMA2 | GGUS:101049![]() |
![]() |
TUDresden-ZIH | GGUS:101150![]() |
![]() |
BG03-NGCC | GGUS:106313![]() |
![]() |
ITEP | GGUS:106314![]() |
![]() |
UKI-NORTHGRID-LANCS-HEP | GGUS:106316![]() |
![]() |
CMS | ||
BelGrid-UCL | GGUS:106813![]() |
![]() |
INDIACMS-TIFR | GGUS:106814![]() |
![]() |
INFN-PADOVA | GGUS:106815![]() |
![]() |
Kharkov-KIPT-LCG2 | GGUS:106816![]() |
![]() |
Ru-Troitsk-INR-LCG2 | GGUS:106817![]() |
![]() |
TW-NCUHEP | GGUS:106818![]() |
![]() |
UKI-LT2-RHUL | GGUS:106819![]() |
![]() |
UKI-NORTHGRID-SHEF-HEP | GGUS:106820![]() |
![]() |
Site | GGUS tickets | comments |
CERN | None, contact by mail | ![]() |
RAL | GGUS:106480![]() |
![]() |
BNL-ATLAS | GGUS:106483![]() |
![]() |
USCMS-FNAL-WC1 | GGUS:106504![]() |
![]() |
ldapsearch -LLL -x -h SITE-BDII:PORT -b mds-vo-name=SITE-NAME,o=grid -o nettimeout=10 '(&(objectClass=GlueSA)(GlueChunkKey=GlueSEUniqueID=SE) (|(GlueSALocalID=SPACETOKEN)(GlueSALocalID=SPACETOKEN:*)(GlueSALocalID=atlas:SPACETOKEN)))' GlueSATotalOnlineSize | grep GlueSATotalOnlineSize:The SPACETOKEN names are taken from AGIS
Site | GGUS tickets | comments |
Australia-ATLAS | GGUS:107916![]() |
![]() |
BEIJING-LCG2 | GGUS:107917![]() |
![]() |
CA-ALBERTA-WESTGRID-T2 | GGUS:107918![]() |
![]() |
CA-SCINET-T2 | GGUS:107919![]() |
![]() |
CYFRONET-LCG2 | GGUS:107920![]() |
![]() |
DESY-HH | GGUS:107921![]() |
![]() |
DESY-ZN | GGUS:107922![]() |
![]() |
FZK-LCG2 | GGUS:107923![]() |
![]() |
GoeGrid | GGUS:107924![]() |
![]() |
GRIF | GGUS:107925![]() |
![]() |
IFIC-LCG2 | GGUS:107926![]() |
![]() |
IN2P3-CC | GGUS:107927![]() |
![]() |
IN2P3-CPPM | GGUS:107928![]() |
![]() |
IN2P3-LPC | GGUS:107929![]() |
![]() |
IN2P3-LPSC | GGUS:107930![]() |
![]() |
INFN-ROMA1 | GGUS:107931![]() |
![]() |
INFN-T1 | GGUS:107932![]() |
![]() |
NCG-INGRID-PT | GGUS:107933![]() |
![]() |
NDGF-T1 | GGUS:107934![]() |
![]() |
pic | - | ![]() srmatlas.pic.es instead of srm.pic.es where correct values seem to be published for ATLAS space tokens. To be checked with ATLAS |
RAL-LCG2 | GGUS:107935![]() |
![]() |
RRC-KI | GGUS:107936![]() |
![]() |
UKI-SCOTGRID-GLASGOW | GGUS:107973![]() |
![]() |
Site | GGUS tickets | comments |
CBPF | GGUS:105572![]() |
|
CERN | - | Different numbers in CASTOR because a small part of the capacity has been put in maintenance. This is somehow reflected on the bdii accounting, but not on the SRM one |
I | Attachment | History | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|---|
![]() |
WLCG-GLUE2-validation-statistics-July2013.pdf | r1 | manage | 513.5 K | 2013-08-09 - 12:52 | MariaALANDESPRADILLO | |
![]() |
WLCG-GLUE2-validation-statistics-June2013.pdf | r1 | manage | 941.3 K | 2013-06-21 - 11:41 | MariaALANDESPRADILLO | |
![]() |
WLCG-GLUE2-validation-statistics-May2013.pdf | r1 | manage | 877.9 K | 2013-05-16 - 10:51 | MariaALANDESPRADILLO |