- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network IP change
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
09-25-2008 03:37 AM
09-25-2008 03:37 AM
Could you please help in this matter?
Regards,
Mehul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 03:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 03:45 AM
09-25-2008 03:45 AM
Re: Network IP change
You can use the set_parms script to change the ip-address.
# set_parms ip_address
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 04:03 AM
09-25-2008 04:03 AM
Re: Network IP change
Hard core:
vi /etc/rc.config.d/netconf
Don't make a backup in /ec/rc.config.d it will get read next boot and you will have no networking.
Make backup elsewhere.
Make your change
restart the net daemon, better yet reboot.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 04:12 AM
09-25-2008 04:12 AM
Re: Network IP change
What you mean exactly. Are you finding more numbers of lan cards there such as lan0,1,2,3,4,5 etc. If its the case, you need to check & verify the network port which you are using and then configured accordingly.
You can use SAM and also you edit.
/etc/rc.config.d/netconf
/etc/hosts
And after this you need to restart the net daemon.
/sbin/init.d/net stop/start
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 04:20 AM
09-25-2008 04:20 AM
Re: Network IP change
If you are not using SAM then the right way is set_parms ip_address
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 05:44 AM
09-25-2008 05:44 AM
Re: Network IP change
If you still want to use SAM, goto Network and communications -> Network interface cards ->Select the card you want to change -> Goto actions -> here you can to the following.
Modify --> to modify the existing ip's
Add IP logical interface --> Add another ip for the same card
Disable --> Disable the interface temporary.
But it won't delete the config
Delete --> To remove the config permanently.
you can configure with new ip's
Also make sure that /etc/rc.config.d/netconf is updated to make it permanently.
Hope this helps
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 07:44 PM
09-25-2008 07:44 PM
Re: Network IP change
Regards,
Mehul