AFS Setup on Linux PCs

You may install a SLC6 form CERN (linuxsoft.cern.ch/cern/slc6X) and activate the CERN features in the setup, which include also AFS software.

You need a valid CERN account.

Step by step procedure:

    yum install \
      openafs \
      openafs-client
cp /usr/vice/etc/CellServDB /usr/vice/etc/CellServDB.original
> cern.ch                   #European Laboratory for Particle Physics,
137.138.128.148             #afsdb1.cern.ch
137.138.246.50              #afsdb3.cern.ch
137.138.246.51              #afsdb2.cern.ch
echo "cern.ch" > /usr/vice/etc/ThisCell
/etc/krb5.conf should contain

[realms] CERN.CH = {

      kdc = cerndc.cern.ch
      default_domain = cern.ch

}

[domain_realm] .cern.ch = CERN.CH

kinit thoffman@CERN.CH
ENABLE_AFSDB=on
ENABLE_DYNROOT=on
CACHESIZE=100000
service afs start
ls /afs/cern.ch/
chkconfig --add afs