<?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: Boot Script problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577028#M31315</link>
    <description>Hi Rusty,&lt;BR /&gt;Try S900 rather then S999.&lt;BR /&gt;&lt;BR /&gt;Three thing to make sure&lt;BR /&gt;-link S900scirpt -&amp;gt; /sbin/init.d/script&lt;BR /&gt;-script itself /sbin/init.d/script and &lt;BR /&gt;-text file in /etc/rc.config.d/ for variable if any.&lt;BR /&gt;&lt;BR /&gt;Check your /etc/rc.log file which is log for all daemon that are started at boot time.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Sep 2001 17:47:46 GMT</pubDate>
    <dc:creator>Sachin Patel</dc:creator>
    <dc:date>2001-09-07T17:47:46Z</dc:date>
    <item>
      <title>Boot Script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577023#M31310</link>
      <description>I have a boot script that needs to run after everything else has run.  I have the link set up as S999myscript in the /sbin/rc3.d dir.&lt;BR /&gt;&lt;BR /&gt;   However,  It seems to be running before anything else, even before rc1 and rc2.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Rusty</description>
      <pubDate>Fri, 07 Sep 2001 17:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577023#M31310</guid>
      <dc:creator>Rusty Sapper</dc:creator>
      <dc:date>2001-09-07T17:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577024#M31311</link>
      <description>Hi Rusty:&lt;BR /&gt;&lt;BR /&gt;What is it that leads you to this impression?  Make sure that your script (as pointed to by the link) has a valid environment.  In particular, make sure that your PATH variable includes what you need.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 07 Sep 2001 17:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577024#M31311</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-07T17:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577025#M31312</link>
      <description>Watching the console, I see errors from the script even before the system runs through the rest of the rc scripts.</description>
      <pubDate>Fri, 07 Sep 2001 17:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577025#M31312</guid>
      <dc:creator>Rusty Sapper</dc:creator>
      <dc:date>2001-09-07T17:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577026#M31313</link>
      <description>Hi (again) Rusty:&lt;BR /&gt;&lt;BR /&gt;Are you sure that what you are seeing isn't the processing of /etc/rc.config.d/* files as /etc/rc.config sources the files in this directory?&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 07 Sep 2001 17:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577026#M31313</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-07T17:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577027#M31314</link>
      <description>Rusty,&lt;BR /&gt;&lt;BR /&gt;If you do:&lt;BR /&gt;&lt;BR /&gt;ll /sbin/rc*/*myscript&lt;BR /&gt;&lt;BR /&gt;does it reveal more than one link to your script?&lt;BR /&gt;&lt;BR /&gt;Is any output from your script saved in /etc/rc.log  or   /etc/rc.log.old ?  If so, is it at the beginning or at the end of the log file?  Does it show the correct link name:&lt;BR /&gt;S999myscript   ?</description>
      <pubDate>Fri, 07 Sep 2001 17:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577027#M31314</guid>
      <dc:creator>Mladen Despic</dc:creator>
      <dc:date>2001-09-07T17:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577028#M31315</link>
      <description>Hi Rusty,&lt;BR /&gt;Try S900 rather then S999.&lt;BR /&gt;&lt;BR /&gt;Three thing to make sure&lt;BR /&gt;-link S900scirpt -&amp;gt; /sbin/init.d/script&lt;BR /&gt;-script itself /sbin/init.d/script and &lt;BR /&gt;-text file in /etc/rc.config.d/ for variable if any.&lt;BR /&gt;&lt;BR /&gt;Check your /etc/rc.log file which is log for all daemon that are started at boot time.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Sep 2001 17:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577028#M31315</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-09-07T17:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577029#M31316</link>
      <description>Hi Rusty,&lt;BR /&gt;&lt;BR /&gt;Have a look at your /etc/rc.log file. It will list the order in which the startup script was run and the error associated with it, if any. Most of the times the errors are self explanatory, so you should be able to know what you are missing.&lt;BR /&gt;&lt;BR /&gt;You can try the solution sachin is advising of changing the S???script. However don't think that should be the reason. Could be ?.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Sep 2001 23:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577029#M31316</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-07T23:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577030#M31317</link>
      <description>Hello Rusty,&lt;BR /&gt;&lt;BR /&gt;seems pretty simple to me: your script does not react&lt;BR /&gt;properly when called with the parameter "start_msg"&lt;BR /&gt;(and perhaps "stop_msg", too). &lt;BR /&gt;But it should, as ALL scripts are called with that &lt;BR /&gt;parameter BEFORE even the first is executed with the&lt;BR /&gt;parameter "start" (or "stop", of course) to built the&lt;BR /&gt;list that you see on the console during that startup&lt;BR /&gt;process.&lt;BR /&gt;Have a look into the example in "/sbin/init.d/template"&lt;BR /&gt;and modify your script accordingly...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Sat, 08 Sep 2001 17:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577030#M31317</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-09-08T17:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577031#M31318</link>
      <description>Ensure the script or a link to it is not proesent in /etc/rc.config.d directory. I once had a problem where by mistake I had a crontab file copy under /etc/rc.config.d.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Mon, 10 Sep 2001 14:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-script-problem/m-p/2577031#M31318</guid>
      <dc:creator>Sahul  Hameed</dc:creator>
      <dc:date>2001-09-10T14:16:44Z</dc:date>
    </item>
  </channel>
</rss>

