- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- making ip address changes
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
01-25-2002 08:39 AM
01-25-2002 08:39 AM
making ip address changes
On HP when I change the IP address or add a NIC card with an additional IP address; what other changes to I need to make?
Its been awhile & don't want to miss anything.
Thanks to all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 08:41 AM
01-25-2002 08:41 AM
Re: making ip address changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 08:46 AM
01-25-2002 08:46 AM
Re: making ip address changes
If you do the change the ip addresses using sam it should update the /etc/hosts file on its own. you should not have to do any modifications. If you modify the lan card settings using sam, the same get updated in /etc/rc.config.d/netconf. If you want to modify the same manually, you can edit the file and do the changes.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 08:46 AM
01-25-2002 08:46 AM
Re: making ip address changes
This is easier than running set_parms if you are not changing anything else like NIS, your time zone and whatever else set_parms prompts you for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 08:48 AM
01-25-2002 08:48 AM
Re: making ip address changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 09:34 AM
01-25-2002 09:34 AM
Re: making ip address changes
thank so much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 09:37 AM
01-25-2002 09:37 AM
Re: making ip address changes
Just me being daft :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 09:41 AM
01-25-2002 09:41 AM
Re: making ip address changes
The best way to do this is SAM. Before invoke SAM, do an 'ioscan -fn' and findout the new LAN card is claimed.
If you configure through SAM, that will do all necessary update for you.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 11:45 AM
01-25-2002 11:45 AM
Re: making ip address changes
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 12:05 PM
01-25-2002 12:05 PM
Re: making ip address changes
If you add another NIC to the system, you can modify its ip etc using SAM. just make sure the NIC is shown as claimed in the "ioscan -fn" output.
If you want to manually add the info for this lan card you can edit the /etc/rc.config.d/netconf file and modify this info,
INTERFACE_NAME[1]="new_ppa"
IP_ADDRESS[1]="new_ip"
SUBNET_MASK[1]="new_subnet"
BROARDCAST_ADDRESS[1]="_new_broadcast"
INTERFACE_STATE[1]="1/0"
DHCP_ENABLE[1]="1/0"
Note the "1" in closed brackets. "0" refers to first lan card, 1 for second and so on.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 08:45 AM
02-12-2002 08:45 AM
Re: making ip address changes
It also has a console attached to it and I need to change the ip address of it.
I understand I can use SAM to do this. Does it require a reboot on the console box?
Is there anything I'm missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 11:49 AM
02-12-2002 11:49 AM
Re: making ip address changes
just change the /etc/rc.config.d/netconf file and this will change the lan cards.
Gl.