HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS Problem
Operating System - HP-UX
1834874
Members
2110
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-15-2002 07:38 AM
06-15-2002 07:38 AM
NFS Problem
I have NFS problem.
when I type dmesg on my server.
It comes up like followings:
NFS lookup failed for server slauxpd: RPC: Timed out
NFS create failed for server slauxpd: RPC: Timed out
Please help me.
when I type dmesg on my server.
It comes up like followings:
NFS lookup failed for server slauxpd: RPC: Timed out
NFS create failed for server slauxpd: RPC: Timed out
Please help me.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2002 08:08 AM
06-15-2002 08:08 AM
Re: NFS Problem
Please elabrate the problem. dmesg from NFS client or server? Are you able to ping or telnet NFS server? Can you check whether NFS processes are running in the server and NFS client enabled.. etc?
Are you able use any rlogin/rwho/ruptime ...etc(this is to check RPC)
Are you able use any rlogin/rwho/ruptime ...etc(this is to check RPC)
Attitude (not aptitude) determines altitude.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2002 12:30 PM
06-15-2002 12:30 PM
Re: NFS Problem
Hi Changwoo,
The server, slauxpd, Is NOT in DNS. Verify that with
nslookup slauxpd
If that's the case you need to get thde DNS adnins to get it into the DNS DB...or correct the NFS import to the proper server name...if it's a typo.
Sounds like NFS is trying to mount something from that server.
Rgds,
Jeff
The server, slauxpd, Is NOT in DNS. Verify that with
nslookup slauxpd
If that's the case you need to get thde DNS adnins to get it into the DNS DB...or correct the NFS import to the proper server name...if it's a typo.
Sounds like NFS is trying to mount something from that server.
Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 01:21 AM
06-17-2002 01:21 AM
Re: NFS Problem
Hi
These are informative error messages from NFS , they should not be taken lightly but could also only be information , it all depend on the fact of you having real issues with the NFS mountpoints or only seeing the error from time to time in the logs :
the exact meaning is that the client tried to reach the server with the name "slauxpd" , it requested first a lookup of the properties of some files or directories and it also tried to create a file on the filesystem
the RPC deamon on the server didn't reply for that specific request , several reasons can be the cause of this , a DNS issue could be but is not necessary the cause ... "lookup" doesn't relate to nslookup it relates to the lookup for the file or directory properties on the nfs mountpoint itself (NFS needs it to see the user rights and the file access parameters)
some action-points :
first look if the server hostname indeed has an IP attached to it with nslookup on the client , on the server check if it can find the client IP
if so ping the ip of the server from the cleint and the ip of the cleint from the server
if that works , look if NFSD is still active on the server or and if RPC still is functioning (use rpcinfo)
look on the server syslog for possible error messages ...
the error can result from a high load of the server because not enough nfsd are present , you could set that higher by setting the NUM_NFSD parameter in /etc/rc.config.d/nfsconf file to 16 or 32
also a network issue (network latency or packet loss) can cause the request to timeout and fail generating this error , a retry of the NFS should solve that , do you see any problems with the mount e.g. is it slow or not responding at all (hang) , the messages could just arrive because the server was busy or the network loaded but NFS managed to solve it by resending the request
These are informative error messages from NFS , they should not be taken lightly but could also only be information , it all depend on the fact of you having real issues with the NFS mountpoints or only seeing the error from time to time in the logs :
the exact meaning is that the client tried to reach the server with the name "slauxpd" , it requested first a lookup of the properties of some files or directories and it also tried to create a file on the filesystem
the RPC deamon on the server didn't reply for that specific request , several reasons can be the cause of this , a DNS issue could be but is not necessary the cause ... "lookup" doesn't relate to nslookup it relates to the lookup for the file or directory properties on the nfs mountpoint itself (NFS needs it to see the user rights and the file access parameters)
some action-points :
first look if the server hostname indeed has an IP attached to it with nslookup on the client , on the server check if it can find the client IP
if so ping the ip of the server from the cleint and the ip of the cleint from the server
if that works , look if NFSD is still active on the server or and if RPC still is functioning (use rpcinfo)
look on the server syslog for possible error messages ...
the error can result from a high load of the server because not enough nfsd are present , you could set that higher by setting the NUM_NFSD parameter in /etc/rc.config.d/nfsconf file to 16 or 32
also a network issue (network latency or packet loss) can cause the request to timeout and fail generating this error , a retry of the NFS should solve that , do you see any problems with the mount e.g. is it slow or not responding at all (hang) , the messages could just arrive because the server was busy or the network loaded but NFS managed to solve it by resending the request
...knowing one ignores a greath many things is the first step to wisdom...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP