<?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 inetd issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-issue/m-p/5111745#M539347</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;we have several HP-UX servers and on some the following entry inside inetd.conf is working:&lt;BR /&gt;&lt;BR /&gt;inetd.conf&lt;BR /&gt;dummy stream tcp nowait root /tmp/dummy dummy&lt;BR /&gt;&lt;BR /&gt;The /etc/service entry:&lt;BR /&gt;dummy 1532/tcp # dummy&lt;BR /&gt;&lt;BR /&gt;The entry above is a test entry to determine a problem for a schedule system. If I insert these entries above on one server it works:&lt;BR /&gt;&lt;BR /&gt;telnet localhost 1532&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to localhost.adc.net.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;On another host it is not working, I get there the following output:&lt;BR /&gt;&lt;BR /&gt;telnet localhost 1532&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;Both systems are HP-UX sytems. Versions:&lt;BR /&gt;&lt;BR /&gt;Working Server: HP-UX xxxxx B.11.23 U ia64 1792574214 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;Not working Server: &lt;BR /&gt;HP-UX xxxx B.11.11 U 9000/800 476108678 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;On both systems I have reloaded the inetd (inetd -c)&lt;BR /&gt;&lt;BR /&gt;I have tried this on server HP-UX systems. It is strange that the inetd entry works on all itanium server but not on parisc servers.&lt;BR /&gt;&lt;BR /&gt;Further I receive the following error after reloading the inetd (/var/adm/syslog/syslog):&lt;BR /&gt;&lt;BR /&gt;May 30 14:09:19 xxxx inetd[19155]: dummy/tcp: Unknown service&lt;BR /&gt;&lt;BR /&gt;Funny is that the entry exists inside the /etc/services.&lt;BR /&gt;&lt;BR /&gt;Has anyone of you an idea why it works on one server and not on the other.&lt;BR /&gt;&lt;BR /&gt;I am glad for every help,&lt;BR /&gt;&lt;BR /&gt;Chris</description>
    <pubDate>Mon, 02 Jun 2008 05:29:36 GMT</pubDate>
    <dc:creator>Christian Doll</dc:creator>
    <dc:date>2008-06-02T05:29:36Z</dc:date>
    <item>
      <title>inetd issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-issue/m-p/5111745#M539347</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;we have several HP-UX servers and on some the following entry inside inetd.conf is working:&lt;BR /&gt;&lt;BR /&gt;inetd.conf&lt;BR /&gt;dummy stream tcp nowait root /tmp/dummy dummy&lt;BR /&gt;&lt;BR /&gt;The /etc/service entry:&lt;BR /&gt;dummy 1532/tcp # dummy&lt;BR /&gt;&lt;BR /&gt;The entry above is a test entry to determine a problem for a schedule system. If I insert these entries above on one server it works:&lt;BR /&gt;&lt;BR /&gt;telnet localhost 1532&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to localhost.adc.net.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;On another host it is not working, I get there the following output:&lt;BR /&gt;&lt;BR /&gt;telnet localhost 1532&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;Both systems are HP-UX sytems. Versions:&lt;BR /&gt;&lt;BR /&gt;Working Server: HP-UX xxxxx B.11.23 U ia64 1792574214 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;Not working Server: &lt;BR /&gt;HP-UX xxxx B.11.11 U 9000/800 476108678 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;On both systems I have reloaded the inetd (inetd -c)&lt;BR /&gt;&lt;BR /&gt;I have tried this on server HP-UX systems. It is strange that the inetd entry works on all itanium server but not on parisc servers.&lt;BR /&gt;&lt;BR /&gt;Further I receive the following error after reloading the inetd (/var/adm/syslog/syslog):&lt;BR /&gt;&lt;BR /&gt;May 30 14:09:19 xxxx inetd[19155]: dummy/tcp: Unknown service&lt;BR /&gt;&lt;BR /&gt;Funny is that the entry exists inside the /etc/services.&lt;BR /&gt;&lt;BR /&gt;Has anyone of you an idea why it works on one server and not on the other.&lt;BR /&gt;&lt;BR /&gt;I am glad for every help,&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 02 Jun 2008 05:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-issue/m-p/5111745#M539347</guid>
      <dc:creator>Christian Doll</dc:creator>
      <dc:date>2008-06-02T05:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: inetd issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-issue/m-p/5111746#M539348</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;solved the problem....&lt;BR /&gt;&lt;BR /&gt;The problem was that the server has used instead of the local services the nis file. Although the server was configured to use first the local and then the nis file.&lt;BR /&gt;&lt;BR /&gt;We have add the entries to the master and now it is working.</description>
      <pubDate>Mon, 02 Jun 2008 05:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-issue/m-p/5111746#M539348</guid>
      <dc:creator>Christian Doll</dc:creator>
      <dc:date>2008-06-02T05:57:12Z</dc:date>
    </item>
  </channel>
</rss>

