User Tools

Site Tools


asc:asc_afs

Differences

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

Link to this comparison view

asc:asc_afs [2013/10/21 14:25] – created ascasc:asc_afs [2013/10/21 14:26] (current) asc
Line 5: Line 5:
 <code> <code>
 Here is how to setup afs: Here is how to setup afs:
 +Install the following packages (these are from the standard sl6 repo):
 +kmod-openafs
 +openafs
 +openafs-module-tools
 +openafs-krb5
 +openafs-client
 +
 +You should make sure afs starts at boot and the only customization
 +required is, after installing the above and before starting the afs
 +service, do "echo cern.ch >/usr/vice/etc/ThisCell" as root.Here is how to setup afs:
 Install the following packages (these are from the standard sl6 repo): Install the following packages (these are from the standard sl6 repo):
 kmod-openafs kmod-openafs
Line 19: Line 29:
 ticket with kinit and 2) issue the aklog command to translate it to an ticket with kinit and 2) issue the aklog command to translate it to an
 afs token. afs token.
 +
 +To gain access to non-public files at cern you need to 1) get a kerberos
 +ticket with kinit and 2) issue the aklog command to translate it to an
 +afs token.
 +</code>
 +
 +Tested example:
 +
 +<code>
 +yum install kmod-openafs openafs openafs-module-tools openafs-krb5 openafs-client
 +echo cern.ch >/usr/vice/etc/ThisCell
 +
 +/sbin/service afs start
 +/sbin/chkconfig --add afs
 +# check
 +ls /afs/cern.ch/
 </code> </code>
  
asc/asc_afs.1382365544.txt.gz · Last modified: 2013/10/21 14:25 by asc