User Tools

Site Tools


nfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
nfs [2014/09/24 14:23] – [Then Mount scratch2 on any node] wsinfs [2022/07/21 06:59] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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