<?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 Startup scripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts/m-p/2733273#M65911</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am trying to implement security on a HP-UX11 server so I am removing any unnecessary startup scripts from the /sbin/rc*.d directories. Can you someone please tell which scripts I absolutely need to leave in, I have most of them but just in case......&lt;BR /&gt;&lt;BR /&gt;Thanks Barbara.</description>
    <pubDate>Wed, 29 May 2002 09:31:00 GMT</pubDate>
    <dc:creator>Philip Lunney</dc:creator>
    <dc:date>2002-05-29T09:31:00Z</dc:date>
    <item>
      <title>Startup scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts/m-p/2733273#M65911</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am trying to implement security on a HP-UX11 server so I am removing any unnecessary startup scripts from the /sbin/rc*.d directories. Can you someone please tell which scripts I absolutely need to leave in, I have most of them but just in case......&lt;BR /&gt;&lt;BR /&gt;Thanks Barbara.</description>
      <pubDate>Wed, 29 May 2002 09:31:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts/m-p/2733273#M65911</guid>
      <dc:creator>Philip Lunney</dc:creator>
      <dc:date>2002-05-29T09:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Startup scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts/m-p/2733274#M65912</link>
      <description>Rather than remove the scripts, have you considered changing the corresponding script in /etc/rc.config.d so that the startup variable is set to 0.&lt;BR /&gt;&lt;BR /&gt;E.g. to stop cron from starting, edit /etc/rc.config.d/cron and change CRON=1 to CRON=0.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Wed, 29 May 2002 09:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts/m-p/2733274#M65912</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-05-29T09:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Startup scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts/m-p/2733275#M65913</link>
      <description>Hi Barbara:&lt;BR /&gt;&lt;BR /&gt;The services that you would defeat would be dependent upon your environment.  Some recommendations can be found in the "Building a Bastion Host Using HP-UX 11" whitepaper:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.kbeta.com/SecurityTips/Checklists/HPUX_11_Bastion_Guide.htm" target="_blank"&gt;http://www.kbeta.com/SecurityTips/Checklists/HPUX_11_Bastion_Guide.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, rather than removing files (links) in '/sbin/rc*.d/' or files in 'sbin/init.d' (to which the links point), consider turning *off* their control in their corresponding '/etc/rc.config.d' configuration files. Generally this means changing a variable's value from &amp;lt;1&amp;gt; to &amp;lt;0&amp;gt; to defeat the startup of a service.&lt;BR /&gt;&lt;BR /&gt;For more information on the startup/shutdown mechanisms, see: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/startup.pdf" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/startup.pdf&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 09:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts/m-p/2733275#M65913</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-29T09:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Startup scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts/m-p/2733276#M65914</link>
      <description>Hi,&lt;BR /&gt;You can remove scripts like &lt;BR /&gt;( used wild cards )&lt;BR /&gt;S*mrouted&lt;BR /&gt;S*rwhod&lt;BR /&gt;S*gated&lt;BR /&gt;S*rbootd&lt;BR /&gt;S*audio&lt;BR /&gt;S*ospf*&lt;BR /&gt;If you are not using NIS then you can remove &lt;BR /&gt;S*nis* &lt;BR /&gt;Note: please take a copy of these rc* directories before doing anything.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 09:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts/m-p/2733276#M65914</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-29T09:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Startup scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts/m-p/2733277#M65915</link>
      <description>All depends on what is your requirement.&lt;BR /&gt;&lt;BR /&gt;some are as follows-&lt;BR /&gt;apache&lt;BR /&gt;dns&lt;BR /&gt;xsever&lt;BR /&gt;nfs-if not required&lt;BR /&gt;dtlogin&lt;BR /&gt;mwa&lt;BR /&gt;omni &lt;BR /&gt;etc&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 29 May 2002 09:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-scripts/m-p/2733277#M65915</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-05-29T09:40:48Z</dc:date>
    </item>
  </channel>
</rss>

