- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Stale 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
07-09-2003 05:45 AM
07-09-2003 05:45 AM
Stale NFS mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 05:49 AM
07-09-2003 05:49 AM
Re: Stale NFS mount
It can be booted, or network connectivity is lost.
Assuming the machine was not booted, lets look at network issues.
At both ends of the connection if possible:
lanadmin -x 0
Replace 0 with the actual number of the active NIC card.
Is it 100 BaseT Full Duplex as you expected.
If you see Autonegotiate, take steps to go manual.
/etc/rc.config.d/hpbtlanconf (including an example) lets you hard code this stuff.
Talk to the admin of your switch. Especially if its Cisco, go to explicit, manual port configuration. You should only go with auto negotiate on HP 1000 BaseT Cards an up.
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
07-09-2003 05:49 AM
07-09-2003 05:49 AM
Re: Stale NFS mount
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 05:55 AM
07-09-2003 05:55 AM
Re: Stale NFS mount
mount -v to get the full path of NFS mount
fuser -ck /mount point
umount /mount point
if this help mount -a, if not - reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 05:58 AM
07-09-2003 05:58 AM
Re: Stale NFS mount
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 06:32 AM
07-09-2003 06:32 AM
Re: Stale NFS mount
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 01:32 PM
07-09-2003 01:32 PM
Re: Stale NFS mount
Thanks for all your comments! When I get back to site (I am in my hotel room - it is morning in Australia) I will try the things that are applicable. A bit more info: The device that is NFS mounted is a NAS 2000 device, so I may also take up the issue with its supplier (it has two LAN interfaces, in 'fault tolerant' mode). Both the HP B2600 and the NAS are connected to the same 100 Mbit/s switched hub (I'll have to check the exact model).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 06:52 PM
07-09-2003 06:52 PM
Re: Stale NFS mount
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 07:45 PM
07-10-2003 07:45 PM
Re: Stale NFS mount
Again, thanks for all your suggestions. This is where I am at right now:
The LAN seems very healthy: I have Glance running all the time, and I yet to see any errors or even a collision on the network graph. I may have missed one, but things seem steady at 100 Mbit/s (though I did not run lanadmin while I was still on site, so I may be guessing - I'll see if I can get it done by someone else). I have not (yet) reconfigured the (built in?) NIC on the B2600 to hard code the speed. Also, after each 'stale handle' problem, the access to the NFS mounted file system works without any further intervention. The switched hub is a HORIZON VH-2402S2.
Before each time I was using the connection I used unmount twice to reset everything (nothing left in /etc/mnttab for).
However, since I could now get my hand on a large enough disk partition, I am testing a work around: I send the output of vxdump|gzip to another disk intead of to the NAS, and then the script moves the resulting file to the NAS when the backup is finished. This has (so far) been successful. If nothing else, it means that accessing the file via NFS is now done intensely for about five minutes instead of less intensely over two hours or so. Thus the odds for not getting a network problem should be better.
Points? No, I will not forget to hand them out!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 08:01 PM
07-10-2003 08:01 PM
Re: Stale NFS mount
traceroute from client to host and back.
Why?
What happens if some router is unhappy with life. Had this happen to me on a wan link, router needed an ios upgrade, new power supply and a good thorough cleaning.
The only way I got network support to even LOOK at it was to show them where the traceroutes were hanging.
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
07-10-2003 10:06 PM
07-10-2003 10:06 PM
Re: Stale NFS mount
For your reference, the Dave Olker document that Bill refers to can be found at:
http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/Presentations/NFSperf.pdf
It's a fantastic document and any recommendations it offers should be seriously considered.
Ollie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 10:28 PM
07-10-2003 10:28 PM
Re: Stale NFS mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 10:36 PM
07-10-2003 10:36 PM
Re: Stale NFS mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 10:40 PM
07-10-2003 10:40 PM
Re: Stale NFS mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 10:49 PM
07-10-2003 10:49 PM
Re: Stale NFS mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 03:13 AM
07-11-2003 03:13 AM
Re: Stale NFS mount
"Optimizing NFS Performance: Tuning and Troubleshooting NFS on HP-UX Systems" -- David Olker
Your lanadmin statistics look just fine (all zeros in the error section). Glance/gpm show fairly broad values. For instance, on any full-duplex connection, there will NEVER be a collision. The real issues revolve around NFS statistics (ie, nfsstat) so you'll need to run nfsstat and script look at the client values. You may need additional NFS daemons (biod). The default number is 4 which is likely much too small for heavy NFS traffic. And then there are kernel parameters such as ninode, ncsize, etc (all covered in depth in Dave's book).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2003 05:17 PM
07-13-2003 05:17 PM
Re: Stale NFS mount
I looked at the presentation (not the full book) over the weekend, and found it VERY interesting. Next time I have an opportunity I'll check some kernel parameters to see if I can gain some performance when copying files to the NAS (A 1.8 Gbyte file takes 10 minutes). Especially I'll turn off direct reporting for disks, since all disks are either (512 Mbyte cached) RAID systems or mirrored using HP:s disk mirroring SW (root disk). I'll also see if increasing the buffer cache may help (Currently is is static 10% in a system with 768 Mbyte). I have some unused memory right now, but not applications are running on the system yet. I have already bumped many of the kernel parameters mentioned in the paper to make sure the four Oracle instances run well. Out of the kernel resources Glance is showing, I have lots of headroom.
One thing that has eluded me is to get bigger write/read blocks than 8 kbyte. Maybe the 32kbyte setting is not supported by the 10.20 NFS PV3 implementation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2003 05:43 PM
07-13-2003 05:43 PM
Re: Stale NFS mount
I forgot to mention that I was initially running 8 biod, but increased that to 16 last week. There are nfs statictics as an attachment in an earlier posting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2003 11:20 PM
07-13-2003 11:20 PM
Re: Stale NFS mount
in my environtments, helped much the following settings:
-o rsize=32768,wsize=32768,hard
added to your already present options. They eliminated completely the error.
Be sure to use the "hard" option if you also use executable on that NFS share.
HTH,
Massimo