- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: NFS Client problems with RedHat 8 or 9 and DL3...
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
07-07-2003 08:05 PM
07-07-2003 08:05 PM
NFS Client problems with RedHat 8 or 9 and DL360 G2
Using Red Hat 8:
RPC: Port mapper failure - RPC: Unable to receive.
Using Red Hat 9:
RPC: Remote system error - No route to host.
Here's the strange part:
I can ping from the NFS Client to NFS Server
After the boot NFS mount failures, I can manually mount the filesystem with no problem.
i.e. mount -t nfs enwgs-asvr1:/backup /backup
Also after the boot NFS mount failures, I can
restart the netfs service and the NFS mount works fine. So, netfs fails w/ NFS mounts during the normal boot sequence, but works fine
when restarted after boot-up!
Could there be an issue with the firewall on the client? I am pretty certain that I have everything setup right on the client and server because I've done this before without problems.
(but not with a DL360 G2 as client). I really don't understand how the NFS client mount can fail during boot, but then work fine when mounted manually after bootup. Any ideas or suggestions would be greatly appreciated.
Thanks,
Tony Rossomano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 08:40 PM
07-07-2003 08:40 PM
Re: NFS Client problems with RedHat 8 or 9 and DL360 G2
2nd is name resolution. Using RH8, the Named service doesn't seem to want to respond to requests for a while. Is the name 'nwgs-asvr1' in the hosts file on the client?
You said you were using an IP address in the server's /etc/exports file.
You've gone through the /var/log/messages on the client to make sure tehre aren't any other errors, right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 04:30 PM
04-12-2005 04:30 PM
Re: NFS Client problems with RedHat 8 or 9 and DL360 G2
I have exported a filesystem successfully from NFS server to client, but what options I should be using with the mount command to mount it on the client node.
I've used the following command to mount it but it doesn't work, I have also created a temporary mount point, to mount over it.
mount -t nfs ILESYSTEM_NAME:MOUNTPOINT_NAME
now what is the correct syntax of the above command and do i need to specify the NFS server's node name as well, where the exported filesystem resides.
Please advise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 07:50 PM
04-12-2005 07:50 PM
Re: NFS Client problems with RedHat 8 or 9 and DL360 G2
showmount -e
rpcinfo -p
also ref to https://bugzilla.redhat.com/beta/show_bug.cgi?id=107999
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 12:10 PM
04-13-2005 12:10 PM
Re: NFS Client problems with RedHat 8 or 9 and DL360 G2
Cheers,