After a system reboot, the nfsd daemon is not started.
It gives the error message "There is not enough buffer space for requested socket operation"
If I re-run the /etc/rc.nfs, then nfsd is then started and everything is ok.
This problem has only occured since I upgraded to AIX5.2 ML2.
Now in the /etc/rc.nfs we have some maually set nfso paramters.
/usr/sbin/nfso -o nfs_socketsize=130000
/usr/sbin/nfso -o nfs_tcp_socketsize=130000
/usr/sbin/nfso -o nfs_1323=1
These are set after the nfsd has already been attempted to be run. ie
start nfsd /usr/sbin/nfsd 8
The strange thing is that, the only paramters that we change are now lowering the default value of 600000 to 130000. Surely this cant be problem?
I understand that in 5.2 that the setting of nfso paramters has now changed so that you don't have to hard code them. Is is something to do with this?
Has anyone any ideas?
Thanks
It gives the error message "There is not enough buffer space for requested socket operation"
If I re-run the /etc/rc.nfs, then nfsd is then started and everything is ok.
This problem has only occured since I upgraded to AIX5.2 ML2.
Now in the /etc/rc.nfs we have some maually set nfso paramters.
/usr/sbin/nfso -o nfs_socketsize=130000
/usr/sbin/nfso -o nfs_tcp_socketsize=130000
/usr/sbin/nfso -o nfs_1323=1
These are set after the nfsd has already been attempted to be run. ie
start nfsd /usr/sbin/nfsd 8
The strange thing is that, the only paramters that we change are now lowering the default value of 600000 to 130000. Surely this cant be problem?
I understand that in 5.2 that the setting of nfso paramters has now changed so that you don't have to hard code them. Is is something to do with this?
Has anyone any ideas?
Thanks