<?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 process ending after /sbin/rc is done??????? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896277#M282240</link>
    <description>We have a mysql startup in rc3.  The db starts, then when /sbin/rc is done with rc3 files, the db stops.  We tested by putting a dummy start script at the "end" of RC3 and having it call sleep 300.  Once the 300 seconds was up, and rc gave control back to init for the next step in the inittab, the db stops.  Same start script used on many mysql servers.</description>
    <pubDate>Fri, 10 Nov 2006 11:45:21 GMT</pubDate>
    <dc:creator>Bigcountry_1</dc:creator>
    <dc:date>2006-11-10T11:45:21Z</dc:date>
    <item>
      <title>process ending after /sbin/rc is done???????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896277#M282240</link>
      <description>We have a mysql startup in rc3.  The db starts, then when /sbin/rc is done with rc3 files, the db stops.  We tested by putting a dummy start script at the "end" of RC3 and having it call sleep 300.  Once the 300 seconds was up, and rc gave control back to init for the next step in the inittab, the db stops.  Same start script used on many mysql servers.</description>
      <pubDate>Fri, 10 Nov 2006 11:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896277#M282240</guid>
      <dc:creator>Bigcountry_1</dc:creator>
      <dc:date>2006-11-10T11:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: process ending after /sbin/rc is done???????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896278#M282241</link>
      <description>What about the other scripts in rc3 , how do they behave ? &lt;BR /&gt;&lt;BR /&gt;What does /etc/rc.log says?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Siva</description>
      <pubDate>Fri, 10 Nov 2006 12:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896278#M282241</guid>
      <dc:creator>siva0123</dc:creator>
      <dc:date>2006-11-10T12:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: process ending after /sbin/rc is done???????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896279#M282242</link>
      <description>The other processes still run.  /etc/rc.log is clean, no errors from mysql.  We have tried many,many things.  It must be a mysql problem?????&lt;BR /&gt;mysql still runs fine if I call the rc3 from a command line.</description>
      <pubDate>Fri, 10 Nov 2006 12:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896279#M282242</guid>
      <dc:creator>Bigcountry_1</dc:creator>
      <dc:date>2006-11-10T12:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: process ending after /sbin/rc is done???????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896280#M282243</link>
      <description>If the processes do not automatically place themselves in the background (like daemons), then this is normal. Like any script of process, once it is finished, all child processes will be terminated. Your mysql program(s) must be re-assinged to init. The easiest is to put the processes in the background with &amp;amp;.</description>
      <pubDate>Fri, 10 Nov 2006 19:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896280#M282243</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-11-10T19:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: process ending after /sbin/rc is done???????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896281#M282244</link>
      <description>agreed and they have been in there,  here are the two statements:&lt;BR /&gt;&lt;BR /&gt;  $manager --user=$user --pid-file=$pid_file &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$bindir/mysqld_safe --timezone=EST5 --datadir=$datadir --pid-file=$server_&lt;BR /&gt;pid_file &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2006 11:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896281#M282244</guid>
      <dc:creator>Bigcountry_1</dc:creator>
      <dc:date>2006-11-13T11:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: process ending after /sbin/rc is done???????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896282#M282245</link>
      <description>ChadS --&lt;BR /&gt;&lt;BR /&gt;Is this a new startup script or one that was previously working?&lt;BR /&gt;&lt;BR /&gt;Could you post your entire script here so we could take a look at it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896282#M282245</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-11-13T12:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: process ending after /sbin/rc is done???????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896283#M282246</link>
      <description>Should be the default mysql script.  It is used on other servers..</description>
      <pubDate>Mon, 13 Nov 2006 13:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896283#M282246</guid>
      <dc:creator>Bigcountry_1</dc:creator>
      <dc:date>2006-11-13T13:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: process ending after /sbin/rc is done???????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896284#M282247</link>
      <description>suggest that you add "set -x" to the begining of the script and&lt;BR /&gt;remove/substitute&lt;BR /&gt;&lt;BR /&gt;"&amp;gt;/dev/null 2&amp;gt;&amp;amp;1" w/with "&amp;gt;/some_log 2&amp;gt;&amp;amp;1" &lt;BR /&gt;&lt;BR /&gt;and see what show up in some_log.</description>
      <pubDate>Mon, 13 Nov 2006 13:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896284#M282247</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2006-11-13T13:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: process ending after /sbin/rc is done???????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896285#M282248</link>
      <description>Mysql starts and runs fine.  you can interact with the DB and everything.  As soon as the last script in rc3 runs, and control is turned back over, mysql stops immediatly.</description>
      <pubDate>Mon, 13 Nov 2006 13:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896285#M282248</guid>
      <dc:creator>Bigcountry_1</dc:creator>
      <dc:date>2006-11-13T13:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: process ending after /sbin/rc is done???????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896286#M282249</link>
      <description>One other thing is that the start script runs fine when ran from the command line after the system is up.</description>
      <pubDate>Mon, 13 Nov 2006 14:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-ending-after-sbin-rc-is-done/m-p/3896286#M282249</guid>
      <dc:creator>Bigcountry_1</dc:creator>
      <dc:date>2006-11-13T14:14:04Z</dc:date>
    </item>
  </channel>
</rss>

