<?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: How do I run programs at boot time? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895219#M477422</link>
    <description>You need to put it in /sbin/init.d and then create run links and stop links. The links will be put in rc dirs depending upon which run level you want it to start.&lt;BR /&gt;&lt;BR /&gt;Refer /sbin/init.d/template file.</description>
    <pubDate>Fri, 08 Apr 2005 10:05:15 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-04-08T10:05:15Z</dc:date>
    <item>
      <title>How do I run programs at boot time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895215#M477418</link>
      <description>HI all,&lt;BR /&gt;&lt;BR /&gt;i'm new to HP-UX11i, and i need to run some programs automaticaly at boottime, &lt;BR /&gt;what should i do ? where to do it ??</description>
      <pubDate>Fri, 08 Apr 2005 09:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895215#M477418</guid>
      <dc:creator>Alexander_101</dc:creator>
      <dc:date>2005-04-08T09:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run programs at boot time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895216#M477419</link>
      <description>Look in /sbin/init.d. There is a template file there. Copy it and adapt it to your needs.&lt;BR /&gt;&lt;BR /&gt;Let's suppose that your script is called 'doit' and that it need to start in run level 3 and stop in run level 2.&lt;BR /&gt;&lt;BR /&gt;You would create the symbolic links&lt;BR /&gt;ln -s /sbin/init.d/doit /sbin/rc3.d/S900doit&lt;BR /&gt;ln -s /sbin/init.d/doit /sbin/rc2.d/K100doit&lt;BR /&gt;&lt;BR /&gt;By convent the Sxxx and Kyyy values should sum to 1000 because that tends to correctly order the startup and stop routines.&lt;BR /&gt;&lt;BR /&gt;Man rc for details.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2005 10:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895216#M477419</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-08T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run programs at boot time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895217#M477420</link>
      <description>It's just a little bit more complicated than you state it.&lt;BR /&gt;&lt;BR /&gt;You determine the runlevel at which the process should run. If that doesn't matter, use /etc/rc.local and add this line to /etc/inittab:&lt;BR /&gt;&lt;BR /&gt;lcl:3456:once:/etc/rc.local&lt;BR /&gt;&lt;BR /&gt;/etc/rc.locat will than be executed only once when init level 3, 4, 5, or 6 is entered. Just include the levels there you need.&lt;BR /&gt;&lt;BR /&gt;If the sequence is important (depends on what parts of the boot process is done, and which part not (yet), you have to go dig in /sbin/init.d and /sbin/rc#.d (where # is the runlevel you want to influence&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 08 Apr 2005 10:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895217#M477420</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-04-08T10:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run programs at boot time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895218#M477421</link>
      <description>There are some pretty thorough instructions in this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x9a701012aa92d5118ff10090279cd0f9%2C00.html&amp;amp;admit=716493758+1112972606739+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x9a701012aa92d5118ff10090279cd0f9%2C00.html&amp;amp;admit=716493758+1112972606739+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 08 Apr 2005 10:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895218#M477421</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-08T10:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run programs at boot time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895219#M477422</link>
      <description>You need to put it in /sbin/init.d and then create run links and stop links. The links will be put in rc dirs depending upon which run level you want it to start.&lt;BR /&gt;&lt;BR /&gt;Refer /sbin/init.d/template file.</description>
      <pubDate>Fri, 08 Apr 2005 10:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895219#M477422</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-08T10:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run programs at boot time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895220#M477423</link>
      <description>Plan B (and not suggested): You can also create an entry in /etc/inittab.</description>
      <pubDate>Fri, 08 Apr 2005 10:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895220#M477423</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-08T10:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run programs at boot time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895221#M477424</link>
      <description>A.Clay. please re-read my post. That was my plan A.&lt;BR /&gt;&lt;BR /&gt;Simple, effective, and efficient&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 08 Apr 2005 10:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895221#M477424</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-04-08T10:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run programs at boot time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895222#M477425</link>
      <description>Attached find the HP doc we use for this which includes a function to test.&lt;BR /&gt;&lt;BR /&gt;All input so far should get you the desired results.&lt;BR /&gt;&lt;BR /&gt;Best of luck.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Fri, 08 Apr 2005 12:47:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895222#M477425</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2005-04-08T12:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run programs at boot time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895223#M477426</link>
      <description>Ok, thanks ALL !!</description>
      <pubDate>Mon, 11 Apr 2005 10:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-programs-at-boot-time/m-p/4895223#M477426</guid>
      <dc:creator>Alexander_101</dc:creator>
      <dc:date>2005-04-11T10:00:58Z</dc:date>
    </item>
  </channel>
</rss>

