- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFS Client Problems - NFS failures?
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
03-22-2006 03:21 AM
03-22-2006 03:21 AM
NFS setattr failed for server smbsrv1.xyz.com: RPC: Timed out
NFS write failed for server smbsrv1.xyz.com: RPC: Timed out
NFS write failed for server smbsrv1.xyz.com: RPC: Timed out
NFS read failed for server smbsrv1.xyz.com: RPC: Timed out
NFS lookup failed for server smbsrv1.xyz.com: RPC: Timed out
NFS lookup failed for server smbsrv1.xyz.com: RPC: Timed out
NFS lookup failed for server smbsrv1.xyz.com: RPC: Timed out
NFS lookup failed for server smbsrv1.xyz.com: RPC: Timed out
NFS lookup failed for server smbsrv1.xyz.com: RPC: Timed out
NFS lookup failed for server smbsrv1.xyz.com: RPC: Timed out
NFS lookup failed for server smbsrv1.xyz.com: RPC: Timed out
Those that heavily use CIFS CLient under 11.11 - did you encounter the same issues as we are having? And what was the fix? What tunables did you tweak?
We've a fat GigE network btw.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:36 AM
03-22-2006 05:36 AM
Re: CIFS Client Problems - NFS failures?
AHA!
Upgrade the CIFS client to 2.x
Make sure NFS is properly patched on both client and server.
I only use the 2.x versions now and do not encounter these errors in a pretty heavily used environment.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 06:00 AM
03-22-2006 06:00 AM
Re: CIFS Client Problems - NFS failures?
And we are still getting the same issues...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 08:20 AM
03-22-2006 08:20 AM
Re: CIFS Client Problems - NFS failures?
The issue seems to be at NFS level. To drill down the issue, network trace using nettl would be required.
Did you check dmesg/syslog at server end?
You can try using -vers=2 mount option for mounting the NFS from client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 08:40 AM
03-22-2006 08:40 AM
Re: CIFS Client Problems - NFS failures?
No unsual syslog messages at all on the CIFS Server..
I know that CIFS Client is not really an HP IPR/Product -- it comes (OEM'd) froma company called Sharity, Inc. About to raise issue with HP though... Meanwhile, the true NFS solution is working well and good.. using NFS v3 and UDP..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 11:58 AM
03-22-2006 11:58 AM
SolutionEric from the HP CIFS Client lab here.
Are you still using version A.01.09 of the CIFS Client? We implemented a fix in A.01.09.01 for a problem that sounds like what you are seeing: a mount hangs under heavy load.
If you have not upgraded to the latest CIFS Client (A.02.01), we encourage you to do so. If the problem persists, please place a support call to HP; this problem may be too complex to work on online. We will want to see your logfiles and understand your environment (the type and amount of load) so we can reproduce the problem.
Regarding your question about the relationship of CIFS and NFS: the Sharity client, on which the HP CIFS Client is based, uses NFS as a frontend. That is its inherent design. When a user initiates some action on a CIFS mount, the request goes to the kernel (in this case, to the NFS client), then to the CIFS Client, which performs a protocol translation (NFS-RPC to SMB) and finally sends the SMB request to the CIFS server. The reverse process occurs for replies.
So for example, in the first line you show from syslog, NFS (in response to some user activity against a CIFS mount) sent a "set attribute" request but did not receive a reply from the CIFS Client until after its timeout expired. To pursue that further, if upgrading your CIFS Client doesn't fix it, we should go through the formal support call procedure.
Good luck!
-Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 03:04 PM
03-22-2006 03:04 PM
Re: CIFS Client Problems - NFS failures?
I am pretty sure one of our test machines are already on A.02.01 but will re-check. Out CIFS Server I think is already based on Samba 3.0.
My client is right now happy with the NFS solution though (NFS v3 over UDP).
But generally, for UNIX to UNIX filesystems sharing (very r/w intensive) - which ones would you prefer? CIFS or NFS?
I know that the tendency and the majority would favour CIFS Client IF the other end is a True Windows or SAMBA Server.. but what does HP usually recommend?