<?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: Oracle Package failover in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980023#M419645</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Yes, if everything is configured correctly oracle will stop on one node and start on the second node.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/cmhaltpkg&lt;BR /&gt;&lt;BR /&gt;Is what you run on the first node.&lt;BR /&gt;&lt;BR /&gt;You should also test loss of power on node 1 and loss of heartbeat on node 1 to make sure everything fails over correctly.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sun, 21 May 2006 05:26:48 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-05-21T05:26:48Z</dc:date>
    <item>
      <title>Oracle Package failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980022#M419644</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I have an oracle package cluster with 2 node currently running on node1. Oracle is installed in the external storage and running on a virtual IP. I need to failover an oracle package. To move the package I need to halt the package and then to run it on other node. I think the database will stop. Am I right? &lt;BR /&gt;&lt;BR /&gt;Then how can I move the oracle package?&lt;BR /&gt;&lt;BR /&gt;Best rgds,&lt;BR /&gt;Walker</description>
      <pubDate>Sun, 21 May 2006 05:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980022#M419644</guid>
      <dc:creator>Walker_3</dc:creator>
      <dc:date>2006-05-21T05:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Package failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980023#M419645</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Yes, if everything is configured correctly oracle will stop on one node and start on the second node.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/cmhaltpkg&lt;BR /&gt;&lt;BR /&gt;Is what you run on the first node.&lt;BR /&gt;&lt;BR /&gt;You should also test loss of power on node 1 and loss of heartbeat on node 1 to make sure everything fails over correctly.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 21 May 2006 05:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980023#M419645</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-21T05:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Package failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980024#M419646</link>
      <description>Yes you are right. You need to halt the package on the 1st node then run the package on the 2nd node and then enable package switching (So that it can failover to node1 - if desired)&lt;BR /&gt;On node 1&lt;BR /&gt;cmhaltpkg oraclepkg&lt;BR /&gt;cmrunpkg -n node2 oraclepkg&lt;BR /&gt;cmmodpkg -e oraclepkg&lt;BR /&gt;&lt;BR /&gt;Also you are right that the oracle database needs to be shutdown as part of the package halt script. Apart from this if you are not using the VGs as shared or are not Veritas Cluster filesystems then the VGs will be exported after unmounting the filesystem from node1 as part of package halt script. [ The package halt script should take care of all these things ]&lt;BR /&gt;Then as part of package startup on node2 the VGs will be imported and activated and filesystem mounted before starting the oracle database.&lt;BR /&gt;&lt;BR /&gt;If you are using Oracle RAC then I guess your database will still be running even if you stop the package running on node1 - but int that case oracle is already running on node2.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Sun, 21 May 2006 05:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980024#M419646</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-21T05:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Package failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980025#M419647</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What if I do not want to halt package instead of I would like to stop cluster on current node that is containing the package now. In that case package will be automatically switched over to the node that is running cluster and free? Since the auto switch of package is on. Am I correct?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Walker</description>
      <pubDate>Sun, 21 May 2006 06:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980025#M419647</guid>
      <dc:creator>Walker_3</dc:creator>
      <dc:date>2006-05-21T06:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Package failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980026#M419648</link>
      <description>Walker,&lt;BR /&gt;&lt;BR /&gt;When you do a cmhaltpkg &lt;PACKAGE-NAME&gt; the package will stop and won't switch to the other node.&lt;BR /&gt;If you want to start the package on the other node just do asfollow:&lt;BR /&gt;cmrunpkg -p &lt;PACKAGE-NAME&gt; -n &lt;NODE-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Darrel&lt;/NODE-NAME&gt;&lt;/PACKAGE-NAME&gt;&lt;/PACKAGE-NAME&gt;</description>
      <pubDate>Sun, 21 May 2006 06:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980026#M419648</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-05-21T06:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Package failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980027#M419649</link>
      <description>its ok.</description>
      <pubDate>Sun, 21 May 2006 07:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-package-failover/m-p/4980027#M419649</guid>
      <dc:creator>Walker_3</dc:creator>
      <dc:date>2006-05-21T07:21:19Z</dc:date>
    </item>
  </channel>
</rss>

