- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- client not failed to mount nfs mount ...
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-31-2005 10:32 AM
03-31-2005 10:32 AM
client not failed to mount nfs mount ...
I am getting this error when trying to mount an nfs mount:
mount to NFS server '192.168.240.56' failed: server is down.
I have check, portmap, nfs, and mount services. They are all running according to the rpcinfo.
Any idea? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 10:44 AM
03-31-2005 10:44 AM
Re: client not failed to mount nfs mount ...
write(2, "mount to NFS server \'192.168.240"..., 43mount to NFS server '192.168.240.56' failed) = 43
write(2, ": server is down.\n", 18: server is down.
) = 18
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 04:13 PM
03-31-2005 04:13 PM
Re: client not failed to mount nfs mount ...
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 05:24 PM
03-31-2005 05:24 PM
Re: client not failed to mount nfs mount ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 06:55 PM
03-31-2005 06:55 PM
Re: client not failed to mount nfs mount ...
BTW, aren't you blocked by your iptables ?
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 07:35 PM
03-31-2005 07:35 PM
Re: client not failed to mount nfs mount ...
Check NFS server. It seem NFS server is down or Network connection is break.
try ping to server and nfs service
#ping '192.168.240.56'
if server is alive
#ps -ef|grep nfsd
HTH
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2005 01:01 AM
04-01-2005 01:01 AM
Re: client not failed to mount nfs mount ...
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2005 01:48 AM
04-01-2005 01:48 AM
Re: client not failed to mount nfs mount ...
--Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 01:59 AM
04-04-2005 01:59 AM
Re: client not failed to mount nfs mount ...
It appears to be utils-linux package, which include the mount command. I have justed updated from util-linux-2.12a-16 to util-linux-2.12a-21. Apparently the 21 is not mounting exports from a linux server (rh7.2). But mounts from other fc3 to fc3 is working, as far as I know. What I did to fix it is cp over mount from another fc3 that had the orignal mount cmd. This works now. I wonder if this is a bug or a security featurer which I am not aware of? Any idea why?