- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- netconf - Do you need to reboot?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 08:25 PM
11-19-2002 08:25 PM
netconf - Do you need to reboot?
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 08:37 PM
11-19-2002 08:37 PM
Re: netconf - Do you need to reboot?
you can just do a
/sbin/init.d/net stop
/sbin/init.d/net start
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 08:40 PM
11-19-2002 08:40 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 08:47 PM
11-19-2002 08:47 PM
Re: netconf - Do you need to reboot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 07:50 AM
11-20-2002 07:50 AM
Re: netconf - Do you need to reboot?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 07:55 AM
11-20-2002 07:55 AM
Re: netconf - Do you need to reboot?
Just do:
/sbin/init.d/net stop
/sbin/init.d/net start.
Take care with users.
Regards, Vicente.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 08:06 AM
11-20-2002 08:06 AM
Re: netconf - Do you need to reboot?
you may also like to look at :
http://www2.itrc.hp.com/service/cki/docDisplay.do?docId=200000049791567
Manoj Srivastava