<?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: xinetd services in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278566#M531561</link>
    <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;I don't know how hpux organizes the xinetd configuration because we don't use the xinetd on our hpux boxes.&lt;BR /&gt;However, I assume that there should be no major deviations from any Linux installation where most distros split the xinetd.conf file into a global section which resides in /etc/xinetd.conf and defines settings valid to all xinetd services unless overwritten or newly defined in each service's specific section.&lt;BR /&gt;In that global /etc/xientd.conf you would usually find an "includedir /etc/xinetd.d" line.&lt;BR /&gt;This is the directory where specific definitions for each xinetd service will reside, each in a file of its own usually named like the service itself (e.g. tftp, rsync etc).&lt;BR /&gt;Usually most distros have most or all of the xinetd services "disable = yes" per default, unless some package manager's postinstall script configured that service to be "disable = no".&lt;BR /&gt;So I would advise you get hold of some linux installation and have a look at those files to get an impression of the format and most  common configuration directives.&lt;BR /&gt;Usually you would edit one such service's config file and then send the xinetd proc a SIGHUP (e.g. pkill -1 xinetd) which should then start a listening socket for that service (check by e.g. "netstat -tlnp | grep &lt;PORTNUM_OF_SERVICE&gt;").&lt;BR /&gt;You could and should also have a look at man xinetd.conf which describes all possible configuration options.&lt;/PORTNUM_OF_SERVICE&gt;</description>
    <pubDate>Tue, 05 Apr 2011 09:31:58 GMT</pubDate>
    <dc:creator>Ralph Grothe</dc:creator>
    <dc:date>2011-04-05T09:31:58Z</dc:date>
    <item>
      <title>xinetd services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278563#M531558</link>
      <description>&lt;!--!*#--&gt;My group has been asked to look into the use of XINETD rather than the more familiar (to me) INETD. I'm familiar with INETD and  entries such as rshd/remshd, but I'm wondering if there's any info pertaining to the same sevices when used w/XINETD, IE: what the config file entries might look like, etc. A sample xinetd.conf file would be helpful.&lt;BR /&gt;&lt;BR /&gt;I don't currently have access to a server with the software loaded, so I'd like to get an advance look at some of the config info prior to implementation.&lt;BR /&gt;&lt;BR /&gt;Thx.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Apr 2011 17:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278563#M531558</guid>
      <dc:creator>john guardian</dc:creator>
      <dc:date>2011-04-04T17:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: xinetd services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278564#M531559</link>
      <description>which version of HP-UX do you have? xinetd is part of the Internet Express DVD, you can install and test it:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1131" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1131&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do they have a specific reason favoring inetd to xinetd?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2011 08:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278564#M531559</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2011-04-05T08:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: xinetd services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278565#M531560</link>
      <description>&lt;BR /&gt;...favoring xinetd to inetd?&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2011 08:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278565#M531560</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2011-04-05T08:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: xinetd services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278566#M531561</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;I don't know how hpux organizes the xinetd configuration because we don't use the xinetd on our hpux boxes.&lt;BR /&gt;However, I assume that there should be no major deviations from any Linux installation where most distros split the xinetd.conf file into a global section which resides in /etc/xinetd.conf and defines settings valid to all xinetd services unless overwritten or newly defined in each service's specific section.&lt;BR /&gt;In that global /etc/xientd.conf you would usually find an "includedir /etc/xinetd.d" line.&lt;BR /&gt;This is the directory where specific definitions for each xinetd service will reside, each in a file of its own usually named like the service itself (e.g. tftp, rsync etc).&lt;BR /&gt;Usually most distros have most or all of the xinetd services "disable = yes" per default, unless some package manager's postinstall script configured that service to be "disable = no".&lt;BR /&gt;So I would advise you get hold of some linux installation and have a look at those files to get an impression of the format and most  common configuration directives.&lt;BR /&gt;Usually you would edit one such service's config file and then send the xinetd proc a SIGHUP (e.g. pkill -1 xinetd) which should then start a listening socket for that service (check by e.g. "netstat -tlnp | grep &lt;PORTNUM_OF_SERVICE&gt;").&lt;BR /&gt;You could and should also have a look at man xinetd.conf which describes all possible configuration options.&lt;/PORTNUM_OF_SERVICE&gt;</description>
      <pubDate>Tue, 05 Apr 2011 09:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278566#M531561</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2011-04-05T09:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: xinetd services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278567#M531562</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;As Ralph noted, 'xinetd' is a GNU/Linux (and Apple) variant of the familiar 'inetd' daemon and is not indigenous to HP-UX.  A look at the manpages for 'xinetd.conf' [ as Ralph also suggested ] will begin to help you.  Of course, having a Linux server (or perhaps something like CentOS) on a laptop or PC is very helpful.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 05 Apr 2011 12:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278567#M531562</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-04-05T12:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: xinetd services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278568#M531563</link>
      <description>Thx to all who replied.&lt;BR /&gt;&lt;BR /&gt;The HP-UX version is 11.23 (v2). Don't know why the subject of xinetd was brought up. I suspect it has something to do w/the new IT Director who is a Linux person and feels that all servers should use the same methodologies.&lt;BR /&gt;&lt;BR /&gt;I'll have to set up a RedHat machine and get a look at the xinetd files.&lt;BR /&gt;&lt;BR /&gt;Thx again!&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2011 12:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xinetd-services/m-p/5278568#M531563</guid>
      <dc:creator>john guardian</dc:creator>
      <dc:date>2011-04-05T12:49:42Z</dc:date>
    </item>
  </channel>
</rss>

