<?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: startup scripts working or not? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424917#M904</link>
    <description>Is there a file in /etc/rc.config.d that defines the startup variable for these scripts as 0 or 1?&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er</description>
    <pubDate>Mon, 05 Jun 2000 18:09:57 GMT</pubDate>
    <dc:creator>Brian M. Fisher</dc:creator>
    <dc:date>2000-06-05T18:09:57Z</dc:date>
    <item>
      <title>startup scripts working or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424916#M903</link>
      <description>HPUX 11.0 on a HP9000 K260&lt;BR /&gt;I'm having some strange error messages with my oracle (8.04) database that makes me think the script to shut it down when the system reboots isn't working.  This is from my /etc/rc.log:&lt;BR /&gt;Starting the Oracle subsystem&lt;BR /&gt;Output from "/sbin/rc3.d/S997oracle start":&lt;BR /&gt;----------------------------&lt;BR /&gt;"/sbin/rc3.d/S997oracle start" SKIPPED&lt;BR /&gt;&lt;BR /&gt;Starting the Gembase subsystem&lt;BR /&gt;Output from "/sbin/rc3.d/S998gembase start":&lt;BR /&gt;----------------------------&lt;BR /&gt;"/sbin/rc3.d/S998gembase start" SKIPPED&lt;BR /&gt;&lt;BR /&gt;Starting the Gem_Client subsystem&lt;BR /&gt;Output from "/sbin/rc3.d/S999rencs start":&lt;BR /&gt;----------------------------&lt;BR /&gt;"/sbin/rc3.d/S999rencs start" SKIPPED&lt;BR /&gt;&lt;BR /&gt;The skipped messages is new to me, anyone have an idea why it would be skipping these commands instead of performing them?</description>
      <pubDate>Mon, 05 Jun 2000 18:05:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424916#M903</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2000-06-05T18:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: startup scripts working or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424917#M904</link>
      <description>Is there a file in /etc/rc.config.d that defines the startup variable for these scripts as 0 or 1?&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er</description>
      <pubDate>Mon, 05 Jun 2000 18:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424917#M904</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-06-05T18:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: startup scripts working or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424918#M905</link>
      <description>Could you be more specific? Where do I find the startup variable? I don't see anything in my rc.config.d directory that looks likely.</description>
      <pubDate>Mon, 05 Jun 2000 18:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424918#M905</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2000-06-05T18:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: startup scripts working or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424919#M906</link>
      <description>It depends on your startup scripts but usually within them, there is a variable that is set to 1 to start and 0 to skip. If you would post a simple startup script I could probably help more.&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er</description>
      <pubDate>Mon, 05 Jun 2000 18:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424919#M906</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-06-05T18:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: startup scripts working or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424920#M907</link>
      <description />
      <pubDate>Mon, 05 Jun 2000 18:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424920#M907</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2000-06-05T18:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: startup scripts working or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424921#M908</link>
      <description>Your script is looking for the variable: ORACLE_START to be set to 1 to start oracle.&lt;BR /&gt;&lt;BR /&gt;Create a file /etc/rc.config.d/oracle&lt;BR /&gt;with a single line ORACLE_START=1 &lt;BR /&gt;&lt;BR /&gt;This will allow oracle to start/stop. If you do not want it to start, change the variable to 0.&lt;BR /&gt;&lt;BR /&gt;Make sure to check the other files within /etc/rc.config.d to make sure this variable is not already being set.&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er</description>
      <pubDate>Mon, 05 Jun 2000 18:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424921#M908</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-06-05T18:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: startup scripts working or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424922#M909</link>
      <description>Will do, Thanks Brain, I'll check in tomorrow and let you know how it goes tonight.</description>
      <pubDate>Mon, 05 Jun 2000 19:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424922#M909</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2000-06-05T19:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: startup scripts working or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424923#M910</link>
      <description>That did the trick Brain, Thanks! I'll try to get that bunny rabbit out of the hat thing on your answer.</description>
      <pubDate>Tue, 06 Jun 2000 12:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts-working-or-not/m-p/2424923#M910</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2000-06-06T12:14:11Z</dc:date>
    </item>
  </channel>
</rss>

