- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: IP packet size
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
08-30-2001 06:06 PM
08-30-2001 06:06 PM
IP packet size
How can I change the default IP packets size in hp-ux ?
In AIX it is tcp_mssdflt=512 and also is there any equivelent parameter in hp-ux to set send/receive buffer size?
In AIX it is
tcp_sendspace=16384
tcp_recvsize=16384
Thanks in Advance
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 06:32 PM
08-30-2001 06:32 PM
Re: IP packet size
Should be like this..
Use recive socket buffer size and send socket buffer size options along with rcp command to get better performance
ex.
rcp -R
where "-R" is for receive buffer sixe and "-S" is for sending buffer size.
Hope this helps
Cheers !!!
Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 11:00 PM
08-30-2001 11:00 PM
Re: IP packet size
In HP-UX, following are the equivalents for your AIX parameters.
tcp_mssdflt -> TCP-MSS = 536
IP-MSS= 576
For socket buffer send and receive sizes,
SO_SNDBUF = 4097
SO_RCVBUF = 4098
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 11:40 PM
08-30-2001 11:40 PM
Re: IP packet size
Frankly speaking I work only with hp-ux.
I will check with my AIX colleguae how do they change these paramater.
The equivalent parameter you mentaioned in hp-ux,how to find them out ?? I think they are not tunable kernel parameter.
Thanks
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 12:03 AM
08-31-2001 12:03 AM
Re: IP packet size
In AIX they use the network options command
no -o tcp_mssdflt=XXXX i.e.
Anything in hp-ux?
Thanks
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 03:25 AM
08-31-2001 03:25 AM
Re: IP packet size
In HP, we use ndd command to tune most of the network related parameters. I don't remember seeing any of such parameters that are related to your send and receive buffer sizes.
I don't know if there are other unsupported parameters by HP with ndd command.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2001 09:18 AM
09-01-2001 09:18 AM
Re: IP packet size
I think you should try this:set up a route (just for testing between both hosts) with an MTU size of 512 (route -p 512 add host
in the same subnet :
Example :
# route -p 512 add host 192.6.2.10 192.6.2.2
Mourad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2001 01:04 PM
09-01-2001 01:04 PM