12.29.2017

NFS Service Guard packages

For a big NFS server:

grep -e ^NFSD_SERVERS -e ^MAX_STATD_THREADS /etc/default/nfs

 

ch_rc -a -p NFSD_SERVERS=400 /etc/default/nfs

ch_rc -a -p MAX_STATD_THREADS=1600 /etc/default/nfs

 


12.21.2017

ERROR: Retrieving Ignite-UX version on the server

New IGNITE server install.  Make_net_recovery on client fails with this: ERROR:   Retrieving Ignite-UX version on the server

 

Fix by:

swacl -l host -M 'any_other:-r--t'

swacl -l root -M 'any_other:-r--t'

 

then run make_recovery again.