Operating System - HP-UX
1833445 Members
3901 Online
110052 Solutions
New Discussion

"Bouncing" the network...

 
SOLVED
Go to solution
Susan Harris
Occasional Advisor

"Bouncing" the network...

Is there a way to 'bounce' the network on the system without rebooting the whole system? I made changes to the /etc/rc.config.d/netconf file and would like the system to 're-read' it. In Tru64 there is a /sbin/rcinet restart command, but I'm not finding anything in HP-UX.
3 REPLIES 3
Rick Garland
Honored Contributor
Solution

Re: "Bouncing" the network...

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

This will stop the network on the HP system then restart it.
Susan Harris
Occasional Advisor

Re: "Bouncing" the network...

awesome! Thank You!
federico_3
Honored Contributor

Re: "Bouncing" the network...



stop and restart the network using :


/sbin/init.d/net stop

/sbin/init.d/net start


federico