1753555 Members
5599 Online
108795 Solutions
New Discussion юеВ

Re: NFS or swap problems

 
savus
Advisor

NFS or swap problems

Hello,

I have a problem with a HP-UX B.11.11.
Sometimes I have a error message:

"Pid XZY killed due to text modification or page I/O error". This happed once when I tried to initialize a SCSI disk and once with a program that was started from a NFS share.

Do I have problems with the swap space or is this a configuration error in the NFS client?
I runed xstm on the disks to check them for harware failures but it seems that they are OK.

Can somebody please help me ?
Regards,
Stefan
14 REPLIES 14
avizen9
Esteemed Contributor

Re: NFS or swap problems

hello stefan
it doesnt look swap issue, it should be your nfs share network issue.
but also need to cehck your nfs configuration.

what is swapinfo output, thanks,
Michal Kapalka (mikap)
Honored Contributor

Re: NFS or swap problems

savus
Advisor

Re: NFS or swap problems

Hello, here is the reqested output of swapinfo command:

Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1048576 0 1048576 0% 0 - 1 /dev/vg00/lvol2
reserve - 266208 -266208
memory 356424 115944 240480 33%
Michal Kapalka (mikap)
Honored Contributor

Re: NFS or swap problems

hi,

check dmesg + /var/adm/syslog/syslog.log if you have some errors regarding swap or NFS not responding.

mikap
savus
Advisor

Re: NFS or swap problems

Hi Mikap,

thanks for the link, I already read the tread - did not helped me. I checked also dmesg - seems fine. A few days ago I had big problems with nfs logged in /var/adm/syslog/syslog.log but now it seems there are ok (I changed in the NSSwitch the first source to local files and not NIS).
Now very rare I see mesages like:

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

Regards,
Stefan
Michal Kapalka (mikap)
Honored Contributor

Re: NFS or swap problems

Ok,

this messages are normal, if the NFS server is not available, so NFS should be ok, did you check a performance on the system with glance ?? or some your company monitoring, maybe the system was owerloaded, if our SAP team, dont care about performance we recieve lot of messages related to the SWAP ....

Deferred swap reservation failure pid: 15435

Its really very dificult to say, where s the problem, but the I/O error are mostly related to the HW problems.

mikap
Hakki Aydin Ucar
Honored Contributor

Re: NFS or swap problems

D├Д┬░d you check them :
/usr/bin/rpcinfo -s
/usr/bin/nfsstat -m

eventually you found nothing makes sense from logs, you can try reboot nfs server.
savus
Advisor

Re: NFS or swap problems

Hello, the outputs are attached in the file.
The nfsstat comand does not return anything.

Michal Kapalka (mikap)
Honored Contributor

Re: NFS or swap problems

hi,

did you check the NFS server which are exporting the filesystems for your server ???

showmount -e hostname

if you have a network team ask them if some network error was happen during the time.

check if all filesystem are mounted.

mikap