- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Change IP Address of my server
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
08-02-2006 12:04 AM
08-02-2006 12:04 AM
I have to change IP Addr: of HPUX server from
192.200.1.8 255.255.255.0 192.200.1.255
to 192.200.1.4 255.255.255.0 192.200.1.255
Iam giving this command
#ifconfig lan0 192.200.1.4 netmask 255.255.255.0 broadcast 192.200.1.255
Is this the right way to do it. and what will happen if I restart the server.
If I change the IP Adrs: using set_parms command, will it becomes permanant (remains even after restart)
Regards
Sreekanth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:06 AM
08-02-2006 12:06 AM
Re: Change IP Address of my server
set_parms command, its the premanent way to changes your ip address
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:06 AM
08-02-2006 12:06 AM
Re: Change IP Address of my server
better use set_parms
otherwise the changes will not be made permanent.
hope this helps too!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:08 AM
08-02-2006 12:08 AM
SolutionSome applications write the ip address into their own config files. In this case you will see some problems.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:11 AM
08-02-2006 12:11 AM
Re: Change IP Address of my server
You can do it by hand too:
vi /etc/rc.config.d/netconf
after it run these commands:
/sbin/init.d/net stop
/sbin/init.d/net start
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:12 AM
08-02-2006 12:12 AM
Re: Change IP Address of my server
Thank you for your reply.
Give me the syntax, with eg:
Regards
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:16 AM
08-02-2006 12:16 AM
Re: Change IP Address of my server
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:23 AM
08-02-2006 12:23 AM
Re: Change IP Address of my server
type set_parms ip_address and just follow the wizard.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:35 AM
08-02-2006 12:35 AM
Re: Change IP Address of my server
below a snapshot of the first screen you get when using set_parms:
# set_parms ip_address
_____________________________________________________________________________
If you wish networking to operate correctly, you must assign the
system a unique Internet Protocol (IP) address. The IP address must:
* Contain 4 numeric components.
* Have a period (.) separating each numeric component.
* Contain numbers between 0 and 255.
For example: 134.32.3.10
Warning: Leading zeros within a component signify an octal number!
Your current address is 192.168.160.9. To retain this address,
just press [Enter].
_______________________________________________________________________________
Enter your IP address, then press [Enter] or press [Enter] to select
the current address (192.168.160.9):
rest is straight forward
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:36 AM
08-02-2006 12:36 AM
Re: Change IP Address of my server
My problem got solved
Once again thank you
Sreekanth