- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ndd -h
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-10-2001 03:31 AM
08-10-2001 03:31 AM
Thanks!
Bill
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 03:51 AM
08-10-2001 03:51 AM
Re: ndd -h
Rather then providing this functionality via kernel parameters, the network parameters that can be tuned are available via HP-UX commands.At 11.0, the command is ndd,
while at 10.20 the command is nettune.To make permanent changes that will remain after the reboot for 10.20 will require that the administrator write a startup script that will execute the nettune command. In 11.0, this
functionality is built into the /sbin/init.d/net startup script. To
make permanent changes to the default ndd configuration, edit the file
/etc/rc.config.d/nddconf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 03:52 AM
08-10-2001 03:52 AM
Re: ndd -h
while at 10.20 the command was nettune(1M). The man pages for each will
explain how to make these changes at the command line. It is used for changing the network "keepalive" settings, tcp_keepidle, tcp_keepintvl, and tcp_maxretry. However, these changes will only last until the system is rebooted. To make permanent changes that will remain after the reboot for 10.20 will require that the administrator write a
startup script that will execute the nettune command. In 11.0, this functionality is built into the /sbin/init.d/net startup script. To
make permanent changes to the default ndd configuration, edit the file /etc/rc.config.d/nddconf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 05:12 AM
08-10-2001 05:12 AM
SolutionHere how to set ndd to Zero:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_pmtu_strategy
NDD_VALUE[0]=0
Here how to set ndd to One:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_pmtu_strategy
NDD_VALUE[0]=1
You can modify the "Don't fragment" bit dynamicly without boot.
The command to set ndd to 0 :
ndd -set /dev/ip ip_pmtu_strategy 0
The command to set ndd to 1 :
ndd -set /dev/ip ip_pmtu_strategy 1
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 05:17 AM
08-10-2001 05:17 AM
Re: ndd -h
ndd is used to set the "Don't fragment" bit in tcpip protocol.
When you have network topology which include more that one protocol, sometime you need to tune whether fragmenting or not ( for better performance ).
hp-ux 11.0 had changed it to value ONE ( actif ) silently without any notice and this causes alot of network traffic problems.
By setting it to zero, we got our usual performance.
Magdi
#########
This is the first response .. there was a problem .
The second is above.
sorry
Magdi
########
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 11:20 AM
08-10-2001 11:20 AM
Re: ndd -h
otherwise, ndd/nddconf aren't terribly important, but you should _NOT_ remove them from the system. at the least it would probably annoy the startup scripts, and at worst, it might (because the scripts were annoyed) preclude a successful start of networking.
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt