1825775 Members
2050 Online
109687 Solutions
New Discussion

Changing host IP address

 
SOLVED
Go to solution
Belinda Dermody
Super Advisor

Changing host IP address

Network people are switching my test developement from one network to another. I just trying to find out what files I would need to change to bring it up todate. I know I would have to change my host file and my sybase Interface file. I will have to authenicate all my ssh connections. I am running a basic HP-UX 11i system with a small sybase server and only internal connections to a few KEA terminals and PC's.
8 REPLIES 8
Pedro Cirne
Esteemed Contributor
Solution

Re: Changing host IP address

Hi,

You'll have to change:

/etc/rc.config.f/netconf

Enjoy :)

Pedro
Alan Meyer_4
Respected Contributor

Re: Changing host IP address

Also look into DNS and/or NIS host information files
" I may not be certified, but I am certifiable... "
Pete Randall
Outstanding Contributor

Re: Changing host IP address

Or you can run /sbin/set_parms ip_address.


Pete

Pete
Alan Meyer_4
Respected Contributor

Re: Changing host IP address

also, check /var/adm/inetd.sec to make sure that the new machine can access other machines
" I may not be certified, but I am certifiable... "
Rick Garland
Honored Contributor

Re: Changing host IP address

check the /etc/rc.config.d/netconf file

also check the /etc/hosts file to see if the hosts needs updating there. Check the DNS tables, may need to be updated.

On the host system itself, you could also run the command 'set_parms' and this will do the changes for you.
Tim Nelson
Honored Contributor

Re: Changing host IP address

/etc/rc.config.d/netconf
/etc/hosts
/etc/named.data/* if you are a named server.

Steven E. Protter
Exalted Contributor

Re: Changing host IP address

If you are running applicatons on this box, you may find your move disrupts applicatons that rely on IP address.

I imagine sybase will tolerate this change pretty well. Don't change the hostname, that will break applications and possibly your print spool.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Belinda Dermody
Super Advisor

Re: Changing host IP address

Thanks for all the quick response, I have enough information here to make it easy next week. Not changing the hostname, just the IP address and the sybase interface file. It is only a test/devel system for a few developers. Security wanted the production and development systems on different networks.