Originally posted by: rperaria@chesco.org
AIX support had me try the following to resolve this same issue (after applying AIX 6.1 TL6 SP1):
Here's what I recommend
Try and run a nfs recycle first,
stopsrc -g nfs
cd /etc
remove any extra nim type of items in the exports file.
rm -rf xtab rmtab
cd /var/statmon
rm -rf state sm sm.bak
startsrc -g nfs
Check for Global exports
lsnim -l master | grep global
Do you have global exports set? if no, I recommend you add ",anon=0" to your exported filesystem in your exports file so NIM knows not to touch that filesystem, If it is enabled, make sure it does not have anon=0 tag. because the NIM allocate resource will use anon=0.
if this doens't resolve issue then look towards this information reference pmr 84856 999 616
There is change in NIM made by apar IZ42892
Improve nfs exportfs performance in NIM.
NIM legacy code performs an "exportfs -a" whenever an entry is modified. Now this change re-export only the modified paths of the exports file. This may increase exportfs performance in larger environments.
And by doing this change if there is a global export already there in the exports file this causes a problem.
So you can put the following environment in your profile export NFS_EXPORT_PERFORMANCE=no Or run the export before doing the bosinst, I would prefer the first.
In your case we are creating the spot
=====================================
I ended up having to set the NFS_EXPORT_PERFORMANCE environment variable to "no" to resolve my problem in creating a SPOT.
#AIX-Forum