<?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 toolkit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-toolkit/m-p/2747340#M713902</link>
    <description>Hi Hans,&lt;BR /&gt;&lt;BR /&gt;include a line &lt;BR /&gt;&lt;BR /&gt;env &amp;gt; /tmp/env_mon.txt&lt;BR /&gt;&lt;BR /&gt;in the Oracle.sh Script, right before the shutdown should be executed.&lt;BR /&gt;Compare the output in both cases.&lt;BR /&gt;I suspect that the environment, esp. $ORACLE_HOME / $ORACLE_SID is diffrent in both cases.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
    <pubDate>Tue, 18 Jun 2002 18:53:55 GMT</pubDate>
    <dc:creator>Volker Borowski</dc:creator>
    <dc:date>2002-06-18T18:53:55Z</dc:date>
    <item>
      <title>Oracle toolkit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-toolkit/m-p/2747339#M713901</link>
      <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I have a problem with a 7.3.4 instance from oracle and my toolkit.&lt;BR /&gt;&lt;BR /&gt;We have a 2 node l class cluster with mc serviquard 11.12 and ux 11.0&lt;BR /&gt;&lt;BR /&gt;We have several oracle instances that must become a package.&lt;BR /&gt;&lt;BR /&gt;I configured a package with the oracle toolkit. &lt;BR /&gt;&lt;BR /&gt;The package is oke and runs. Because when I swith the monitoring script of it runs.&lt;BR /&gt;&lt;BR /&gt;But I have problems with the Oracle.sh script. &lt;BR /&gt;When I start the package with a cmrunpkg &lt;PACKAGENAME&gt; the package is going up and running.&lt;BR /&gt;&lt;BR /&gt;But when I halt the package with cmhaltpkg &lt;PACKAGENAME&gt; it will not stop (see messages 1). &lt;BR /&gt;&lt;BR /&gt;The routine in the oracle script does a Oracle.sh shutdown.&lt;BR /&gt;&lt;BR /&gt;When I stop the package through stopping the processes and start the package again with cmrunpkg and after that I start from the promt ./Oracle.sh shutdown everything works as that it should be (see messages 2).&lt;BR /&gt;&lt;BR /&gt;1) shutting down oracle session at &lt;DATE&gt;&lt;BR /&gt;Oracle Server Manager Release 2.3.4.0.0.production&lt;BR /&gt;Copyright oracle corporation etc&lt;BR /&gt;oracle server release 7.3.4.5.0&lt;BR /&gt;with the distributes and parrallel query options&lt;BR /&gt;pl/sql Release 2.3.4.5.0&lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; Connected to an idle instace&lt;BR /&gt;SVRMGR&amp;gt; Ora-01012: not logged on&lt;BR /&gt;SVRMGR&amp;gt; Server Manager complete&lt;BR /&gt;Oracle shutdown done&lt;BR /&gt;&lt;BR /&gt;2) shutting down oracle session at &lt;DATE&gt;&lt;BR /&gt;Oracle Server Manager Release 2.3.4.0.0.production&lt;BR /&gt;Copyright oracle corporation etc&lt;BR /&gt;oracle server release 7.3.4.5.0&lt;BR /&gt;with the distributes and parrallel query options&lt;BR /&gt;pl/sql Release 2.3.4.5.0&lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; connected&lt;BR /&gt;SVRMGR&amp;gt;Database closed&lt;BR /&gt;Database dismounted&lt;BR /&gt;Oracle instance shut down&lt;BR /&gt;SVRMGR&amp;gt;Server Manager complete&lt;BR /&gt;Oracle shutdown done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that someone can help me.&lt;/DATE&gt;&lt;/DATE&gt;&lt;/PACKAGENAME&gt;&lt;/PACKAGENAME&gt;</description>
      <pubDate>Tue, 18 Jun 2002 18:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-toolkit/m-p/2747339#M713901</guid>
      <dc:creator>Hans Hendriks_1</dc:creator>
      <dc:date>2002-06-18T18:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle toolkit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-toolkit/m-p/2747340#M713902</link>
      <description>Hi Hans,&lt;BR /&gt;&lt;BR /&gt;include a line &lt;BR /&gt;&lt;BR /&gt;env &amp;gt; /tmp/env_mon.txt&lt;BR /&gt;&lt;BR /&gt;in the Oracle.sh Script, right before the shutdown should be executed.&lt;BR /&gt;Compare the output in both cases.&lt;BR /&gt;I suspect that the environment, esp. $ORACLE_HOME / $ORACLE_SID is diffrent in both cases.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Tue, 18 Jun 2002 18:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-toolkit/m-p/2747340#M713902</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2002-06-18T18:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle toolkit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-toolkit/m-p/2747341#M713903</link>
      <description>I agree with volker.  You will want to look through your package information for the 'halt' commands.  Most likely, the settings are different or wrong.  &lt;BR /&gt;&lt;BR /&gt;Also, most systems do not use one package for multiple instances, but multiple packages for multiple instances.  Sometimes, and application is failed with the database, but normally only one database is in a package.  &lt;BR /&gt;&lt;BR /&gt;If you are still having trouble, you might want to post your .sh file (or whatever your halt script is) after making sure that there are no passwords in it.  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Wed, 19 Jun 2002 00:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-toolkit/m-p/2747341#M713903</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2002-06-19T00:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle toolkit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-toolkit/m-p/2747342#M713904</link>
      <description>Hi again.&lt;BR /&gt;&lt;BR /&gt;I have tried the suggestion with the env and to log it. &lt;BR /&gt;I do not see any differance between when I shut oracle by hand and when I shut it by cmhaltpkg.&lt;BR /&gt;&lt;BR /&gt;Any other suggestions ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 19 Jun 2002 06:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-toolkit/m-p/2747342#M713904</guid>
      <dc:creator>Hans Hendriks_1</dc:creator>
      <dc:date>2002-06-19T06:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle toolkit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-toolkit/m-p/2747343#M713905</link>
      <description>Hi again.&lt;BR /&gt;&lt;BR /&gt;I have tried the suggestion with the env and to log it. &lt;BR /&gt;I do not see any differance between the env variables when I shut oracle by hand and when I shut it by cmhaltpkg.&lt;BR /&gt;&lt;BR /&gt;Any other suggestions ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 19 Jun 2002 06:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-toolkit/m-p/2747343#M713905</guid>
      <dc:creator>Hans Hendriks_1</dc:creator>
      <dc:date>2002-06-19T06:46:36Z</dc:date>
    </item>
  </channel>
</rss>

