- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing 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
12-03-2001 01:51 PM
12-03-2001 01:51 PM
Changing IP address...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 01:55 PM
12-03-2001 01:55 PM
Re: Changing IP address...
To change on reboot edit /etc/rc.config.d/netconf. You can set the ip and routing information in there.
To do on the fly use ipconfig just like solaris.
There is not a defaultrouters or nodename file like Sun, much simpler in HP.
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 01:56 PM
12-03-2001 01:56 PM
Re: Changing IP address...
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 01:57 PM
12-03-2001 01:57 PM
Re: Changing IP address...
There are couple of ways to change the IP Address.
1. set_parms ip_address (for IP) and set_parms addl_netwrk (for router).
2. ifconfig lan? IP_ADDRESS netmask; route add
3. SAM
4. Manually edit the following
a) /etc/rc.config.d/netconf
The syntax is mentioned in there. You can uncomment the examples and use it. route statements are also there.
b) Edit /etc/hosts and keep the entry for the host
c) /sbin/init.d/net stop; /sbin/init.d/net start
The best way is to use 1 if you are novice to HP-UX.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 01:59 PM
12-03-2001 01:59 PM
Re: Changing IP address...
Take a look at set_parms.
Mind the databese
edit /etc/issue
Hope this will help,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 01:59 PM
12-03-2001 01:59 PM
Re: Changing IP address...
An easy way to change the IP address, hostname and/or setup various network parameters is to run:
# /sbin/set_parms
If you issue the above, you will be provided the various valid arguments.
You can use 'ip_address' or 'hostname' or 'addl_netwrk' for example to change the IP address, hostname, or declare a name server.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 02:00 PM
12-03-2001 02:00 PM
Re: Changing IP address...
Try this link,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=c08a2c09173c5106e4/screen=ckiDisplayDocument?docId=200000007950761
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 02:01 PM
12-03-2001 02:01 PM
Re: Changing IP address...
You can change the ip address in this manner too,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=c08a2c09173c5106e4/screen=ckiDisplayDocument?docId=200000045204867
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 02:08 PM
12-03-2001 02:08 PM
Re: Changing IP address...
I use Sam for this purpose.
Be sure and do it on the console as you probably have to change the default gateway also. When you do this, your connection may go south.
Sam -> networking
You probably have to change DNS wherever it is pointed also. Most systems use DNS. Get with whoever maintains your DNS server and tell them you want the IP changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 02:32 PM
12-03-2001 02:32 PM
Re: Changing IP address...
There's really not alot different between Solaris and HPUX in this type of configuration, Bind is Bind, no matter what it runs on..ifconfig, route add, nsswitch.conf are all the same. no /etc/defaultrouter, use /etc/rc.config.d/netconf..your boot options are in /etc/rc.config.d.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 04:14 PM
12-03-2001 04:14 PM
Re: Changing IP address...
A word of advise:
Do not let set_parms reboot your system when it asks and make sure the ip address information in /etc/hosts matches that in /etc/rc/config.d/netconf where applicable.
Good luck.
Kel