<?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 Put Unix/Oracle Server in Different Network in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/put-unix-oracle-server-in-different-network/m-p/3370920#M868199</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to get comments on to-do-lists to change an existing Unix/Oracle Server to a different network by changing IP, and being put behind a new FW.&lt;BR /&gt;&lt;BR /&gt;There are a lot of changes and it is very grateful for any helpful drops.&lt;BR /&gt;&lt;BR /&gt;Steven</description>
    <pubDate>Thu, 02 Sep 2004 09:27:17 GMT</pubDate>
    <dc:creator>Steven Chen_1</dc:creator>
    <dc:date>2004-09-02T09:27:17Z</dc:date>
    <item>
      <title>Put Unix/Oracle Server in Different Network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/put-unix-oracle-server-in-different-network/m-p/3370920#M868199</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to get comments on to-do-lists to change an existing Unix/Oracle Server to a different network by changing IP, and being put behind a new FW.&lt;BR /&gt;&lt;BR /&gt;There are a lot of changes and it is very grateful for any helpful drops.&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Thu, 02 Sep 2004 09:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/put-unix-oracle-server-in-different-network/m-p/3370920#M868199</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2004-09-02T09:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Put Unix/Oracle Server in Different Network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/put-unix-oracle-server-in-different-network/m-p/3370921#M868200</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1) you have to modify system ip parameters&lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;   a) ip adress&lt;BR /&gt;   b) netmasks&lt;BR /&gt;   c) gateway&lt;BR /&gt;/etc/hosts - IP&lt;BR /&gt;/etc/reslov.conf - DNS &lt;BR /&gt;&lt;BR /&gt;you can use set_parms command to set above.&lt;BR /&gt;&lt;BR /&gt;2) Oracle&lt;BR /&gt;   ${ORACLE_HOME}/network/admin/listener.ora&lt;BR /&gt;   ${ORACLE_HOME}/network/admin/tnsnames.ora&lt;BR /&gt;   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2004 09:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/put-unix-oracle-server-in-different-network/m-p/3370921#M868200</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2004-09-02T09:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Put Unix/Oracle Server in Different Network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/put-unix-oracle-server-in-different-network/m-p/3370922#M868201</link>
      <description>issues I can think of:&lt;BR /&gt;&lt;BR /&gt;tnsnames config file&lt;BR /&gt;/etc/hosts&lt;BR /&gt;dns resolution&lt;BR /&gt;routing issues&lt;BR /&gt;backups&lt;BR /&gt;Firewall rules&lt;BR /&gt;&lt;BR /&gt;I suggest that before you attempt this change in production, that you take a similarly configured system, one that has oralce on it and your APPLICATIONS, and test the crap out of it. &lt;BR /&gt;&lt;BR /&gt;We plan on doing the same soon, so unfortunately I can't exactly say what issues to look out for other than the ones above.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 02 Sep 2004 09:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/put-unix-oracle-server-in-different-network/m-p/3370922#M868201</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2004-09-02T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Put Unix/Oracle Server in Different Network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/put-unix-oracle-server-in-different-network/m-p/3370923#M868202</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;We did this exercise couple of months ago. We changed the IP address and the host name of our rp5430 server with HP-UX 11i and Oracle 8i RDBMS on it. &lt;BR /&gt;&lt;BR /&gt;We used the set_parms which is an interactive system set up program with hostname and ip_address parameters. &lt;BR /&gt;&lt;BR /&gt;For HP-UX &lt;BR /&gt;          &lt;BR /&gt;              /etc/rc.config.d/netconf file &lt;BR /&gt;IP address&lt;BR /&gt;Subnetwork mask&lt;BR /&gt;Gateway IP address&lt;BR /&gt;On the DNS server the file /etc/hosts&lt;BR /&gt;Change the respective db files in the /etc/named.data/ directory&lt;BR /&gt;So that the DNS server resolves the name and ip_address to the changed one. &lt;BR /&gt;&lt;BR /&gt; For Oracle&lt;BR /&gt;  &lt;BR /&gt;The entries in the tnsnames.ora and the listener.ora files. This files will be in $TNS_ADMIN directory. Change the entries refering to the hostname and ip_address and restart the listener.&lt;BR /&gt;&lt;BR /&gt;This is on the server side and if you are accessing oracle database from any client side then on the clinet side change the tnsnames.ora file with the correct hostname and ip_addess.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A</description>
      <pubDate>Thu, 02 Sep 2004 20:33:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/put-unix-oracle-server-in-different-network/m-p/3370923#M868202</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-09-02T20:33:38Z</dc:date>
    </item>
  </channel>
</rss>

