- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Parameters NFS Volume
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
12-12-2007 01:59 PM
12-12-2007 01:59 PM
Parameters NFS Volume
Thanks,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 03:01 PM
12-12-2007 03:01 PM
Re: Parameters NFS Volume
I'm assuming you've done an optionless mount, and it isn't performing well?
What options have you tried?
What sort of sizes of data are you trying to load over the NFS (saying 'application tier' doesn't help too much)? Are we talking about 100's of KB, or MB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2007 07:46 AM
12-13-2007 07:46 AM
Re: Parameters NFS Volume
When an application performs a disk operation, is it typically a small operation (e.g. write one line of text to a log file) or a large one (e.g. read several megabytes of data at once)?
Which version of NFS protocol are you using?
(NFS v2 is the oldest version, NFS v3 is newer and allows improved performance, NFS v4 is bleeding-edge and very different from the older versions, maybe not quite ready for production yet?)
The man pages ("man mount" and "man 5 nfs" both) say that options "rsize=8192,wsize=8192" would improve throughput "greatly".
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2007 07:59 AM
12-13-2007 07:59 AM
Re: Parameters NFS Volume
complex RPC operation). The locking mechanism is also improved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2007 04:45 PM
12-13-2007 04:45 PM
Re: Parameters NFS Volume
type nfs (rw,nosuid,nolock,soft,rsize=8192,wsize=8192)