vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi All, I am using AIX 5.3 I have exported a filesystem with command below : #exportfs -i -o rw,vers=4,exname=/export/test_mnt /test_mnt #exportfs /test_mnt -rw,vers=4,exname=/export/test_mnt #nfsd -getnodes /export:/export #mount --<snip> /dev/vx/dsk/racdg/vol /test_mnt vxfs Sep 03 19:43 rw,delaylog,suid,ioerror=mwdisable,qio,largefiles --</snip> ------------------------------------------------------------ I mounted this filesystem on client. Client is able to access filesystem. #mount -o vers=4 10.212.88.77:/ /share #mount <snip> 10.212.88.77 / /share nfs4 Sep 03 19:13 vers=4 </snip> When nfs server fails over to other system(along with volume which was exported) , client is not able to access filessytem. It gets error: /share:"A file, file system or message queue is no longer available" ------------------------------------------------------------- This problem, however does not occur when server exports filesystem without using exname option of exportfs. Any help is appreciated. thanks kiran |