- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Very slow net connection to a Linux box via 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
06-09-2005 06:42 PM
06-09-2005 06:42 PM
Very slow net connection to a Linux box via NFS
I have trouble with a connection between my HP-UX 11.11 and a Linux box, if a do a telnet to the linux from the B2000 machine, all seems work fine. If I mount an exported file systems in the Linux to a local directory on the HP-UX, the cd and ll commands work fine but if I copy a file (for example about 2Mb file size), the copy is made with stops and very slowly.
Any suggestions will be very appreciated.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 06:49 PM
06-09-2005 06:49 PM
Re: Very slow net connection to a Linux box via NFS
If read and write size are set to 8k or higher, try lowering them to 4k or 2k to see if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 06:51 PM
06-09-2005 06:51 PM
Re: Very slow net connection to a Linux box via NFS
This could be a problem related to duplex/speed problem. You may check that easily.
The easiest way is to create a 50meg file on each machine in question in /tmp. FTP from one machine into the other. Turn hashing on. Put AND Get the file. Do this from each machine. If there's a duplex/network problem or mismatch the hash marks will display very slowly or in a strange "jerky" burst type manner. If there is no network problem there will be a fast constant stream of hash marks.
Hope that helps...
~Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2005 07:48 PM
06-12-2005 07:48 PM
Re: Very slow net connection to a Linux box via NFS
Forcing the connectionspeed and dupled (for my network 100Mbit and fullduplex) made it all as fast as it should be.
btw: a bad routing can also ruin the network speed. If both machines are not in the same ip-subnet, check the routing too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2005 11:05 PM
06-12-2005 11:05 PM
Re: Very slow net connection to a Linux box via NFS
edit /etc/init.d/autofs
and put this :
localoptions='proto=tcp,rsize=8192,wsize=8192'
to try ...
Don't forget to stop/start autofs ...
type mount the options will appear .
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 09:05 PM
06-15-2005 09:05 PM
Re: Very slow net connection to a Linux box via NFS
the output of nfsstat -m:
glorfindel is the linux box, ot6 is another HP-UX with 11.00 (not 11.11)
/home/dir-ot6 from ot6:/home/jhernaiz/disenho (Addr 10.6.3.16)
Flags: vers=3,proto=udp,auth=unix,hard,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5
Lookups: srtt= 7 ( 17ms), dev= 3 ( 15ms), cur= 2 ( 40ms)
Reads: srtt= 13 ( 32ms), dev= 7 ( 35ms), cur= 5 (100ms)
Writes: srtt= 11 ( 27ms), dev= 5 ( 25ms), cur= 3 ( 60ms)
All: srtt= 7 ( 17ms), dev= 3 ( 15ms), cur= 2 ( 40ms)
/net/glorfindel/usr/ug from glorfindel:/usr/ug (Addr 10.6.3.100)
Flags: vers=3,proto=udp,auth=unix,soft,intr,link,symlink,rsize=8192,wsize=8192,retrans=5
Lookups: srtt= 1 ( 2ms), dev= 1 ( 5ms), cur= 0 ( 0ms)
All: srtt= 1 ( 2ms), dev= 1 ( 5ms), cur= 0 ( 0ms)
/net/glorfindel/home/me10 from glorfindel:/home/me10 (Addr 10.6.3.100)
Flags: vers=3,proto=udp,auth=unix,soft,intr,link,symlink,rsize=8192,wsize=8192,retrans=5
All: srtt= 0 ( 0ms), dev= 0 ( 0ms), cur= 0 ( 0ms)
/net/glorfindel/home/gestion from glorfindel:/home/gestion (Addr 10.6.3.100)
Flags: vers=3,proto=udp,auth=unix,soft,intr,link,symlink,rsize=8192,wsize=8192,retrans=5
Lookups: srtt= 1 ( 2ms), dev= 1 ( 5ms), cur= 0 ( 0ms)
All: srtt= 1 ( 2ms), dev= 1 ( 5ms), cur= 0 ( 0ms)