- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Managing 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
05-05-2004 06:44 AM
05-05-2004 06:44 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 06:47 AM
05-05-2004 06:47 AM
SolutionYes there is.
nsfstat :
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&con=/hpux/onlinedocs/B9106-90008/00/02/265-con.html&toc=/hpux/onlinedocs/B9106-90008/00/02/265-toc.html&searchterms=1M%7cnfsstat&queryid=20040505-124635
glance / perfview can monitor nfs stats.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 07:30 AM
05-05-2004 07:30 AM
Re: Managing NFS
nfsstat -cnrs
Is this the way it is normally run?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 07:38 AM
05-05-2004 07:38 AM
Re: Managing NFS
I would go for only the -s (Display server information) -r (Display RPC information)
# nfsstat -sr
I understand you are the server side ( export side not the mount ( client) side.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 07:40 AM
05-05-2004 07:40 AM
Re: Managing NFS
You may want to be logged in as root and first issue an nfsstat -nsz to zero the server statistics. You then can use nfsstat -ns at intervals to see how the various metrics are growing over time.
You don't need to specify /stand/vmunix; that is the default.
By the way, a heavily used NFS Server is an example of a box that can benefit from rather large buffer cache settings and this could have the added benefit of reducing your disk activity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 08:02 AM
05-05-2004 08:02 AM
Re: Managing NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 12:47 AM
05-06-2004 12:47 AM
Re: Managing NFS
Use GLANCE to check this. Hit the "n" key
to bring up the NFS statistics. Look on the left Column for Inbound activity. The display is dynamic. This shows you EXACTLY which systems are hammering your NFS server.
It does not show you which filesystem export is involved but check your /etc/exports file vs. your disk display in glance (or sar -d) and that should give you a good idea whats going on.
If this does not get you want you need, you could always hook up a sniffer or use Ethereal on a PC on the network to decode the traffic and then break out the NFS File Handle info using the layout presented in Dave Olker's book "Optimizing NFS Performance"; that will show you the Filesystem and inode # involved in each request.
Regards,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 12:57 AM
05-06-2004 12:57 AM
Re: Managing NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 01:05 AM
05-06-2004 01:05 AM
Re: Managing NFS
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,952,00.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 07:04 AM
05-07-2004 07:04 AM