<?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: telnetd problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-problem/m-p/3581700#M230013</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;often that message is a reached limit of kernel parameters.&lt;BR /&gt;Check the following:&lt;BR /&gt;&lt;BR /&gt;maxusers&lt;BR /&gt;npty&lt;BR /&gt;nstrpty&lt;BR /&gt;nstrtel&lt;BR /&gt;&lt;BR /&gt;If you note these values too many little then increase them and reboot, in my example I will take them to 200. After boot up&lt;BR /&gt;&lt;BR /&gt;# rm /dev/pty/*&lt;BR /&gt;# rm /dev/ptym/*&lt;BR /&gt;# cd /dev&lt;BR /&gt;# insf -d pty -n 200&lt;BR /&gt;&lt;BR /&gt;Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
    <pubDate>Wed, 13 Jul 2005 08:38:08 GMT</pubDate>
    <dc:creator>Fabio Ettore</dc:creator>
    <dc:date>2005-07-13T08:38:08Z</dc:date>
    <item>
      <title>telnetd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-problem/m-p/3581699#M230012</link>
      <description>helo&lt;BR /&gt;i have a problem with an RP8400 with unix 11.i&lt;BR /&gt;the problem is there is not network connection &lt;BR /&gt;and the error is :&lt;BR /&gt;telnetd : telnet device drivers missing : no such device &lt;BR /&gt;thanks it is urgent .</description>
      <pubDate>Wed, 13 Jul 2005 08:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-problem/m-p/3581699#M230012</guid>
      <dc:creator>CSP_ALGERIA</dc:creator>
      <dc:date>2005-07-13T08:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-problem/m-p/3581700#M230013</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;often that message is a reached limit of kernel parameters.&lt;BR /&gt;Check the following:&lt;BR /&gt;&lt;BR /&gt;maxusers&lt;BR /&gt;npty&lt;BR /&gt;nstrpty&lt;BR /&gt;nstrtel&lt;BR /&gt;&lt;BR /&gt;If you note these values too many little then increase them and reboot, in my example I will take them to 200. After boot up&lt;BR /&gt;&lt;BR /&gt;# rm /dev/pty/*&lt;BR /&gt;# rm /dev/ptym/*&lt;BR /&gt;# cd /dev&lt;BR /&gt;# insf -d pty -n 200&lt;BR /&gt;&lt;BR /&gt;Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Wed, 13 Jul 2005 08:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-problem/m-p/3581700#M230013</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2005-07-13T08:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-problem/m-p/3581701#M230014</link>
      <description>run the following commands.&lt;BR /&gt;&lt;BR /&gt;insf -e -d pts -s 400&lt;BR /&gt;insf -e -d pty -n 400&lt;BR /&gt;insf -e -d tels -s 400&lt;BR /&gt;&lt;BR /&gt;the value 400 is something I picked from one of my old experiences but if it does not work for you as they are dependent on physical memory and kernel parameters, reduce them to 200 then to 100 and finally to their default value of 60.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 13 Jul 2005 08:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-problem/m-p/3581701#M230014</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-13T08:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-problem/m-p/3581702#M230015</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;According to my findings, this message indicates a problem may be with the&lt;BR /&gt;device files, used by telnet.&lt;BR /&gt;&lt;BR /&gt;The corresponsing device files are: /dev/telnetm and /dev/pts/t*&lt;BR /&gt;&lt;BR /&gt;The error message is caused by the fact, that the device files are&lt;BR /&gt;either not available or do have wrong major/minor numbers.&lt;BR /&gt;# ll /dev/pts/t*&lt;BR /&gt;&lt;BR /&gt;# ll  /dev/telnetm&lt;BR /&gt;&lt;BR /&gt;The value shown by "lsdev" for "telm" would need to be equal to the minor&lt;BR /&gt;number of "/dev/telnetm"&lt;BR /&gt;    - AND -&lt;BR /&gt;the value shown for "tels" would need to be equal to the major number of&lt;BR /&gt;the /dev/pty/t* device files.&lt;BR /&gt;&lt;BR /&gt;By the way an "fuser /dev/pts/t*" should not show any usage of the&lt;BR /&gt;device files.&lt;BR /&gt;&lt;BR /&gt;To solve the problem, we need to remove the incompatible device files&lt;BR /&gt;and create new device files:&lt;BR /&gt;&lt;BR /&gt;1.) For the "tels"-devices:&lt;BR /&gt;&lt;BR /&gt;    =&amp;gt; rmsf /dev/pts/t*&lt;BR /&gt;    =&amp;gt; insf -v -d tels&lt;BR /&gt;&lt;BR /&gt;2.) For the "telm"-device:&lt;BR /&gt;&lt;BR /&gt;    =&amp;gt; rmsf /dev/telnetm&lt;BR /&gt;    =&amp;gt; insf -v -d telm&lt;BR /&gt;&lt;BR /&gt;============================================================================&lt;BR /&gt;&lt;BR /&gt;Afterwards, the lsdev-command and an ll-command on the device files&lt;BR /&gt;do show matching values:&lt;BR /&gt;&lt;BR /&gt;# ll /dev/pts/t*&lt;BR /&gt;&lt;BR /&gt;# ll /dev/telnetm&lt;BR /&gt;&lt;BR /&gt;# lsdev | grep tel&lt;BR /&gt;&lt;BR /&gt;Starting a new telnet-connection to the system, should show, that everything&lt;BR /&gt;works fine, after re-creating the device files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;&lt;BR /&gt;Venkatesan.</description>
      <pubDate>Wed, 13 Jul 2005 23:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-problem/m-p/3581702#M230015</guid>
      <dc:creator>Venkatesan_5</dc:creator>
      <dc:date>2005-07-13T23:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-problem/m-p/3581703#M230016</link>
      <description>You may also want to consider using ssh instead of telnet.  It doesn't send out your password and data in clear text for others on the subnet to see, and even sets your X-display variable automatically (protecting your X-traffic as well).&lt;BR /&gt;&lt;BR /&gt;It is already on your 11.23 systems and is a free download on 11.00/11.11:&lt;BR /&gt;&lt;A href="https://h20293.www2.hp.com/portal/swdepot/try.do?productNumber=T1471AA" target="_blank"&gt;https://h20293.www2.hp.com/portal/swdepot/try.do?productNumber=T1471AA&lt;/A&gt;</description>
      <pubDate>Thu, 14 Jul 2005 07:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-problem/m-p/3581703#M230016</guid>
      <dc:creator>Robert Fritz</dc:creator>
      <dc:date>2005-07-14T07:43:57Z</dc:date>
    </item>
  </channel>
</rss>

