1751943 Members
5063 Online
108783 Solutions
New Discussion юеВ

Re: NFS or swap problems

 
Hakki Aydin Ucar
Honored Contributor

Re: NFS or swap problems

yes nfsstat gives not much clues.

try this command if you can see your nfs server(s) mounted :

# bdf | grep
:/nfs/ifep01 104574976 51433936 52373272 50% /nfs/

if not mounted try:

mountall OR
mount -a

if not works consider a reboot your nfs server.
Dave Olker
HPE Pro

Re: NFS or swap problems

> May 25 16:58:53 HOSTxxx vmunix: NFS server (pid1109@/home) not responding still trying
> May 25 16:59:07 HOSTxxx vmunix: NFS server (pid1109@/home) ok


These are not messages about a remote NFS server not responding. These are messages that AutoFS is having problems. Are you using AutoFS? Do you need to be using AutoFS?

Dave
I work for HPE

[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
savus
Advisor

Re: NFS or swap problems

Hello Dave,

Yes I use and really need the auto FS.

I disabled the NFS client (then reboot) for a test, and tryed to initiliaze the SCSI disk from SAM =>
Same error "Pid XZY killed due to text modification or page I/O error" - so I guess that NFS is ok...
Then I think there is something wrong with the swap space or a hardware issue.

Regards,
Stefan
avizen9
Esteemed Contributor

Re: NFS or swap problems

HI,
what is server model?
if you feel there some hardware issue, take downtime and run full hardware Diagnose test on it, if you are not sure how, then can take help from hp, thanks,
Dennis Handly
Acclaimed Contributor

Re: NFS or swap problems

>once with a program that was started from a NFS share.

If the program is on NFS, then you can get this error if someone fiddles with the program on the server.

Other times I've gotten this error if I just control-C to abort the program on NFS.