<?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 Services Running in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559162#M759095</link>
    <description>We are wanting to secure our HPUX (10.20 and 11.0) by stopping services that are not/should not be used.  Is there a resource to assist us with this?  Has anyone else done this recently that can suggest a method that worked for them?</description>
    <pubDate>Tue, 31 Jul 2001 11:00:07 GMT</pubDate>
    <dc:creator>Nancy Verkamp</dc:creator>
    <dc:date>2001-07-31T11:00:07Z</dc:date>
    <item>
      <title>Services Running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559162#M759095</link>
      <description>We are wanting to secure our HPUX (10.20 and 11.0) by stopping services that are not/should not be used.  Is there a resource to assist us with this?  Has anyone else done this recently that can suggest a method that worked for them?</description>
      <pubDate>Tue, 31 Jul 2001 11:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559162#M759095</guid>
      <dc:creator>Nancy Verkamp</dc:creator>
      <dc:date>2001-07-31T11:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Services Running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559163#M759096</link>
      <description>Try this ressources:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://people.hp.se/stevesk/bastion11.html" target="_blank"&gt;http://people.hp.se/stevesk/bastion11.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://people.hp.se/stevesk/bastion10.html" target="_blank"&gt;http://people.hp.se/stevesk/bastion10.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://secinf.net/info/unix/secureHP-UX.html" target="_blank"&gt;http://secinf.net/info/unix/secureHP-UX.html&lt;/A&gt;</description>
      <pubDate>Tue, 31 Jul 2001 11:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559163#M759096</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-07-31T11:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Services Running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559164#M759097</link>
      <description>Hi Nancy:&lt;BR /&gt;&lt;BR /&gt;You can comment-out the services you do not need in /etc/inetd.conf (e.g. 'echo, 'chargen', etc.) and restart the 'inetd' daemon:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 31 Jul 2001 11:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559164#M759097</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-31T11:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Services Running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559165#M759098</link>
      <description>Hi,&lt;BR /&gt;inetd is the process that supervises the internet.&lt;BR /&gt;if you don't want any kind of activities in your system comment all the RPC lines in /etc/inetd.conf file. excecute the command 'inetd -c' , this will stop all RPC processes and kill the inetd process.</description>
      <pubDate>Tue, 31 Jul 2001 11:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559165#M759098</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-07-31T11:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Services Running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559166#M759099</link>
      <description>Hi Nancy,&lt;BR /&gt;&lt;BR /&gt;To secure your system, you can comment the required ARPA/Berkeley services (telnet, ftp, rlogin,  etc.) in /etc/inetd.conf file.&lt;BR /&gt;Incase if you want allow these services for some particular users, then you can enable security level for inet services using /var/adm/inetd.sec file(refer man page for inetd.sec entry). Any changes performed in /etc/inetd.conf file can be brought into effect by using "inetd -c" command, which will reconfigure the Internet daemon by rereading the config. file once again.&lt;BR /&gt;&lt;BR /&gt;Further security of your system can be acheived by ensuring proper file permissions(recommended : 644 and in some case 664).&lt;BR /&gt;&lt;BR /&gt;Hope this will help a bit.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;N.Harinath.</description>
      <pubDate>Wed, 01 Aug 2001 01:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559166#M759099</guid>
      <dc:creator>Harinath N</dc:creator>
      <dc:date>2001-08-01T01:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Services Running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559167#M759100</link>
      <description>Nancy, &lt;BR /&gt;&lt;BR /&gt;I'm looking into the same issue myself.  I'd recommend the following methodology.&lt;BR /&gt;&lt;BR /&gt;1) Turn on as much logging as you can.  This would include modifying syslog.conf.  Also do a man on the various daemons to see if there are log options available.  (e.g.  ftpd has logging options.)&lt;BR /&gt;&lt;BR /&gt;2) After a "suitable" period of time, view these logs.&lt;BR /&gt;It might be helpful in the case of /var/adm/syslog/syslog.log  to do the following:&lt;BR /&gt;&lt;BR /&gt;cat /var/adm/syslog/syslog.log | grep rpcbind &amp;gt; rpcbind.log&lt;BR /&gt;cat /var/adm/syslog/syslog.log | grep LVM &amp;gt; LVM.log&lt;BR /&gt;etc...&lt;BR /&gt;&lt;BR /&gt;3)  Upon implementation, I would recommend having some tests clearly defined in advance, as well as having the fall back clearly planned.&lt;BR /&gt;&lt;BR /&gt;I wish I could be more help but this is the first time&lt;BR /&gt;I'm doing this as well.&lt;BR /&gt;&lt;BR /&gt;Good Luck and let us know if you run across any Einstein-ish ideas as you work on it!</description>
      <pubDate>Wed, 01 Aug 2001 18:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services-running/m-p/2559167#M759100</guid>
      <dc:creator>Thomas D. Harrison</dc:creator>
      <dc:date>2001-08-01T18:55:24Z</dc:date>
    </item>
  </channel>
</rss>

