<?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 start-up deamons work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607185#M824372</link>
    <description>hi john,&lt;BR /&gt;&lt;BR /&gt;see also the attached document.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Fri, 19 Aug 2005 23:36:33 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2005-08-19T23:36:33Z</dc:date>
    <item>
      <title>How start-up deamons work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607181#M824368</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am running HPUX 11.11. I have question regarding the start-up deamons every time the system boots up. &lt;BR /&gt;&lt;BR /&gt;What program or deamon executes these startup deamons below?&lt;BR /&gt;&lt;BR /&gt;Start print spooler&lt;BR /&gt;Output from "/sbin/rc2.d/S720lp start":&lt;BR /&gt;----------------------------&lt;BR /&gt;"/sbin/rc2.d/S720lp start" SKIPPED&lt;BR /&gt;&lt;BR /&gt;Starting HP Distributed Print Service&lt;BR /&gt;Output from "/sbin/rc2.d/S722pd start":&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;Start clock daemon&lt;BR /&gt;Output from "/sbin/rc2.d/S730cron start":&lt;BR /&gt;----------------------------&lt;BR /&gt;cron started&lt;BR /&gt;&lt;BR /&gt;Start diagnostic subsystem&lt;BR /&gt;Output from "/sbin/rc2.d/S742diagnostic start":&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Thu, 18 Aug 2005 16:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607181#M824368</guid>
      <dc:creator>John Mai_1</dc:creator>
      <dc:date>2005-08-18T16:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: How start-up deamons work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607182#M824369</link>
      <description>mother of all these SXXXabc.sh scripts is /sbin/rc which in turn descends into &lt;BR /&gt;&lt;BR /&gt;/sbin/rc[0-4].d&lt;BR /&gt;&lt;BR /&gt;and executes the scripts in their numerical order. This is why the numbering of XXX for each script is important.</description>
      <pubDate>Thu, 18 Aug 2005 16:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607182#M824369</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-18T16:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: How start-up deamons work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607183#M824370</link>
      <description>Also there usually is an associated file in /etc/rc.config.d that contains the variable value that determines if an rc script is actually run &lt;BR /&gt;1=run&lt;BR /&gt;0=do not run</description>
      <pubDate>Thu, 18 Aug 2005 17:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607183#M824370</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-08-18T17:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: How start-up deamons work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607184#M824371</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Thu, 18 Aug 2005 18:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607184#M824371</guid>
      <dc:creator>John Mai_1</dc:creator>
      <dc:date>2005-08-18T18:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: How start-up deamons work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607185#M824372</link>
      <description>hi john,&lt;BR /&gt;&lt;BR /&gt;see also the attached document.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 19 Aug 2005 23:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607185#M824372</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-08-19T23:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: How start-up deamons work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607186#M824373</link>
      <description>also once the system is running you can find application start / stop scripts in&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/*&lt;BR /&gt;&lt;BR /&gt;# ll&lt;BR /&gt;-r-xr-xr-x   1 root       sys           1454 Aug  2  2002 vxvm-daemon-kill&lt;BR /&gt;-r-xr-xr-x   1 root       sys           1970 Aug  2  2002 vxvm-nodes-check&lt;BR /&gt;-r-xr-xr-x   1 root       sys          14601 May  6  2004 vxvm-reconfig&lt;BR /&gt;-r-xr-xr-x   1 root       sys           2607 Aug  2  2002 vxvm-recover&lt;BR /&gt;-r-xr-xr-x   1 root       sys          14600 May  6  2004 vxvm-rootreconfig&lt;BR /&gt;-r-xr-xr-x   1 root       sys           5366 May  6  2004 vxvm-startup&lt;BR /&gt;-r-xr-xr-x   1 root       sys           3150 Aug  2  2002 vxvm-sysboot&lt;BR /&gt;-r-xr-xr-x   1 root       sys           3784 Sep 21  2001 webadmin&lt;BR /&gt;-r-xr-xr-x   1 root       sys           2355 Jun 25  2004 xf86&lt;BR /&gt;-r-xr-xr-x   1 root       sys           1176 Nov 14  2000 xfs&lt;BR /&gt;-r-xr-xr-x   1 root       sys           2060 Jul 26  2002 xntpd&lt;BR /&gt;&lt;BR /&gt;etc etc&lt;BR /&gt;&lt;BR /&gt;you can use these to stop start applications when the server is running.&lt;BR /&gt;&lt;BR /&gt;each app will start at a different run level - to see which run level a certain script starts:&lt;BR /&gt;&lt;BR /&gt;find /sbin -name "*xntpd*" -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;see man init&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Sat, 20 Aug 2005 00:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-start-up-deamons-work/m-p/3607186#M824373</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2005-08-20T00:07:26Z</dc:date>
    </item>
  </channel>
</rss>

