Versions Compared

Key

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

...

Code Block
languagetext
cd /tmp
curl -O -s https://www.auristor.com/filesystem/GPG/AURISTOR-GPG-KEY-v1
apt-key add ./AURISTOR-GPG-KEY-v1

cat > /etc/apt/sources.list.d/auristor-client.list <<EOF
deb [arch=amd64] https://client-rpm-repo.auristor.com/filesystem/repo/recommended/bionic/ bionic client
EOF

apt update
apt-get install auristorfs-client auristorfs-modules3-`uname -r` heimdal-clients
depmod -a
systemctl is-active auristorfs-client || systemctl start auristorfs-client

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 kB

...

...

default value is fine
Look up AuristorFS cells in DNS

...

yes

...

Next, install the heimdal package, and answer the configuration question:

Default Kerberos version 5 realm

...

SLAC.STANFORD.EDU

To test the YFS client installation:

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