Operating System - HP-UX
1835178 Members
2449 Online
110077 Solutions
New Discussion

netconf - Do you need to reboot?

 
Adele Taylor
Occasional Contributor

netconf - Do you need to reboot?

Hi,

I have modified the ROUTE_GATEWAY: setting in netconf (HP-UX 11.0)

Do I need to down the server for the change to take effect?

Thanks.
6 REPLIES 6
T G Manikandan
Honored Contributor

Re: netconf - Do you need to reboot?

Reboot is not required.
you can just do a
/sbin/init.d/net stop
/sbin/init.d/net start


Thanks
harry d brown jr
Honored Contributor

Re: netconf - Do you need to reboot?



You have to stop and start network services.
but if you can, reboot to make it a CLEAN change.

live free or die
harry
Live Free or Die
Adele Taylor
Occasional Contributor

Re: netconf - Do you need to reboot?

Excellent - Thank you!
Darrell Allen
Honored Contributor

Re: netconf - Do you need to reboot?

Hi,

If you've simply changed the gateway for a route, I'd just delete the old route and add the new with the route command. If you made many changes, I'd reboot.

Rebooting or "running /sbin/init.d/net start" will issue route commands based on netconf so it is a better test.

Darrell
"What, Me Worry?" - Alfred E. Neuman (Mad Magazine)
Vicente Sanchez_3
Respected Contributor

Re: netconf - Do you need to reboot?

Hi,

Just do:

/sbin/init.d/net stop
/sbin/init.d/net start.

Take care with users.

Regards, Vicente.
MANOJ SRIVASTAVA
Honored Contributor

Re: netconf - Do you need to reboot?

U need not reboot the machine , all you do is stop and restart the net daemons .

you may also like to look at :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docId=200000049791567

Manoj Srivastava