Monday, July 17, 2017

Restart Phi after reboot the host machine



At host (q183),
1. Stop iptables: service iptables stop
2. Start nfs: service nfs start

3. Login to mic0,
add the following three lines to /etc/fstab
phi:/phi        /phi       nfs             rsize=8192,wsize=8192,nolock,intr 0 0
phi:/opt        /opt       nfs             rsize=8192,wsize=8192,nolock,intr 0 0
phi:/temp       /temp      nfs             rsize=8192,wsize=8192,nolock,intr 0 0

then mount -a
Also add users in /etc/passwd and /etc/shadow

4. Repeat the same setup for mic1.

Directory structures: Users share /phi/$USER as their common home at mic0 and mic1 , and scratch files can be written under /temp, preferably /temp/$USER
/opt leads for /opt/intel and /opt/mpss, and /phi for packages compiled for Phi, stored under /phi/pkg.