<?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: ServiceGuard Oracle Scripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400024#M703178</link>
    <description>I'll give that a try thanks....</description>
    <pubDate>Thu, 14 Oct 2004 10:22:11 GMT</pubDate>
    <dc:creator>George Doller</dc:creator>
    <dc:date>2004-10-14T10:22:11Z</dc:date>
    <item>
      <title>ServiceGuard Oracle Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400019#M703173</link>
      <description>I just upgraded my Oracle from 8.1.7 to 9.2. My ServiceGuard Scripts were written for version 8.1.7. Does anyone have a script for Oracle 9.2 to start, stop  and monitor that they'd like to share. This way I won't have to reinvent the wheel.&lt;BR /&gt;Thank you</description>
      <pubDate>Thu, 14 Oct 2004 09:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400019#M703173</guid>
      <dc:creator>George Doller</dc:creator>
      <dc:date>2004-10-14T09:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceGuard Oracle Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400020#M703174</link>
      <description>Hi George,&lt;BR /&gt;&lt;BR /&gt;oracle serviceguard script comes with oracle toolkit that is not free. So, I am not sure if anyone can (should) provide you with the script.&lt;BR /&gt;&lt;BR /&gt;I have been having the same script for the last four years. I simply modify the script to change the parameters (like ORACLE_HOME, svrmgrl or sqlplus) etc., depending on the version.&lt;BR /&gt;&lt;BR /&gt;It's not hard to do.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 14 Oct 2004 09:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400020#M703174</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-14T09:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceGuard Oracle Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400021#M703175</link>
      <description>Your best bet might be to adapt your current monitor scripts.&lt;BR /&gt;&lt;BR /&gt;The database is different, but the basic processes that must be monitored are very similar.&lt;BR /&gt;&lt;BR /&gt;Some stuff:&lt;BR /&gt;&lt;A href="http://www.fujitsu.com/downloads/SYSWLK/pdf/ora_f.pdf" target="_blank"&gt;http://www.fujitsu.com/downloads/SYSWLK/pdf/ora_f.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;q=oracle+9.2+ServiceGuard+monitor+script&amp;amp;btnG=Search" target="_blank"&gt;http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;q=oracle+9.2+ServiceGuard+monitor+script&amp;amp;btnG=Search&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 14 Oct 2004 09:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400021#M703175</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-14T09:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceGuard Oracle Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400022#M703176</link>
      <description>I really meant it more for the startup and shutdown. I don't see why that would come from Oracle? I know I could rewrite the scripts but I thought someone would be able to provide it.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 14 Oct 2004 09:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400022#M703176</guid>
      <dc:creator>George Doller</dc:creator>
      <dc:date>2004-10-14T09:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceGuard Oracle Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400023#M703177</link>
      <description>Your current script likely do something like: -&lt;BR /&gt;&lt;BR /&gt;svrmgrl &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;connect internal&lt;BR /&gt;shutdown immediate&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;svrmgrl &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;connect internal&lt;BR /&gt;startup&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;Replace these with something like: -&lt;BR /&gt;&lt;BR /&gt;sqlplus /nolog &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;connect / as sysdba&lt;BR /&gt;shutdown immediate&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;sqlplus /nolog &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;connect / as sysdba&lt;BR /&gt;startup&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;svrmgrl was still supported in 8.x, but the sqlplus method was encouraged.  svrmgrl is now removed in 9.x</description>
      <pubDate>Thu, 14 Oct 2004 10:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400023#M703177</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-10-14T10:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceGuard Oracle Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400024#M703178</link>
      <description>I'll give that a try thanks....</description>
      <pubDate>Thu, 14 Oct 2004 10:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400024#M703178</guid>
      <dc:creator>George Doller</dc:creator>
      <dc:date>2004-10-14T10:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceGuard Oracle Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400025#M703179</link>
      <description>You can use &lt;BR /&gt;#stop database &lt;BR /&gt;sqlplus "/ as sysdba"&lt;BR /&gt;shutdown immediate&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;#start database&lt;BR /&gt;sqlplus "/ as sysdba"&lt;BR /&gt;startup&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;Or &lt;BR /&gt;#stop database in 0 seconds &lt;BR /&gt;sqlplus "/ as sysdba"&lt;BR /&gt;shutdown abort&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;#start database with automatic recovery&lt;BR /&gt;#and no problem of consistency&lt;BR /&gt;sqlplus "/ as sysdba"&lt;BR /&gt;startup&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;Rodrigo</description>
      <pubDate>Fri, 15 Oct 2004 03:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-oracle-scripts/m-p/3400025#M703179</guid>
      <dc:creator>ROLAHER</dc:creator>
      <dc:date>2004-10-15T03:10:59Z</dc:date>
    </item>
  </channel>
</rss>

