<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic IP Address Changes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756868#M583306</link>
    <description>Our company is demerging and in about six weeks time we are moving to a new network. I have to change the servers IP Address. I will do this via set_parms. Is this the best way to set new IP address's and are there any major implications?</description>
    <pubDate>Wed, 03 Jul 2002 05:59:54 GMT</pubDate>
    <dc:creator>Andrew Crowe_2</dc:creator>
    <dc:date>2002-07-03T05:59:54Z</dc:date>
    <item>
      <title>IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756868#M583306</link>
      <description>Our company is demerging and in about six weeks time we are moving to a new network. I have to change the servers IP Address. I will do this via set_parms. Is this the best way to set new IP address's and are there any major implications?</description>
      <pubDate>Wed, 03 Jul 2002 05:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756868#M583306</guid>
      <dc:creator>Andrew Crowe_2</dc:creator>
      <dc:date>2002-07-03T05:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756869#M583307</link>
      <description>Hi&lt;BR /&gt;Perhaps you will get problem using CDE (logging in). I have noticed such problems when changing IP-adress or domain. It is always possible to log in using "Failsafe session", telnet, rlogin or a terminal. I have no good solution for this, sometimes it helps with loggin in using Failsafe session and then logout again.</description>
      <pubDate>Wed, 03 Jul 2002 06:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756869#M583307</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-07-03T06:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756870#M583308</link>
      <description>&lt;BR /&gt;We had a similar exercise here. set_parms ip_address works fine. It asks for a reboot once its made its changes so ensure all your apps are down once you run it. &lt;BR /&gt;&lt;BR /&gt;We also had to change subnetmask so used set_parms addl_netwrk and this caused problems. Because once you input new subnetmask and def gateway the set_parms script tries to reconfig the network straight away - and if youre new network is not available yet (def gateway not up) then set_parms hangs without having properly updated /etc/rc.config.d/netconf fully - so watch out for this if youre changing subnetmask/def gateway.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jul 2002 06:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756870#M583308</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-03T06:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756871#M583309</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  I select set_parms for this. Halt the applications which are running. then&lt;BR /&gt;&lt;BR /&gt;#set_parms ip_address&lt;BR /&gt;#cd /etc/rc.config.d&lt;BR /&gt;#more netconf   This is to confirm the change.&lt;BR /&gt;&lt;BR /&gt;  Best of luck&lt;BR /&gt;  Shahul</description>
      <pubDate>Wed, 03 Jul 2002 06:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756871#M583309</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-07-03T06:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756872#M583310</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;set_parms seems to be the best choice, perhaps you should run it the following way:&lt;BR /&gt;&lt;BR /&gt;set_parms initial&lt;BR /&gt;&lt;BR /&gt;This command gives you the possibility to change other parameters like subnet mask, DNS, hostname and so on...&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Wed, 03 Jul 2002 06:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756872#M583310</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-03T06:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756873#M583311</link>
      <description>Thanks for the advice. it is much appreciated.&lt;BR /&gt;&lt;BR /&gt;Hopefully I won't be back here panicking in a few weeks time.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 03 Jul 2002 06:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756873#M583311</guid>
      <dc:creator>Andrew Crowe_2</dc:creator>
      <dc:date>2002-07-03T06:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756874#M583312</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;As all have said earlier, set_parms is the best option.&lt;BR /&gt;&lt;BR /&gt;One word of caution.&lt;BR /&gt;I have done a similar execrise three times last year of changing the IP address of all the servers.&lt;BR /&gt;&lt;BR /&gt;1. Always unexport all the filesystems which you had exported and most important unmount all nfs filesystems. I faced the problem because I had to few server names too.&lt;BR /&gt;&lt;BR /&gt;2. Applications like Oracle have listeners file. Check for them if they contain IP address for any TNS and change them accordingly.&lt;BR /&gt;&lt;BR /&gt;3. Change in IP address did not affect my ClearCase server at all.&lt;BR /&gt;&lt;BR /&gt;-Sukant</description>
      <pubDate>Wed, 03 Jul 2002 07:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756874#M583312</guid>
      <dc:creator>Sukant Naik</dc:creator>
      <dc:date>2002-07-03T07:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756875#M583313</link>
      <description>It's also worth remembering that you'll need to update any name resolution on any DNS servers too (and in hosts files on other servers that are associated to this one if DNS is not being used).  As a precaution, you may also want to check host equivalency if you need to keep the parts of the company totally separate.&lt;BR /&gt;&lt;BR /&gt;Another problem that I've encountered in the past is that occasionally, people hard code IP addresses into scripts/programs (not generally a good idea), so if you think that this is likely, try&lt;BR /&gt;&lt;BR /&gt;find / -exec grep -l &lt;IP_ADDRESS&gt; {} \;&lt;BR /&gt;&lt;BR /&gt;This will give you a list of all files containing the IP address.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Wed, 03 Jul 2002 08:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756875#M583313</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2002-07-03T08:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756876#M583314</link>
      <description>hai&lt;BR /&gt;&lt;BR /&gt;Do the set_parms Ip command and then make sure for netconf file wheather the change has been made properly&lt;BR /&gt;&lt;BR /&gt;cheero&lt;BR /&gt;george</description>
      <pubDate>Wed, 03 Jul 2002 12:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756876#M583314</guid>
      <dc:creator>George Abraham_1</dc:creator>
      <dc:date>2002-07-03T12:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756877#M583315</link>
      <description>Hi&lt;BR /&gt;thats true that set_parms is the best way to change ip address, but check if there are right entry in /etc/rc.config.d/netconf and in /etc/hosts.&lt;BR /&gt;Before you decide to change ip address check if some application will work. Some application like all openView family based on license which base on ip address, so you will need to generate license keys again.</description>
      <pubDate>Wed, 03 Jul 2002 13:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756877#M583315</guid>
      <dc:creator>Sebastian Galeski_1</dc:creator>
      <dc:date>2002-07-03T13:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756878#M583316</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Whenever you change the ip address there are lot of consideration to be made :&lt;BR /&gt;&lt;BR /&gt;What applications are running on your server which are IP based and what implications it will have on the users which are running the s/w. So keep into mind all the factors and then change the ip_address to set_parms ip_address&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Wed, 03 Jul 2002 13:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756878#M583316</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-03T13:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756879#M583317</link>
      <description>Using "set_parms initial" will work fine, but I personally manually change the /etc/rc.config.d/netconf file and /etc/hosts file. I manually change the files as I find it quicker, specially if you only are changing a couple of entries. (normally IP_ADDRESS[0] and ROUTE_GATEWAY[0]). Also beaware if you are using DNS that you will also need to change your DNS files or /etc/resolv.conf.</description>
      <pubDate>Wed, 03 Jul 2002 13:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756879#M583317</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2002-07-03T13:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756880#M583318</link>
      <description>set_parms is the best way to reset your ip address as well as your hostname, &amp;amp; date-time.  However, problems may appear on other systems if the developers did not use host name.  I guess they would have problems anyway if the server is going to a new network.</description>
      <pubDate>Thu, 04 Jul 2002 01:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756880#M583318</guid>
      <dc:creator>Robert Sipe</dc:creator>
      <dc:date>2002-07-04T01:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756881#M583319</link>
      <description>Hi,&lt;BR /&gt;While you are moving to new IP addressing scheme , you have to note down there are Applications which have IP address based licensing like HP omniback, SAP R3, HP NNM etc. So you will have to move the licenses to&lt;BR /&gt;new IP address for the applications to function&lt;BR /&gt;properly. Most of this license moving activities are fast. &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Thu, 04 Jul 2002 06:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-changes/m-p/2756881#M583319</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-07-04T06:31:43Z</dc:date>
    </item>
  </channel>
</rss>

