- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS server not responding over WAN with large file
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 08:13 AM
01-09-2004 08:13 AM
NFS server not responding over WAN with large file
I have made two test files.
One which is 14628 bytes, as listed with ll.
And the other 14629 bytes.
I can cp the 14628 byte file over NFS mount but
anything over this size generates the message:
NFS server
The last time I had a problem like this was
with an ISP that had a router configured with
an mtu of 1486 instead of the ethernet mtu
standard of 1500. Had to change our mtu to
match theirs so things would work.
Also. I can cp large files fine from the NFS mount. Just can't write to them.
This problem is only with systems not on the
lan. ftp, smtp works fine for large files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 08:33 AM
01-09-2004 08:33 AM
Re: NFS server not responding over WAN with large file
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,952,00.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 08:36 AM
01-09-2004 08:36 AM
Re: NFS server not responding over WAN with large file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 08:41 AM
01-09-2004 08:41 AM
Re: NFS server not responding over WAN with large file
Regarding not being able to cp to the NFS mount... check the options on the NFS filesystem on the server, and be sure it is NOT read only. That could be the problem.
On the filesize limitation problem, I think if you can try to rcp or ftp a file from/to the NFS server. That may give you a clue. Also, look at the syslog.log to see if that can give you any clues.
Also, which way are you cp'ing the 14628 byte file? I am assuming FROM the NFS server to the client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 08:47 AM
01-09-2004 08:47 AM
Re: NFS server not responding over WAN with large file
I found a patch you might want to check:
http://www4.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_28138
It states:
Intergraph's DiskShare NFS server returns zero bytes for the
preferred and/or maximum transfer size of READ/WRITE, which
makes the HP-UX NFS client panic. The correct behavior
should be to 1) return an I/O error message when the
preferred and/or maximum size has a value of zero, and 2)
allow normal operation when the maximum transfer size has a
non-zero value.
Resolution:
When an NFS server returns zero or MAX_LARGE_FILES for a
READ/WRITE operation's transfer size, the HP-UX client now
responds correctly instead of panicking.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2004 07:55 AM
01-10-2004 07:55 AM
Re: NFS server not responding over WAN with large file
You can see the stats with the nfsstat commands (man page available )
I would recommend trying nfs2 to start (automount) and disabling autofs.
Sounds like you have one of the old forward compatible to system A but not backward compatible to system B type issues. Force the OLD version only, and work from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2004 07:56 AM
01-10-2004 07:56 AM
Re: NFS server not responding over WAN with large file
You can see the stats with the nfsstat commands (man page available )
I would recommend trying nfs2 to start (automount) and disabling autofs.
Sounds like you have one of the old forward compatible to system A but not backward compatible to system B type issues. Force the OLD version only, and work from there.
Oh - forgot - /etc/rc.config.d/nfsconf
is the file you want to look at for the version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 03:08 AM
01-12-2004 03:08 AM
Re: NFS server not responding over WAN with large file
nfsstat is good but I can't really make heads or tails from the output. Thanks anyway Clay. I'll read up on it. I agree also. NFS is not something you want implemented over a WAN.
I had recommended to the other site that they
use rcp or ftp. It seemed to work okay.
The problem of course is not permissions since I do not get an error message regarding
permissions. I trying to copy from the client to the NFS mount from the NFS server Todd. Thanks Todd for the input on rcp an ftp though.
There is no problem with system panics or
hangs and the patch does not describe the
current problem we are now experiencing that
we were not having before. Thanks G. for the
effort.
Unfortunately I cannot just change the other
sites nfs functionality. And since it was
working before and nothing has changed on the
systems. It leads me to believe that there
was a network change. Thanks anyway Jim.
I wish I did have more control on other systems to trouble shoot problems better.
Turns out that they added a switch under the
desk that was causing the problem. If they
take the switch out of the loop then cp works. No telling how the switch is configured or if there is something broke on it. The tech doc nfs performance talks about problems like this with bad hardware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 08:28 AM
01-12-2004 08:28 AM
Re: NFS server not responding over WAN with large file
I set the flag in /etc/rc.config.d/nfsconf to
NFS_TCP=1 and this fixed the problem for NFS
over the WAN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 08:35 AM
01-12-2004 08:35 AM
Re: NFS server not responding over WAN with large file
Thanks for posting your solution. Far too few users do.
As to the solution, that would definitely explain it. You'll find NFS via TCP will be more robust & less prone to trouble, but somewhat slower do to the CRC routines required by TCP but not UDP.
But I always refer to NFS as
Not F'n Stable anyway ;~))
And I always cringe when I have to implement it in Production.
Rgds,
Jeff