1833582 Members
3593 Online
110061 Solutions
New Discussion

nddconf with errors....

 
Vincent DANTEN
Occasional Advisor

nddconf with errors....

Hi all !!

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 ?
4 REPLIES 4
Jeff Schussele
Honored Contributor

Re: nddconf with errors....

Hi Vincent,

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
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Vincent DANTEN
Occasional Advisor

Re: nddconf with errors....

I've put my nddconf file with my previous post, because I don't see any errors....
Sridhar Bhaskarla
Honored Contributor

Re: nddconf with errors....

Hi Vincent,

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
You may be disappointed if you fail, but you are doomed if you don't try
Jeff Schussele
Honored Contributor

Re: nddconf with errors....

Hi (again) Vincent,

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
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!