- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Assigning a new IP address--L1000
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
02-12-2002 06:44 AM
02-12-2002 06:44 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:48 AM
02-12-2002 06:48 AM
SolutionTo change permanently, edit /etc/rc.config.d/netconf and modify things like default router netmask ip etc... until your have made all the proper substitutions. This file is read when the system boots up and will ensure your changes are good.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:48 AM
02-12-2002 06:48 AM
Re: Assigning a new IP address--L1000
Cheers, Ian Dennison
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:49 AM
02-12-2002 06:49 AM
Re: Assigning a new IP address--L1000
& check with nslookup that hostname and ip address resolution are working afterwards .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:49 AM
02-12-2002 06:49 AM
Re: Assigning a new IP address--L1000
# set_parms ip_address
The other way is to edit the /etc/rc.config.d/netconf file and the /etc/hosts file.
Be sure you change the IP in your DNS server, if you have one and also in NIS/NIS+ if you happen to use either one of those.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:51 AM
02-12-2002 06:51 AM
Re: Assigning a new IP address--L1000
Hi Bill,
There are couple of ways to change the IP Address.
- set_parms ip_address (for IP) and set_parms addl_netwrk
You can also use ifconfig lan? IP_ADDRESS netmask; route add
SAM is the easy method to change IP !
Or Manually edit the following
a) /etc/rc.config.d/netconf
b) Edit /etc/hosts and keep the entry for the host
c) /sbin/init.d/net stop; /sbin/init.d/net start
-Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:51 AM
02-12-2002 06:51 AM
Re: Assigning a new IP address--L1000
You can apply this command. It will ask you about what all you want to set.
# set_parms
Usage: set_parms
Where
hostname
timezone
date_time
root_passwd
ip_address
addl_netwrk
font_c-s
or initial (for entire initial boot-time dialog sequence)
Ahter changing the parameter it will reset the Server.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:51 AM
02-12-2002 06:51 AM
Re: Assigning a new IP address--L1000
ifconfig lancard inet new IP address netmask new netmask up
and change /etc/rc.config.d/netconf to reflect your new changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:52 AM
02-12-2002 06:52 AM
Re: Assigning a new IP address--L1000
Use "/sbin/set_parms ip_address" to change the ip address of the system.
The other options are
hostname : set hostname
timezone : set timezone
date_time : set time and date
root_passwd : set root password
addl_netwrk : set additional network / DNS / NIS info
initial : Reconfigure all install time options.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:53 AM
02-12-2002 06:53 AM
Re: Assigning a new IP address--L1000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:53 AM
02-12-2002 06:53 AM
Re: Assigning a new IP address--L1000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:59 AM
02-12-2002 06:59 AM
Re: Assigning a new IP address--L1000
guide you through ! you can also change it manually, by editing /etc/rc.config.d/netconf and your hosts file. remeber to start the net daemon after everything is done. /sbin/init.d/net start / stop