- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Crazy NFS
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
09-07-2001 10:09 AM
09-07-2001 10:09 AM
Crazy NFS
Carmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 10:51 AM
09-07-2001 10:51 AM
Re: Crazy NFS
Can the bad PC's ping the server by hostname? by IP Address? Can the Server ping the bad PC's
by hostname? by IP Address?
I suspect your problem is hostname resolution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 11:08 AM
09-07-2001 11:08 AM
Re: Crazy NFS
A couple of things, are you exporting the filesystems from the N-Class using NFSv3? If you are, make sure that the PC clients support NFSv3.
Also make sure rpc.mountd, rpc.statd and rpc.lockd are running. Finally make sure NFS services are registered with rpcbind on the host. You can check this by running rpcinfo and checking for mountd and nfs.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 11:17 AM
09-07-2001 11:17 AM
Re: Crazy NFS
Did you change the network speed settings
to 100FD on the fly? i.e when the PC's
were already NFS connected??
Since some of your PC's are able to NFS mount
and some other's are not, it seems the problem
is more likely to be at the PC end. Did
you attempt to NFS link these PC's (the non-working one's) before the Network change??
I had a problem where the NFS misbehaved
after a network setting change at the server
end.
If possible, try the Microsoftsolution
of rebooting one of the non-working PC's
and doing the NFS mount again.
-Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 12:09 PM
09-07-2001 12:09 PM
Re: Crazy NFS
I can ping the the server from the PC's. The NFS client was working up until today. I also tried the good old reboot of the PC's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 01:15 PM
09-07-2001 01:15 PM
Re: Crazy NFS
You didn't mention whether or not you export with any host restrictions but if you do be sure the name resolution for the name in the access list resolves correctly both forward and backward from the HP side.
If for any reason mountd denies a mount and you later figure out why and correct it unless you stop and restart mountd it will continue to
deny that mount. Since some clients can mount (the same filesystems?) I say go ahead and cycle mountd on general principles and see if it doesn't clear up. You can do this at any time with without disturbing clients that are already mounting from the server.
Regarding the previously mentioned rpcinfo, you want to "ping" mountd and nfsd to make sure they are responding.
rpcinfo -u
rpcinfo -u
u for udp or if using tcp, "-t"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 01:58 PM
09-07-2001 01:58 PM
Re: Crazy NFS
Are you using DHCP for the PC's?
It may be confusing mountd server.
How about restarting NFS server?? To make
it clean, unmount any existing NFS clients.
Do a showmount to see which clients
have mounted the filesystem:
#showmount -a
The nfs server can be restarted by:
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2001 11:21 AM
09-10-2001 11:21 AM
Re: Crazy NFS
I ran rpcinfo -u nfsserver nfsd
and received rpcinfo: nfsd is unknown service
I checked /etc/services and found nfsd running from 2049/udp 2049/tcp.
I stopped and started nfs and still some clients will connect, but very slowly.
Carmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2001 11:31 AM
09-10-2001 11:31 AM
Re: Crazy NFS
Here is my best guess as to what is going on:
You have a speed/duplex mismatch between some of the PC clients and the switch. Choose one of the bad or barely running connections and determine the speed/duplex settings on both the PC end and at the ethernet switch. If one end is set to half-duplex and the other end is set to full-duplex the connection will just barely work. It works just well enough to drive you nuts. I would hard set both the PC and the switch to see if the problem is resolved on that client. Also, are the bad guys on a separate subnet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2001 11:33 AM
09-10-2001 11:33 AM
Re: Crazy NFS
Some of the PC's are on a seperate subnet.
Carmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2001 03:31 AM
09-11-2001 03:31 AM
Re: Crazy NFS
Its: rpcinfo -u
NOT: rpcinfo -u
Also, excellent troubleshooting tips available for you online at:
http://docs.hp.com -> Networking and Communications -> NFS Services -> Installing and Administering NFS Services ->
Troubleshooting NFS Services -> Common Problems with NFS
Finally, HP ITRC document customer viewable document NETUXKBRC00006283 is an EXCELLENT resource we refer many customers to read for this kind of situation, as additional material to that found in the Manual.
Hope this helps,
-> Brian Hackley