- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel parameter for network performance
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
04-26-2004 06:42 PM
04-26-2004 06:42 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 09:06 PM
04-26-2004 09:06 PM
Re: Kernel parameter for network performance
do not think there are any associated kernel parameters to improve your network performance but there are others parameters to refer to. read this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=178584
it has more to do with the network backbone and the network card which the server is using.
a good gauge is to ftp a big file, i.e. 100MB or more to and from the server to size up the network backbone and the card performance.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 09:13 PM
04-26-2004 09:13 PM
Re: Kernel parameter for network performance
Why don't you configure a dedicated private network between these two system. What I say is add a lan card in both the system and configure private ip address so that it don't disturb your normal other network connections and it would be faster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 09:17 PM
04-26-2004 09:17 PM
Re: Kernel parameter for network performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 05:55 AM
04-28-2004 05:55 AM
Solutionftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
but if you use the hp-supplied ftp or rcp you want to look into the -B option on those instead.
you might also compare netperf TCP_STREAM performance to what you are getting on file transfers (assuming you use ftp or rcp, not NFS).
for NFS, there is a book out there called "optimizing nfs performance" by david olker that discusses NFS on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 04:42 AM
04-29-2004 04:42 AM
Re: Kernel parameter for network performance
# vi /etc/rc.config.d/nddconf
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_forwarding
NDD_VALUE[0]=0
TRANSPORT_NAME[1]=ip
NDD_NAME[1]=ip_forward_directed_broadcast
NDD_VALUE[1]=0
TRANSPORT_NAME[2]=ip
NDD_NAME[2]= Ip_forward_src_routed
NDD_VALUE[2]=0
TRANSPORT_NAME[3]=ip
NDD_NAME[3]= Ip_ire_gw_probe
NDD_VALUE[3]=0
TRANSPORT_NAME[4]=ip
NDD_NAME[4]= Ip_respond_to_timestamp_broadcast
NDD_VALUE[4]=0
TRANSPORT_NAME[5]=ip
NDD_NAME[5]= Ip_respond_to_timestamp
NDD_VALUE[5]=0
TRANSPORT_NAME[6]=ip
NDD_NAME[6]= Ip_send_redirect
NDD_VALUE[6]=0
TRANSPORT_NAME[7]=ip
NDD_NAME[7]= Ip_respond_to_address_mask_broadcast
NDD_VALUE[7]=0
TRANSPORT_NAME[8]=ip
NDD_NAME[8]= Ip_respond_to_echo_broadcast
NDD_VALUE[8]=0