- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS - RPC Problem
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
11-13-2002 02:46 AM
11-13-2002 02:46 AM
NFS - RPC Problem
I'm back with an unsolved problem. I have 2 NFS HPUX11.00 server/client and 3 clients(also HPUX11.00). When I was trying to copy a file in a mounted directory (/m/home) I had very bad performance, for example 20 minutes (!!) for 100KB file. I have sniffed with Ethereal and I have seen that some RPC request were responded after a long time or not at all.
I have opened a helpdesk request to HP and I've been told to install some PHKL patches (in their readme files I didn't see anything related to NFS)
After that, I have tried again to copy a file (/stand/vmunix to /m/home/ionut) being root. I have received a RPC write timeout (in syslog.log). When I have tried to copy a file from the same directory (/m/home/file to /m/home/file.old, where file is about 1,9M) cp hangs for a long time (about 45 minutes) then the file is copied but without permissions (something like --------- instead of -rw-rw-r--, like the file wasn't closed).
Also it takes a loooong time to login as
I'm using NIS not DNS.
Can you give me a step-by-step troubleshooting guide ? (I have checked a lot of things, but maybe I have missed something
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 03:09 AM
11-13-2002 03:09 AM
Re: NFS - RPC Problem
Fact: you are using NFS and NIS.
Question: Do you use the automounter to mount the homedirs ?
Question: have you tryed ruling out any network problems ?
server1
# time rcp -p /stand/vmunix.prev server2:/tmp/
server2
# time rcp -p /tmp/vmunix.prev server1:/tmp/
Kind regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 03:23 AM
11-13-2002 03:23 AM
Re: NFS - RPC Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 03:26 AM
11-13-2002 03:26 AM
Re: NFS - RPC Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 04:56 AM
11-13-2002 04:56 AM
Re: NFS - RPC Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 04:59 AM
11-13-2002 04:59 AM
Re: NFS - RPC Problem
starting a search on your problem (automount + nis) will let yoy know results as soon as possible.
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 08:36 AM
11-13-2002 08:36 AM
Re: NFS - RPC Problem
Could you try mounting a nfs mount point on your client without using the automounter.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&con=/hpux/onlinedocs/B1031-90048/00/00/5-con.html&toc=/hpux/onlinedocs/B1031-90048/00/00/5-toc.html&searchterms=nis%7crpc%7cnfs&queryid=20021113-062453
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 04:48 AM
11-18-2002 04:48 AM
Re: NFS - RPC Problem
The problem was there is another guy responsible for CISCO Catalyst and network infrastructure - cabling, switches, routers, etc.. I have seen som inbound errors and discards with lanadmin and I have told him in the Catalyst if there is a missmatch regarding speed, full/half duplex and auto-negotiation. He gave me a print-out from show port and everything was OK there. I decided then to use another Catalyst port and then check the cable. The Catalyst guy discovered that his table with the correspondence between IP addresses and Catalyst ports (was an Excel table) was wrong! We have all the time looked at the wrong ports. The mistake was that the port had auto-negotiation set to ON and I have on my servers set to OFF. Now is everything OK, thanks anyway for support!