- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: IP address change.
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
07-17-2001 01:13 AM
07-17-2001 01:13 AM
My network administrator wants to change the ip address of my HP machine from 128.x.x.x to 195.x.x.x
My doubt is this possible? If so can i do it from SAM. What precautions I have to take ?
Whether I have to do it single user mode?
Thanks in advance.
Regards
Joe.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 01:25 AM
07-17-2001 01:25 AM
Solutionset_pams ip_address
Precautions : ensure its a valid IP address and make sure it resolves both forwards and backwards wrt ip address and hostname, especially if using DNS.
applications such as ITO and Omniback often require special consideration wrt backup schedules, licensing etc ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 01:25 AM
07-17-2001 01:25 AM
Re: IP address change.
HP have a script for doing this:
/sbin/set_parms ip_address
If you're running NIS, files in /var/yp may also contain the IP address - check first.
Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 01:27 AM
07-17-2001 01:27 AM
Re: IP address change.
SAM->Network and interface card
#vi /etc/hosts,/etc/rc.config.d/netconf,/sbin/init.d/net stop|start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 01:30 AM
07-17-2001 01:30 AM
Re: IP address change.
- make sure that no network application running
- goto sam -> networking and communication -> network interface card
- select card , action -> modify
- change IP address.
-----------
normally sam will update /etc/hosts
but please check for make sure
-----------
if you don't want to use sam , can change in /etc/rc.config.d/netconf
change to new IP , and manually change /etc/hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 01:33 AM
07-17-2001 01:33 AM
Re: IP address change.
You can do it with sam. But do yourself a favour. Check the software on your system. whether it is refering to the old IP adress
( OmniBack II Vers. 3.0 and higher license string etc ).
What you can do to keep your old ip adress :
go to /etc/rc.config.d. Check the netconf file.
You will find a piece like this for the interface you want to change :
INTERFACE_NAME[0]="lan0"
IP_ADDRESS[0]="192.168.127.1"
SUBNET_MASK[0]="255.255.255.0"
BROADCAST_ADDRESS[0]="192.168.127.255"
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
copy these lines after this piece and make them comment with the '#' sign.
The original lines will be changed by sam, when you change the ip-adress.
So you have your old data of the interface just in case it won't work with the new ip adress.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 01:37 AM
07-17-2001 01:37 AM
Re: IP address change.
No harm in changing the IP address and no need to get into single user mode. and many ways to change the IP address.
#set_parms ip_address.
or
# vi /etc/rc.config.d/netconf in this file replace the new IP with existing IP and reboot the machine.
or
SAM-->Networking and Communication-->Network interface-->action-->modify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 02:38 AM
07-17-2001 02:38 AM
Re: IP address change.
Regards
Joe.