Versions Compared

Key

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

...

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

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

apt-add-repository "deb http://archive.ubuntu.com/ubuntu $DISTRIB_CODENAME universe"   # for heimdal-clients package
apt update
apt-get install auristorfs-client auristorfs-modules3-`uname -r` heimdal-clients
depmod -a 

# this command may need to be repeated a couple of times.  When you finally see "active" as a response, you are good.
systemctl is-active auristorfs-client || systemctl start auristorfs-client

...

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/...

...