The CERN-VM FIle System service at BNL
The SDCC at BNL serves as a CVMFS Stratum One replica server for WLCG and OSG experiment repositories.
US cloud users should configure their clients to point to the RACF replica as their primary server source in their CVMFS_SERVER_URL value, and include other Stratum One servers in the list as fail-overs:
CVMFS_SERVER_URL="http://cvmfs.sdcc.bnl.gov:8000/cvmfs/@org@; ... "
For CVMFS proxy configuration in the US cloud, clients should point their CVMFS_HTTP_PROXY value to their local site Squid caches.
The SDCC service alias for CVMFS cache instances can be used in the appropriate CVMFS_HTTP_PROXY value, but note that such configuration is meant for BNL nodes and jobs, and is not optimal for sites not geographically proximal to BNL:
CVMFS_HTTP_PROXY="http://cvmfs-cache.sdcc.bnl.gov:3128|http://cvmfs-cache.sdcc.bnl.gov:3128;DIRECT"
If the round-robin alias causes problems within the client, use the explicit hostnames of the two cache nodes that comprise the alias (as of this writing):
CVMFS_HTTP_PROXY="http://cvmfs-cache3.sdcc.bnl.gov:3128|http://cvmfs-cache4.sdcc.bnl.gov:3128;DIRECT"
Additional Information
- The CVMFS Stratum Zero repository publishing service at BNL
- CVMFS web portal: http://cernvm.cern.ch
- CERN package repository (for Enterprise Linux): http://cvmrepo.web.cern.ch/cvmrepo/yum/cvmfs/
- CVMFS replication service monitor
- CERN CVMFS Stratum One SLS monitor (requires CERN account login)
- Stratum One Service Operations TWiki: https://twiki.cern.ch/twiki/bin/view/CvmFS/StratumOnes
- Discussion group: https://groups.cern.ch/group/cvmfs-talk/default.aspx
Code repository: https://github.com/cvmfs/cvmfs