Operating System - HP-UX
1753783 Members
7091 Online
108799 Solutions
New Discussion юеВ

Re: How to decode nfs file handle in HP-UX

 
N,Vipin
Frequent Advisor

How to decode nfs file handle in HP-UX

Hi Experts,



Any idea how to decode file handle in HP-UX? I am getting the following error continously in my HP-UX 11.31 box




Apr 26 07:15:00 host62 su: + tty?? root-bb
Apr 26 07:15:00 host62 su: + tty?? root-abcadm
Apr 26 07:15:01 host62 vmunix: NFS write error on host peq9vs: Stale NFS file handle.
Apr 26 07:15:00 host62 su: + tty?? root-bb
Apr 26 07:15:01 host62 vmunix: (file handle: 80115001 ffffffff a0000 41aa 71043590 a0000 2 4ef6)
Apr 26 07:15:01 host62 vmunix: WARNING: Synchronous Page I/O error occurred while paging to/from NFS server hostvs
Apr 26 07:15:01 host62 vmunix: file system is /sapmnt/ABC

5 REPLIES 5
Dennis Handly
Acclaimed Contributor

Re: How to decode nfs file handle in HP-UX

You don't think is is the same error as: ?
host peq9vs: Stale NFS file handle.

All files there would have the problem.

Or is peq9vs != hostvs?

Otherwise to decode the file handle may require access to the running system.
N,Vipin
Frequent Advisor

Re: How to decode nfs file handle in HP-UX

peq9vs = hostvs

I just tried to hide real hostname :)
Dennis Handly
Acclaimed Contributor

Re: How to decode nfs file handle in HP-UX

>peq9vs = hostvs

So your problem is Stale NFS file handle, your NFS server or networking went down.
It won't be that useful to find a particular file that was bad but it's a load module or mapped file.
Vivek_Pendse
Valued Contributor

Re: How to decode nfs file handle in HP-UX

Hi,

Can you paste, how it shows in bdf o/p in normal condition.
If it's SGeSAP, then you have to modify the nfsconf file as per SGeSAP guide.

Thanks,
Vivek
N,Vipin
Frequent Advisor

Re: How to decode nfs file handle in HP-UX

Thanks for response.

I have isolated the fixed the issue.

It was due to a script executing
simultaniously on two servers and accessing the same file on nfs share. The script was not suppose to execute on two node simultaniously.

The script was executing simultaniously due to a bug in the script.