- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ndd uncertainty
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
02-22-2004 11:01 AM
02-22-2004 11:01 AM
ndd uncertainty
I'm using 11i with the latest patch bundle. I spent some time looking for an updated bastion document but was unsuccessful.
Why does the white paper appear to recommend changing tunables that are not supported by HP? Also, it appears at one time there was a 10 item tunable limit?
So, 2 questions (at least):
Are the "unsupported" items actually unsupported, and should not be used?
What is the relationship between nddconf, ndd -c, and /sbin/init.d?
TIA!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 11:28 AM
02-22-2004 11:28 AM
Re: ndd uncertainty
http://www.hp.com/products1/unix/operating/infolibrary/whitepapers/building_a_bastion_host.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 11:32 AM
02-22-2004 11:32 AM
Re: ndd uncertainty
If its documented in the latest version of the paper as Michael provided, you can use it. There should be a good reason, but don't be afraid just because its undocumented.
Todays undocumented can become tomorows ovlivion or solid feature. It depends on technical requirments and the demands of the customer.
You are a customer, if you need it, make it known to HP.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 11:32 AM
02-22-2004 11:32 AM
Re: ndd uncertainty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 11:37 AM
02-22-2004 11:37 AM
Re: ndd uncertainty
Some tunables are not supported by HP meaning that if you have problems with your system then HP may not help out if you have changed some of the unsupported tunables. If that situation arose, I'd change back the unsupported tunables to the HP defaults.
Unless there is a compelling reason I'd probably not change the unsupported tunables. If you do change them, keep a record of the changes so that if you have any issues you can chnage them back.
The nddconf file is read at bootup by /sbin/init.d/net and any ndd tunables are set.
The nnd command updates ndd tunables from the command line. However any changes will not be maintained across a reboot.
You can update the nddconf file and then run "ndd -c" to read the file and update the tunables. Using this method you will update the ndd tunables and ensure they are maintained across a reboot.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 06:36 PM
02-22-2004 06:36 PM
Re: ndd uncertainty
As for the relationship: nddconf is read directly by the 'ndd -c' command, which runs from the /sbin/init.d/net script. But as the document mentions, there was/is a bug in ndd which only let it read 10 tunables. So if you have more then that, you need to create a solution like the one mentioned in the document, doing it like other scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 03:20 AM
02-23-2004 03:20 AM
Re: ndd uncertainty
I did find what appears to be an update embedded within an overall system document at another location. I have not yet had a chance to review that.