<?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: /etc/services in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-services/m-p/2795840#M940958</link>
    <description>You really have violated one of the fundamental rules of choosing ports for your application - NEVER USE A NICE ROUND NUMBER. If you violate the second rule - NEVER USE AN ALREADY LISTED PORT, then you are really asking for trouble. &lt;BR /&gt;&lt;BR /&gt;I trust that you are using the getservbyname() function rather than using the port number directly. That makes changing the application merely a matter of updating /etc/services and/or the services NIS map. It also has the added advantage of 'advertising' your port by listing it in /etc/services.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Aug 2002 13:13:01 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-08-28T13:13:01Z</dc:date>
    <item>
      <title>/etc/services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-services/m-p/2795836#M940954</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to understand what HP application really uses the port 10000, which is defined&lt;BR /&gt;in /etc/services file as:&lt;BR /&gt;&lt;BR /&gt;console 10000/tcp #MC/Sys Env console mutiplex&lt;BR /&gt;&lt;BR /&gt;why console multiplexor needs a tcp port? will&lt;BR /&gt;there be a conflict if my home grown network application listens to this port?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 28 Aug 2002 12:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-services/m-p/2795836#M940954</guid>
      <dc:creator>wilson zhao</dc:creator>
      <dc:date>2002-08-28T12:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-services/m-p/2795837#M940955</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;'/etc/services' port declarations represent an "intention" to use a port.  It would be better to modify your application to use a different port number, even if you are not using this port.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 28 Aug 2002 12:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-services/m-p/2795837#M940955</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-28T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-services/m-p/2795838#M940956</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;Normally these ports will be useful when you have a remote console. In systems like V classes, the teststation consoles does the job of a system console and this ports comes in picture at that time.&lt;BR /&gt;&lt;BR /&gt;These port numbers will be used when a request comes to access the console operations.&lt;BR /&gt;&lt;BR /&gt;hth,</description>
      <pubDate>Wed, 28 Aug 2002 12:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-services/m-p/2795838#M940956</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-28T12:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-services/m-p/2795839#M940957</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;In addition, I would not recommend to modify any of these settings even if they are not in use. You can have any other port numbers for your customized applications.&lt;BR /&gt;&lt;BR /&gt;For reading more about console ports, check here:&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000054800017" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000054800017&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Doc ID - KNC121197001</description>
      <pubDate>Wed, 28 Aug 2002 12:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-services/m-p/2795839#M940957</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-28T12:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-services/m-p/2795840#M940958</link>
      <description>You really have violated one of the fundamental rules of choosing ports for your application - NEVER USE A NICE ROUND NUMBER. If you violate the second rule - NEVER USE AN ALREADY LISTED PORT, then you are really asking for trouble. &lt;BR /&gt;&lt;BR /&gt;I trust that you are using the getservbyname() function rather than using the port number directly. That makes changing the application merely a matter of updating /etc/services and/or the services NIS map. It also has the added advantage of 'advertising' your port by listing it in /etc/services.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Aug 2002 13:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-services/m-p/2795840#M940958</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-28T13:13:01Z</dc:date>
    </item>
  </channel>
</rss>

