User Tools

Site Tools


nfs

Scratch2 Troubleshooting

Sometimes scratch2 becomes inacessible. This guide should help get it up and running again.

Login to control

If /export/users/scratch2 is empty:

Applications > System Tools > Terminal

  $ sudo mount --bind /home/users/scratch2 /export/users/scratch2

Restart NFS

  $ sudo service nfs-kernel-server restart

Then Mount scratch2 on any node

Login to node as someone with sudo

If control has a different IP:

 $ sudo nano /etc/hosts

and change to the correct ip (check on brayton with ifconfig)

Unmount scratch2 and remount

$ sudo umount -l /home/users/scratch2
$ sudo mount /home/users/scratch2
nfs.txt · Last modified: 2022/07/21 06:59 by 127.0.0.1