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
My random tech problems and chicken scratching for notes on what I did to solve them.
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
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.
remember hex must be in uppercase for BC command on most linux / unix distros
echo "ibase=16;obase=2;000000004B817EFB" | bc
results:
1001011100000010111111011111011space it out to make it easier to read:alias spc=" sed 's/./& /g'"
echo "ibase=16;obase=2;000000004B817EFB" | bc | spc1 0 0 1 0 1 1 1 0 0 0 0 0 0 1 0 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1
ERROR: The fileset XXXXX will not fit on the tape
"/tmp/XXX.depot". The fileset requires 4249089 Kbytes of
tape space, but the tape provides only 1298828 Kbytes. The
fileset requires a larger tape.
Fix by:
swpackage -s /source/dir -x allow_large_serial_depot=true -x media_capacity=50000 -x target_type=tape @ /ignite/r11.depot bundle/package/etc
media_capacity=larger than depot file