HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to make changes to work in netconf without reb...
Operating System - HP-UX
1832993
Members
3966
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-29-2007 02:08 AM
06-29-2007 02:08 AM
How to make changes to work in netconf without reboot?
If I change something in netconf-file, who do I
get the new values to work without to reboot the server. I tried with ifconfig lan0 down|up
but it doesn't work. Can someone help me with this?
get the new values to work without to reboot the server. I tried with ifconfig lan0 down|up
but it doesn't work. Can someone help me with this?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 02:12 AM
06-29-2007 02:12 AM
Re: How to make changes to work in netconf without reboot?
If you want to change ip addr, just use:
ifconfig ethX unplumb
/etc/init.d/net start
(second will reread netconf and will set parameters)
See man page for ifconfig.
regards,
ivan
ifconfig ethX unplumb
/etc/init.d/net start
(second will reread netconf and will set parameters)
See man page for ifconfig.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 02:42 AM
06-29-2007 02:42 AM
Re: How to make changes to work in netconf without reboot?
The simple way to refresh the lan is:
/sbin/init.d/net stop
/sbin/init.d/net start
But you need to connect through remote/local console, other wise you will lose connection.
Also you can try by using below commands.
#lanscan
# netstat â rn
#ifconfig lan4 to verify the lan status for up and running.
#ifconfig lan4 down ( to bring down lan4)
# unplumb lan4
# route â f ( flushing the default route)
NOTE: Caution, if you want to refresh default route.
#ifconfig lan4 up ( to bring up lan4)
# ifconfig lan4 inet 208.10.65.6 netmask 255.255.255.0
#route add net 10.214.32.126 gateway 10.214.34.255 (for public lan)
#ifconfig lan4 up ( to bring up lan4)
#ifconfig lan4 (to verify)
Srinivas
Srinivas Thokala
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP