Operating System - HP-UX
1837523 Members
3722 Online
110117 Solutions
New Discussion

Re: arp_cleanup_interval error

 
SOLVED
Go to solution
Kevin Westover
Advisor

arp_cleanup_interval error

When I boot my HPUX 11i system I get the following error in my /etc/rc.log file from the "S340net start" command:

invalid tunable names, arp_cleanup_interval for this modules,
for a list of valid names, use name '?'
ERROR: Failed to set ndd tunable parameters
"/sbin/rc2.d/S340net start" FAILED

I have checked the arp_cleanup_interval parameter in the /etc/rc.config.d/nddconf file and it looks good. This is the entry:

TRANSPORT_NAME[4]=arp
NDD_NAME[4]=arp_cleanup_interval
NDD_VALUE[4]=60000

Any ideas on this? I have seen this on several different systems. I don't notice any adverse affects to the system, but it would be nice to figure out why the error is showing up. Thanks.

Kevin
2 REPLIES 2
Dave Olker
Neighborhood Moderator
Solution

Re: arp_cleanup_interval error

Hi Kevin,

Do you have patch PHNE_25644, or later, installed on these systems? One of the fixes in this patch is:

( SR:8606129381 CR:JAGac86927 )
"ndd -c", does not support arp tunables in
/etc/rc.config.d/nddconf.

Please make sure this patch or a patch that supercedes it is installed on the system. Remember to install any dependent patches when you install an ARPA transport patch.

Regards,

Dave


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Kevin Westover
Advisor

Re: arp_cleanup_interval error

I loaded the HP recommended patch PHNE_29887 and that fixed the problem. I no longer get the error regarding the arp_cleanup_interval. Thanks so much for your help with this.

Kevin