- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Change IP address
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-27-2002 12:36 PM
11-27-2002 12:36 PM
Change IP address
IP Address
Subnet Mask
Default Gateway
DHCP Server
DNS Servers
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 12:42 PM
11-27-2002 12:42 PM
Re: Change IP address
(man set_parms for more details)
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 12:44 PM
11-27-2002 12:44 PM
Re: Change IP address
# /sbin/set_parms ipaddress
# /sbin/set_parms addl_network
-or:
# /sbin/set_parms initial
A reboot will be required (twice in the first instance; once in the second).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 12:44 PM
11-27-2002 12:44 PM
Re: Change IP address
After you have modified the netconf file , you can either reboot for the new changes to take effect or simply do a
#/sbin/init.d/net start
and then verify using
#netstat -rn
and then remove the old routes using
#route del command .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 12:46 PM
11-27-2002 12:46 PM
Re: Change IP address
# /sbin/set_parms ip_address
For the rest (except DHCP) ..
# /sbin/set_parms addl_netwrk
For DHCP server change .. I think you can use SAM to do this ..
Networking and Communications->Bootable Devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 12:47 PM
11-27-2002 12:47 PM
Re: Change IP address
If you want 'all in 1' combo deal - run set_parms and just answer the questions.
Hope this helps.
0leg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 11:30 PM
11-27-2002 11:30 PM
Re: Change IP address
The best way to configure evrything in one is by using,
set_parms initial
this command will drive you thru all the network services.
ThankZ & RegardZ
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 08:24 AM
11-28-2002 08:24 AM
Re: Change IP address
Ron