- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Excellent NFS Performance Document
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-11-2000 08:04 AM
05-11-2000 08:04 AM
Excellent NFS Performance Document
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2001 05:40 PM
02-11-2001 05:40 PM
Re: Excellent NFS Performance Document
The same 10%/300MB guideline holds true for an NFS Server using HFS disks. However, most NFS Servers us VxFS filesystems, which do not have these same buffer cache issues. Size the buffer cache with VxFS filesystems to whatever size will maximize HP-UX VxFS Performance (e.g. 50% or larger)
Does this sizing only apply to NFS servers or is it implying that when running VxFS (NFS or not) it is best to up the buffer cache to 50%?
I am trying to get a more definitive answer to buffer cache. I know the preferred method is to tweak dbc_max/min_pct and watch the CPU, buf read& write parameters from sar - but is there a starting figure one can use for VxFS file systems in a non-NFS environment?
Thanks
Leon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 01:28 AM
02-12-2001 01:28 AM
Re: Excellent NFS Performance Document
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 01:34 AM
02-12-2001 01:34 AM
Re: Excellent NFS Performance Document
Chris,
It seems that your link returns with a 'search string empty' message.
Maybe this one will work:
http://europe-support.external.hp.com/cki/bin/doc.pl/sid=7169ccd900193aeb84/screen=ckiSearchResults
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 01:36 AM
02-12-2001 01:36 AM
Re: Excellent NFS Performance Document
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 09:56 AM
02-12-2001 09:56 AM
Re: Excellent NFS Performance Document
There is no one right answer for every NFS client, however a good starting point for most clients is 400Mb or 25% of physical memory ? whichever is LESS.
We have also discovered that very large buffer cache on NFS servers does not always mix well with write-intensive workloads. The buffer cache on the server needs to be large enough to
allow the nfsd daemons to take write data off the network and post it to the cache,
to allow the daemons to reply quickly to the client. However, if the cache is too
large then brief periodic hangs can result when the syncer(1M) daemon flushes the
cache to disk. While there is no one right answer for every NFS server, a good
starting point for most servers is 1Gb or 50% of physical memory ? whichever is LESS.
Brian