Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You will be prompted to enter some configuration information for the YFS client:

QuestionAnswer
AuriStorFS cell this workstation belogs to
slac.stanford.edu
Size of AuriStorFS cache in kBdefault value is fine
Look up AuristorFS cells in DNS
yes
Default Kerberos version 5 realm
SLAC.STANFORD.EDU

To test the YFS client installation (there is no longer a need to be root for the following commands.  Exit out of your sudo shell and run these as a normal user):

Code Block
languagetext
kinit [your SLAC Unix username]
aklog
klist
tokens
cd /afs/slac.stanford.edu/...


to create the /afs/slac/ symlink in the config, try this:

edit the /etc/yfs/yfs-client.conf file and include this:

[cells]
# You may define your own cells here.
slac.stanford.edu = {
aliases = slac
}
Incoming Links