Götz Reinicke - IT Koordinator
2015-Apr-02 13:03 UTC
[CentOS] NFS Stale file handle drives me crazy (Centos 6)
Hi folks, I have a Centos 6 NFS server, which dirves me crazy. The directory I try to export cant be accessed by different clients. I tried a centos 7, centos 6 and a pool of vmware esxi 5.5 systems. At the client side I get errors like: mount.nfs: Stale file handle or Sysinfo set operation VSI_MODULE_NODE_mount failed with the tatus Unable to query remote mount point's attributes. On the server I get messages in the log like svc: 172.17.252.35, port=851: unknown version (0 for prog 100003, nfsd) rpc.mountd[1927]: authenticated mount request from .... The curious thing is, that other directories exported on the same filesysten can be exported. so /home/stuff works /home/students fails. chmode 777 is set, /etc/exports is double checked. nfs/rpc/etc is up and running. selinux & firewall for debugging off. I use xfs on all shared filesystems. Googling for VMWARE and native NFS suggestions did not help so far :-/ Any hint or suggestion is very very welcome! Regard & thanks . G?tz -- G?tz Reinicke IT-Koordinator Tel. +49 7141 969 82 420 E-Mail goetz.reinicke at filmakademie.de Filmakademie Baden-W?rttemberg GmbH Akademiehof 10 71638 Ludwigsburg www.filmakademie.de Eintragung Amtsgericht Stuttgart HRB 205016 Vorsitzender des Aufsichtsrats: J?rgen Walter MdL Staatssekret?r im Ministerium f?r Wissenschaft, Forschung und Kunst Baden-W?rttemberg Gesch?ftsf?hrer: Prof. Thomas Schadt
Ted Miller
2015-Apr-06 04:00 UTC
[CentOS] NFS Stale file handle drives me crazy (Centos 6)
On 04/02/2015 09:03 AM, G?tz Reinicke - IT Koordinator wrote:> Hi folks, > > I have a Centos 6 NFS server, which dirves me crazy. > > The directory I try to export cant be accessed by different clients. > > I tried a centos 7, centos 6 and a pool of vmware esxi 5.5 systems. > > At the client side I get errors like: > > mount.nfs: Stale file handle > > or Sysinfo set operation VSI_MODULE_NODE_mount failed with the tatus > Unable to query remote mount point's attributes. > > > On the server I get messages in the log like > > svc: 172.17.252.35, port=851: unknown version (0 for prog 100003, nfsd) > > rpc.mountd[1927]: authenticated mount request from ....A good place to start on an issue like this would be to include your entire smb.conf file. Since you tried across three different Centos versions, It is likely either the configuration or the clients that are the problem.> > The curious thing is, that other directories exported on the same > filesysten can be exported.Can they be used by the same clients that are trying to use the /home/stuff directories, or are the clients for the two directories different?> > > so /home/stuff works /home/students fails. chmode 777 is set, > /etc/exports is double checked. nfs/rpc/etc is up and running. selinux & > firewall for debugging off. > > I use xfs on all shared filesystems. > > Googling for VMWARE and native NFS suggestions did not help so far :-/ > > Any hint or suggestion is very very welcome! Regard & thanks . G?tzTed Miller Elkhart, IN, USA
Barbara Krasovec
2015-Apr-06 10:27 UTC
[CentOS] NFS Stale file handle drives me crazy (Centos 6)
Have you tried exporting with options insecure,fsid=1? Cheers, Barbara On 06/04/15 06:00, Ted Miller wrote:> On 04/02/2015 09:03 AM, G?tz Reinicke - IT Koordinator wrote: >> Hi folks, >> >> I have a Centos 6 NFS server, which dirves me crazy. >> >> The directory I try to export cant be accessed by different clients. >> >> I tried a centos 7, centos 6 and a pool of vmware esxi 5.5 systems. >> >> At the client side I get errors like: >> >> mount.nfs: Stale file handle >> >> or Sysinfo set operation VSI_MODULE_NODE_mount failed with the tatus >> Unable to query remote mount point's attributes. >> >> >> On the server I get messages in the log like >> >> svc: 172.17.252.35, port=851: unknown version (0 for prog 100003, nfsd) >> >> rpc.mountd[1927]: authenticated mount request from .... > > A good place to start on an issue like this would be to include your > entire > smb.conf file. Since you tried across three different Centos > versions, It is likely either the configuration or the clients that > are the problem. > >> >> The curious thing is, that other directories exported on the same >> filesysten can be exported. > > Can they be used by the same clients that are trying to use the > /home/stuff > directories, or are the clients for the two directories different? >> >> >> so /home/stuff works /home/students fails. chmode 777 is set, >> /etc/exports is double checked. nfs/rpc/etc is up and running. selinux & >> firewall for debugging off. >> >> I use xfs on all shared filesystems. >> >> Googling for VMWARE and native NFS suggestions did not help so far :-/ >> >> Any hint or suggestion is very very welcome! Regard & thanks . G?tz > Ted Miller > Elkhart, IN, USA > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos
Marcin Trendota
2015-Apr-08 09:14 UTC
[CentOS] NFS Stale file handle drives me crazy (Centos 6)
Dnia czwartek, 2 kwietnia 2015 3:03:53 PM G?tz Reinicke - IT Koordinator pisze:> Hi folks, > I have a Centos 6 NFS server, which dirves me crazy. > The directory I try to export cant be accessed by different clients. > I tried a centos 7, centos 6 and a pool of vmware esxi 5.5 systems. > At the client side I get errors like: > mount.nfs: Stale file handle[...]> I use xfs on all shared filesystems. > Googling for VMWARE and native NFS suggestions did not help so far :-/ > Any hint or suggestion is very very welcome! Regard & thanks . G?tzI had similar problem: https://www.centos.org/forums/viewtopic.php?f=13&t=49422 Is your C6 server 32 or 64bit? -- Over And Out MoonWolf
Jegadeesh Kumar
2015-Apr-08 09:45 UTC
[CentOS] NFS Stale file handle drives me crazy (Centos 6)
In this case, you could export the same directory which already mounted in the client. On Wed, Apr 8, 2015 at 2:44 PM, Marcin Trendota <moonwolf.rh at gmail.com> wrote:> Dnia czwartek, 2 kwietnia 2015 3:03:53 PM G?tz Reinicke - IT Koordinator > pisze: > > > Hi folks, > > I have a Centos 6 NFS server, which dirves me crazy. > > The directory I try to export cant be accessed by different clients. > > I tried a centos 7, centos 6 and a pool of vmware esxi 5.5 systems. > > At the client side I get errors like: > > mount.nfs: Stale file handle > [...] > > I use xfs on all shared filesystems. > > Googling for VMWARE and native NFS suggestions did not help so far :-/ > > Any hint or suggestion is very very welcome! Regard & thanks . G?tz > > I had similar problem: > https://www.centos.org/forums/viewtopic.php?f=13&t=49422 > > Is your C6 server 32 or 64bit? > > -- > Over And Out > MoonWolf > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >