User Tools

Site Tools


tier3_admin:tier3cvmfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tier3_admin:tier3cvmfs [2013/05/30 18:53]
127.0.0.1 external edit
tier3_admin:tier3cvmfs [2014/05/01 14:40] (current)
asc
Line 53: Line 53:
  <code>  <code>
  yum install compat-expat1 openssl098e libuuid-devel  yum install compat-expat1 openssl098e libuuid-devel
- rpm -Uvh http://cvmrepo.web.cern.ch/cvmrepo/yum/cvmfs/EL/6/x86_64/cvmfs-release-2-3.el6.noarch.rpm + rpm -Uvh http://cvmrepo.web.cern.ch/cvmrepo/yum/cvmfs/EL/6/x86_64/cvmfs-release-2-4.el6.noarch.rpm 
- yum install cvmfs cvmfs-init-scripts cvmfs-auto-setup+ yum install cvmfs cvmfs-init-scripts cvmfs-auto-setup  cvmfs-keys.noarch cvmfs.x86_64 
 </code> </code>
  
Line 64: Line 64:
 wget http://linuxsoft.cern.ch/cern/slc6X/extras/x86_64/RPMS/HEP_OSlibs_SL6-1.0.7-0.el6.x86_64.rpm wget http://linuxsoft.cern.ch/cern/slc6X/extras/x86_64/RPMS/HEP_OSlibs_SL6-1.0.7-0.el6.x86_64.rpm
 yum install HEP_OSlibs_SL6-1.0.7-0.el6.x86_64.rpm  yum install HEP_OSlibs_SL6-1.0.7-0.el6.x86_64.rpm 
 +</code>
 +
 +
 +Bob suggested:
 +<code>
 +cat - >/etc/cvmfs/default.local <<EOF
 +CVMFS_QUOTA_LIMIT=100000
 +CVMFS_HTTP_PROXY="http://squid.hep.anl.gov:3128;http://cvmfs02.racf.bnl.gov:8000|http://cvmfs03.racf.bnl.gov:8000;DIRECT"
 +CVMFS_SERVER_URL=http://cvmfs.racf.bnl.gov:8000/opt/atlas-newns,http://cvmfs-stratum-one.cern.ch/opt/atlas-newns
 +CVMFS_REPOSITORIES=atlas.cern.ch,atlas-condb.cern.ch,atlas-nightlies.cern.ch,geant4.cern.ch,grid.cern.ch,sft.cern.ch
 +#CVMFS_DEBUGLOG=/var/log/cvmfs.log
 +EOF
 </code> </code>
  
Line 69: Line 81:
  
 <code> <code>
-/etc/cvmfs/domain.d/cern.ch.local +scp [email protected]:/etc/cvmfs/domain.d/cern.ch.local /etc/cvmfs/domain.d/ 
-/etc/cvmfs/default.local+scp [email protected]:/etc/cvmfs/default.local /etc/cvmfs/
 </code> </code>
  
-and restart it+ 
 +How to test 
 + 
 +Run: 
 + 
 +<code> 
 +/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/utilities/installCheck.sh 
 +</code> 
 + 
 +and install the needed packages. 
 + 
 +<code> 
 +export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase 
 +source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh 
 +</code>
tier3_admin/tier3cvmfs.1369940005.txt.gz · Last modified: 2013/07/18 23:54 (external edit)