- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nddconf with errors....
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
02-04-2004 01:37 AM
02-04-2004 01:37 AM
nddconf with errors....
I've many HP server here, and I've tried to put the same configuration file "nddconf" on each server...
... But I get these errors :
#ndd -c
.../
invalid tunable names, for this modules,
for a list of valid names, use name '?'
operation failed, tcp_conn_request_max: errno = 22
invalid tunable names, for this modules,
for a list of valid names, use name '?'
invalid tunable names, for this modules,
/...
Could you give me some help ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 01:45 AM
02-04-2004 01:45 AM
Re: nddconf with errors....
Error states that you have an error in the nddconf file.
An entry of that sort should look like:
TRANSPORT_NAME[X]=tcp
NDD_NAME[X]=tcp_conn_request_max
NDD_VALUE[X]=YYYY
Where X is a UNIQUE index value & YYYY is the connection max requested. Most common errors are spelling & not having a unique index value.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 03:44 AM
02-04-2004 03:44 AM
Re: nddconf with errors....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 03:48 AM
02-04-2004 03:48 AM
Re: nddconf with errors....
Other than the fact that there is an "N" missing in the following I don't see any problems with your nddconf file.
TRANSPORT_NAME[13]=tcp
NDD_NAME[13]=tcp_conn_request_max
DD_VALUE[13]=4096
^
It may simply be a copy-paste-issue. Even with it you would only be getting a syntax error rather than "invalid tunable names" error.
Do you have latest patches on the system?. What version of OS do you have?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 03:49 AM
02-04-2004 03:49 AM
Re: nddconf with errors....
Sorry - missed the attachment.
Your problem is #13
You have
DD_VALUE[13]=.....
should be
NDD_VALUE[13]=.....
Add the "N" & all will be well
Rgds,
Jeff