<?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: Disabling service in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531065#M15941</link>
    <description>This is posted in the wrong place - should be in the HPUX forum.&lt;BR /&gt;&lt;BR /&gt;Editing inetd.sec won't *disable* the service, it will simply block certain IPs from accessing the service. If you want to disable the services you should edit /etc/inetd.conf and comment out the relevant services and then restart inetd using 'inetd -c'&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
    <pubDate>Mon, 25 Apr 2005 11:29:25 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2005-04-25T11:29:25Z</dc:date>
    <item>
      <title>Disabling service</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531064#M15940</link>
      <description>&lt;BR /&gt;Hi there!&lt;BR /&gt; I want to disable some of the services as follows&lt;BR /&gt;echo time nfs snmp mysql http and as per my knowledge, the &lt;BR /&gt;entry should be added for these with allow/deny with host address.&lt;BR /&gt;But I could not find such file in /var/adm but in /usr/newconfig/var/adm.&lt;BR /&gt;What should be the action taken? Can entry be added in /usr/newconfig/var/adm &lt;BR /&gt;where I find inetd.sec file?&lt;BR /&gt;&lt;BR /&gt;Immediate response would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mehul &lt;BR /&gt;</description>
      <pubDate>Mon, 25 Apr 2005 06:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531064#M15940</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2005-04-25T06:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling service</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531065#M15941</link>
      <description>This is posted in the wrong place - should be in the HPUX forum.&lt;BR /&gt;&lt;BR /&gt;Editing inetd.sec won't *disable* the service, it will simply block certain IPs from accessing the service. If you want to disable the services you should edit /etc/inetd.conf and comment out the relevant services and then restart inetd using 'inetd -c'&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 25 Apr 2005 11:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531065#M15941</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-04-25T11:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling service</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531066#M15942</link>
      <description>There is not entry for the following services that I can commented out in inetd.conf to disable the same&lt;BR /&gt;nfs snmp mysql http&lt;BR /&gt;pl, guide me&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;mehul</description>
      <pubDate>Tue, 26 Apr 2005 01:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531066#M15942</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2005-04-26T01:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling service</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531067#M15943</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;inetd daemon reads the /etc/inetd.conf during bootup to start network services.  &lt;BR /&gt;&lt;BR /&gt;you can check if the services are running by&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep -e snmp -e bind -e http -e sql&lt;BR /&gt;&lt;BR /&gt;and then find out which script has started the service and can disable / remove the script which started the service.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Tue, 26 Apr 2005 02:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531067#M15943</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-26T02:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling service</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531068#M15944</link>
      <description>As per intruction, I used grep command finding that snmp, mysql, http etc has been running.But how to disable these services.&lt;BR /&gt;&lt;BR /&gt;Waiting for reply&lt;BR /&gt;&lt;BR /&gt;Mehul</description>
      <pubDate>Tue, 26 Apr 2005 04:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531068#M15944</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2005-04-26T04:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling service</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531069#M15945</link>
      <description>Do like this&lt;BR /&gt;vi /etc/services&lt;BR /&gt;#rem services you want&lt;BR /&gt;#echo           7/tcp                 # Echo&lt;BR /&gt;#echo           7/udp                 #&lt;BR /&gt;discard        9/tcp  sink null      # Discard&lt;BR /&gt;discard        9/udp  sink null      #&lt;BR /&gt;systat        11/tcp  users          # Active Users&lt;BR /&gt;#daytime       13/tcp                 # Daytime&lt;BR /&gt;#daytime       13/udp                 #&lt;BR /&gt;qotd          17/tcp  quote          # Quote of the Day&lt;BR /&gt;chargen       19/tcp  ttytst source  # Character Generator&lt;BR /&gt;chargen       19/udp  ttytst source  #&lt;BR /&gt;ftp-data      20/tcp                 # File Transfer Protocol (Data)&lt;BR /&gt;ftp           21/tcp                 # File Transfer Protocol (Control)&lt;BR /&gt;telnet        23/tcp                 # Virtual Terminal Protocol&lt;BR /&gt;smtp          25/tcp                 # Simple Mail Transfer Protocol&lt;BR /&gt;time          37/tcp  timeserver     # Time&lt;BR /&gt;time          37/udp  timeserver     #&lt;BR /&gt;rlp           39/udp  resource       # Resource Location Protocol&lt;BR /&gt;whois         43/tcp  nicname        # Who Is&lt;BR /&gt;domain        53/tcp  nameserver     # Domain Name Service&lt;BR /&gt;domain        53/udp  nameserver     #&lt;BR /&gt;bootps        67/udp                 # Bootstrap Protocol Server&lt;BR /&gt;bootpc        68/udp                 # Bootstrap Protocol Client&lt;BR /&gt;tftp          69/udp                 # Trivial File Transfer Protocol&lt;BR /&gt;rje           77/tcp  netrjs         # private RJE Service&lt;BR /&gt;finger        79/tcp                 # Finger&lt;BR /&gt;:wq!&lt;BR /&gt;then save and exit&lt;BR /&gt;#inetd -c&lt;BR /&gt;all rem services will be disable.&lt;BR /&gt;HTH</description>
      <pubDate>Tue, 26 Apr 2005 04:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531069#M15945</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-04-26T04:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling service</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531070#M15946</link>
      <description>NFS, MySQL, SNMP, Apache must all be stopped via their start/stop scripts in /sbin/init.d and configuration files in /etc/rc.config.d&lt;BR /&gt;&lt;BR /&gt;First stop the application with the appropriate start/stop script:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.client stop&lt;BR /&gt;# /sbin/init.d/nfs.server stop&lt;BR /&gt;# /sbin/init.d/nfs.core stop&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/mysql stop&lt;BR /&gt;(or some very similar script)&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/apache stop&lt;BR /&gt;(or whatever script controls apache)&lt;BR /&gt;&lt;BR /&gt;do the same for all SNMP* scripts as there are several.&lt;BR /&gt;&lt;BR /&gt;Once you have them all stopped, modify their configuration files in /etc/rc.config.d and set the variables in the file to a value of 0 (zero) so that they will not start automatically.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2005 09:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531070#M15946</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-04-26T09:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling service</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531071#M15947</link>
      <description>Right!&lt;BR /&gt;NFS, MySQL, SNMP, Apache must all be stopped via their start/stop scripts in /sbin/init.d and configuration files in /etc/rc.config.d&lt;BR /&gt;NFS, MySQL, SNMP, Apache is not controled by inetd.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2005 22:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disabling-service/m-p/3531071#M15947</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-04-26T22:22:05Z</dc:date>
    </item>
  </channel>
</rss>

