Difference between revisions of "AFS"

From Atlas Wiki
Jump to navigation Jump to search
m
m
 
Line 7: Line 7:
 
</pre>
 
</pre>
  
Be careful: just using <tt>'$ kinit'</tt> might call the wrong Kerberos version (check with <tt>which kinit</tt>.
+
Be careful: just using <tt>'$ kinit'</tt> might call the wrong Kerberos version (check with <tt>which kinit</tt>).

Latest revision as of 12:18, 9 July 2008

To be able to access your homedir on /afs/cern.ch/user/... :

$ /usr/kerberos/bin/kinit -4 <afsusername>
$ /usr/kerberos/bin/kinit -5 <afsusername>
$ aklog -cell cern.ch

Be careful: just using '$ kinit' might call the wrong Kerberos version (check with which kinit).