<?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 Remove a daemon at boot up in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893654#M103533</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the proper/best practice to remove certain daemon that automatically runs at boot up?&lt;BR /&gt;&lt;BR /&gt;thanks...&lt;BR /&gt;</description>
    <pubDate>Fri, 31 Jan 2003 03:16:47 GMT</pubDate>
    <dc:creator>Ricky B. Nino</dc:creator>
    <dc:date>2003-01-31T03:16:47Z</dc:date>
    <item>
      <title>Remove a daemon at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893654#M103533</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the proper/best practice to remove certain daemon that automatically runs at boot up?&lt;BR /&gt;&lt;BR /&gt;thanks...&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jan 2003 03:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893654#M103533</guid>
      <dc:creator>Ricky B. Nino</dc:creator>
      <dc:date>2003-01-31T03:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a daemon at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893655#M103534</link>
      <description>Hi,&lt;BR /&gt;  For most of the  daemon there will be a startup config script in /etc/rc.config.d directory. U need to change the startup entry from 1 to 0.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Suki</description>
      <pubDate>Fri, 31 Jan 2003 03:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893655#M103534</guid>
      <dc:creator>suki</dc:creator>
      <dc:date>2003-01-31T03:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a daemon at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893656#M103535</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;At boot time, the processes start from /sbin/init.d/* scripts. There will be corresponding on|off files in /etc/rc.config.d/ directory if the vendors followed the correct procedure. &lt;BR /&gt;&lt;BR /&gt;For ex., /etc/rc.config.d/nfsconf. If you make NFS_SERVER=1, then nfsd's will start, else they won't.&lt;BR /&gt;&lt;BR /&gt;So, the best way is to edit the corresponding /etc/rc.config.d/config_file and disable the parameters in there.&lt;BR /&gt;&lt;BR /&gt;If the /sbin/init.d/your_startup_script does not look in /etc/rc.config.d, then I would suggest to move the file as file.nostart under the same directory. So, the bootup will fail to find the file.&lt;BR /&gt;&lt;BR /&gt;You can also disable startup by removing links in /sbin/rc?.d/Sxxx and Kxxx .&lt;BR /&gt;But if you need to put it back, you will need to recreate the links. So, I would recommend move the file under /sbin/init.d to file.nostart.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 31 Jan 2003 03:28:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893656#M103535</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-31T03:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a daemon at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893657#M103536</link>
      <description>The config files for different daemons/programs that start at boot time are in /etc/rc.config.d. You can set it accordingly in these files-called control files.</description>
      <pubDate>Fri, 31 Jan 2003 03:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893657#M103536</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-01-31T03:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a daemon at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893658#M103537</link>
      <description>Hi,&lt;BR /&gt;As others said, the good practice for adding applications to startup is have a configuration file in /etc/rc.config.d&lt;BR /&gt;so by setting a value to 0 in that for a proper daemon configuration file in /etc/rc.config.d should solve the problem.&lt;BR /&gt;To look which file that daemon has, look in /sbin/init.d&lt;BR /&gt;and if that doesn't work either remove the file S...in /sbin/rc2.d or rc3.d where ever this daemon starts to have a look see /etc/rc.log and you'll know which file corresponds to that particular daemon and then you can move that file to some other place.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Fri, 31 Jan 2003 03:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893658#M103537</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-01-31T03:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a daemon at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893659#M103538</link>
      <description>Hi&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;1. make link file for start up and shutdown in /etc/rcXX.d &lt;BR /&gt;&lt;BR /&gt;2.if file that create in number 1 need to check parameter you can add it in /etc/rc.config.d/ &lt;BR /&gt;&lt;BR /&gt;you can see example that already exist &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/lp &lt;BR /&gt;/sbin/rc2.d/S720lp &lt;BR /&gt;/sbin/rc1.d/K280lp &lt;BR /&gt;/etc/rc.config.d/lp &lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;Punithan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jan 2003 05:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-daemon-at-boot-up/m-p/2893659#M103538</guid>
      <dc:creator>Punithan</dc:creator>
      <dc:date>2003-01-31T05:39:38Z</dc:date>
    </item>
  </channel>
</rss>

