- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS is too slow
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
11-24-2000 03:27 AM
11-24-2000 03:27 AM
NFS is too slow
I have B.10.20 version of OS and NFS v2.
I wounder if there is any chance to increase
perfomance of NFS.
Currently nfsd is 16.
I wounder if there is any patch for NFS v2 or is there
any chance to install NFS v3
Thank you in advanced
Hrvoje
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2000 04:24 AM
11-24-2000 04:24 AM
Re: NFS is too slow
"HP-UX Kernel Tuning and Performance Guide"
which can be found on various sites eg.
http://www.uwsg.indiana.edu/hp/hpux-tune.html
discusses various aspects on performance tuning were NFS is one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2000 04:36 AM
11-24-2000 04:36 AM
Re: NFS is too slow
NFS V3 can be obtained via patch install.
Look at this previous thread:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x1d67c5ea0230d411ade80090279cd0f9,00.html
Of course the patch can be superseeded, check it at the patch database.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 02:28 AM
11-27-2000 02:28 AM
Re: NFS is too slow
I read your messages. Thank you.
But I cann't visit pages you recommend me.
So, if you know any other way to get
those information, please be free contact me.
Thank you,
Hrvoje
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 05:58 AM
11-27-2000 05:58 AM
Re: NFS is too slow
try to load the patch PHNE_22117
thats the NFS Kernel General Rel & Perf Patch which includes NFS V3
After installation you have to edit the /etc/rc.confid.d/nfsconf where there are new variables which controlls the NFS behavior:
MOUNTD_VER=(2|3)
also you can enable the new automount feature with:
AUTOFS=1
If you don't see these new variables take a look at /usr/newconfig/etc/rc.config.d/nfsconf
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 06:36 PM
11-28-2000 06:36 PM
Re: NFS is too slow
Start by reading the man pages for nfsstat and netstat. Try netstat - udp and look for socket overflows which means more daemons are needed. If the network stats look fairly reasonable, then it's important to keep high speed LANs in perspective: they are never going to be as fast as a disk and they are a party line so every connection to the same network is a potential bottleneck.
For example, a 100 Mbit LAN can reliably support 30 Mbit throughput longterm which is about 3-4 Mbytes/sec, way slower than average disks. There is no simple answers as long as there are multiple machines on the same network.
Bill Hassell, sysadmin