<?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 Re: Installation procedure of Oracle 10g Release 2 RAC on HP-UX 11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685284#M795772</link>
    <description>You do not need Service Guard and SGE for RAC anylonger. Oracle released a software called CRS (cluster ready server) in 10g version. If you want to install 10g RAC, first of all install CRS on you servers and after that install your dtabase. there are some difference between traditional HP-UX RAC system with SG and the new Oracle CRS. For example CRS do not support NIC Failover.&lt;BR /&gt;For the purpose of shared storage, you can use RAW or newly Oracle storage system that is called ASM (automatic storage management). You cannot use SLVM with CRS, becuase you do not have SGE RAC anylonger.&lt;BR /&gt;&lt;BR /&gt;Alireza</description>
    <pubDate>Fri, 16 Dec 2005 15:38:10 GMT</pubDate>
    <dc:creator>Delrish</dc:creator>
    <dc:date>2005-12-16T15:38:10Z</dc:date>
    <item>
      <title>Installation procedure of Oracle 10g Release 2 RAC on HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685277#M795765</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We are planning to installed Oracle 10g Release 2 RAC on HP-UX 11i, I am looking for complete steps/procedure for installed. What version of service guard is required...etc.&lt;BR /&gt;I have already gone through metalink note:182177.1, if any one has already done Oracle 10g Release 2 RAC on HP-UX, please send me detail notes on my email address below-&lt;BR /&gt;mirali@cse.com.sa &amp;amp; mirali1992@yahoo.com waiting for replay as soon as possible.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mir Mushraf Ali&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 02:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685277#M795765</guid>
      <dc:creator>Mir Mushraf Ali</dc:creator>
      <dc:date>2005-12-06T02:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Installation procedure of Oracle 10g Release 2 RAC on HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685278#M795766</link>
      <description>Hi Mir,&lt;BR /&gt;&lt;BR /&gt;I have a running environment&lt;BR /&gt;&lt;BR /&gt;MC/Serviceguard =&amp;gt; A.11.16&lt;BR /&gt;Serviceguard extension for rac =&amp;gt; A.11.16&lt;BR /&gt;&lt;BR /&gt;In attachment you find a basic setup in dutch&lt;BR /&gt;&lt;BR /&gt;I think you can understand it.&lt;BR /&gt;&lt;BR /&gt;If also added my tnsnames.ora setup&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ACDB1.DOLMEN.BE =&lt;BR /&gt;  (DESCRIPTION =&lt;BR /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = rac1.dolmen.be)(PORT = 1521))&lt;BR /&gt;    (CONNECT_DATA =&lt;BR /&gt;      (SERVER = DEDICATED)&lt;BR /&gt;      (SERVICE_NAME = racdb.dolmen.be)&lt;BR /&gt;      (INSTANCE_NAME = racdb1)&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt;&lt;BR /&gt;RACDB2.DOLMEN.BE =&lt;BR /&gt;  (DESCRIPTION =&lt;BR /&gt;      (ADDRESS = (PROTOCOL = TCP)(HOST = rac2.dolmen.be)(PORT = 1521))&lt;BR /&gt;      (CONNECT_DATA =&lt;BR /&gt;        (SERVER = DEDICATED)&lt;BR /&gt;        (SERVICE_NAME = racdb.dolmen.be)&lt;BR /&gt;        (INSTANCE_NAME = racdb2)&lt;BR /&gt;     )&lt;BR /&gt;   )&lt;BR /&gt;&lt;BR /&gt;RACDB.DOLMEN.BE =&lt;BR /&gt;  (DESCRIPTION =&lt;BR /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = rac2.dolmen.be)(PORT = 1521))&lt;BR /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = rac1.dolmen.be)(PORT = 1521))&lt;BR /&gt;    (LOAD_BALANCE = yes)&lt;BR /&gt;    (CONNECT_DATA =&lt;BR /&gt;      (SERVER = DEDICATED)&lt;BR /&gt;      (SERVICE_NAME = racdb.dolmen.be)&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt;&lt;BR /&gt;RACDBF.DOLMEN.BE =&lt;BR /&gt;  (DESCRIPTION =&lt;BR /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = rac2.dolmen.be)(PORT = 1521))&lt;BR /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = rac1.dolmen.be)(PORT = 1521))&lt;BR /&gt;    (LOAD_BALANCE = yes)&lt;BR /&gt;    (enable = broken)      &lt;BR /&gt;    (CONNECT_DATA =&lt;BR /&gt;      (SERVER = DEDICATED)&lt;BR /&gt;      (SERVICE_NAME = racdb.dolmen.be)&lt;BR /&gt;      (failover_mode=(type=select)(method=basic))&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt;&lt;BR /&gt;LISTENERS_RACDB =&lt;BR /&gt;  (ADDRESS_LIST =&lt;BR /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = rac2.dolmen.be)(PORT = 1521))&lt;BR /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = rac1.dolmen.be)(PORT = 1521))&lt;BR /&gt;  )&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 02:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685278#M795766</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-12-06T02:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Installation procedure of Oracle 10g Release 2 RAC on HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685279#M795767</link>
      <description>Shalom Mir,&lt;BR /&gt;&lt;BR /&gt;There are SG changes in inetd.conf, primarily the -c option added in order to have proper network communication.&lt;BR /&gt;&lt;BR /&gt;Very important to follow the pre install patching and instructions from ORacle precisely.&lt;BR /&gt;&lt;BR /&gt;Thats a general oracle issue.&lt;BR /&gt;&lt;BR /&gt;BTW, posting your email addresses to a site like this that google indexes makes it very easy for spammers to harvest your address.&lt;BR /&gt;&lt;BR /&gt;I recommend posting to this thread and getting your email addresses edited out of the post.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=980301" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=980301&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 Dec 2005 03:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685279#M795767</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-06T03:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Installation procedure of Oracle 10g Release 2 RAC on HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685280#M795768</link>
      <description>Luk,&lt;BR /&gt;Thanks for the reply and document I don't know Dutch language. Please can you send the document in English with detail steps?&lt;BR /&gt;&lt;BR /&gt;Shalom,&lt;BR /&gt;Thanks for the advice I will keep in my mind from next time.&lt;BR /&gt;&lt;BR /&gt;I have done Oracle9i RAC on Solaris 9.0, but on HP-UX 11i 11.11, I have done only Oracle9i dedicated server installation. It will be great help if some one gives me details and complete document in English, how to install Oracle10g Release 2 RAC on HP-UX.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mir Mushraf Ali&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 07:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685280#M795768</guid>
      <dc:creator>Mir Mushraf Ali</dc:creator>
      <dc:date>2005-12-06T07:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installation procedure of Oracle 10g Release 2 RAC on HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685281#M795769</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Hope this help.&lt;BR /&gt;&lt;BR /&gt;Pl don't forget points for translation :-)&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685281#M795769</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-12-06T09:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Installation procedure of Oracle 10g Release 2 RAC on HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685282#M795770</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is any body in the forum has a complete guide for installation of Oracle 10g Release 2 RAC on HP-UX 11i in English version. Mr. Luk has already given me brief steps for installation of Oracle 10g RAC, can any one has detailed document for the same.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mir Mushraf Ali &lt;BR /&gt;</description>
      <pubDate>Wed, 07 Dec 2005 00:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685282#M795770</guid>
      <dc:creator>Mir Mushraf Ali</dc:creator>
      <dc:date>2005-12-07T00:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installation procedure of Oracle 10g Release 2 RAC on HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685283#M795771</link>
      <description>I used the documentation from Oracle's document page.&lt;BR /&gt;&lt;BR /&gt;I hope it helps you out.&lt;BR /&gt;&lt;BR /&gt;Here is the link for all of the versions.&lt;BR /&gt;&lt;A href="http://www.oracle.com/technology/documentation/index.html" target="_blank"&gt;http://www.oracle.com/technology/documentation/index.html&lt;/A&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 07 Dec 2005 09:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685283#M795771</guid>
      <dc:creator>Bryan Lam</dc:creator>
      <dc:date>2005-12-07T09:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installation procedure of Oracle 10g Release 2 RAC on HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685284#M795772</link>
      <description>You do not need Service Guard and SGE for RAC anylonger. Oracle released a software called CRS (cluster ready server) in 10g version. If you want to install 10g RAC, first of all install CRS on you servers and after that install your dtabase. there are some difference between traditional HP-UX RAC system with SG and the new Oracle CRS. For example CRS do not support NIC Failover.&lt;BR /&gt;For the purpose of shared storage, you can use RAW or newly Oracle storage system that is called ASM (automatic storage management). You cannot use SLVM with CRS, becuase you do not have SGE RAC anylonger.&lt;BR /&gt;&lt;BR /&gt;Alireza</description>
      <pubDate>Fri, 16 Dec 2005 15:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-procedure-of-oracle-10g-release-2-rac-on-hp-ux-11i/m-p/3685284#M795772</guid>
      <dc:creator>Delrish</dc:creator>
      <dc:date>2005-12-16T15:38:10Z</dc:date>
    </item>
  </channel>
</rss>

