1820897 Members
4155 Online
109628 Solutions
New Discussion юеВ

nettune

 
Dan Maul
Trusted Contributor

nettune

Having problems getting this to work. These are the step I???ve taken

Created a file called nettune_script and added the following line:
/usr/contrib/bin/nettune ???s ip_check_subnet_addr 0
then moved it to /sbin/init.d, chmod 555, chown bin:bin /sbin/init.d/nettune_script,
cd /sbin/rc2.d
ln -s /sbin/init.d/nettune_script /sbinrc2.d/S006subnet.

When booting I receive a netman failed error message.
What did I do wrong???
I always keep a supply of stimulant handy in case I see a snake--which I also keep handy.
6 REPLIES 6
Berlene Herren
Honored Contributor

Re: nettune

Try starting it later... check /etc/rc.log.

Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm
GK_5
Regular Advisor

Re: nettune

Run "/sbin/init.d/nettune_script start" whiel server is running and see if it works.
IT is great!
T G Manikandan
Honored Contributor

Re: nettune

If you are using OS version below 11.0

Make sure that you rename your script and place it down the order like S390subnet.

if you are running 11.0 version of OS then nettune is replaced by ndd.
check man ndd for more details.

And also for 11.0 there is no need to place startup scripts for ndd,a file exists.
THe file is
/etc/rc.config.d/nddconf
Dan Maul
Trusted Contributor

Re: nettune

When I tried to manually run the script I received this error message:
ioctl on dev/netman failed(object name not found) Invalid argument.
This is 10.20.
Also thanks for all help guys!!
I always keep a supply of stimulant handy in case I see a snake--which I also keep handy.
Zigor Buruaga
Esteemed Contributor

Re: nettune

Hi,

It seems the next step is to check "/dev/netman" and see if it exists and has the correct permissions.

Kind regards,
Zigor
Dan Maul
Trusted Contributor

Re: nettune

This has been resolved. I went back and check the script and discovered a typo. I had addr=0 instead of addr 0. geez!
I always keep a supply of stimulant handy in case I see a snake--which I also keep handy.