<?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: Telnet device drivers missing: No such device in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-telnet-device-drivers-missing-no-such-device/m-p/2777186#M76264</link>
    <description>The pseudo terminal device files have been corrupted or some are missing.  Do this:&lt;BR /&gt;&lt;BR /&gt;rm /dev/pts/*&lt;BR /&gt;rm /dev/pty/*&lt;BR /&gt;cd /dev&lt;BR /&gt;insf -e&lt;BR /&gt;insf -d telm&lt;BR /&gt;insf -d tels&lt;BR /&gt;&lt;BR /&gt;This will reinstall the device files correctly. To allow 200 connections, use SAM and go to Kernel Configuration -&amp;gt; Configurable Parameters. Change 3 parameters:&lt;BR /&gt;&lt;BR /&gt;npty&lt;BR /&gt;nstrpty&lt;BR /&gt;nstrtel&lt;BR /&gt;&lt;BR /&gt;Make them all = 200 and the kernel will rebuilt to allow up to 200 connections at the same time. A reboot will be required.</description>
    <pubDate>Thu, 01 Aug 2002 00:05:48 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2002-08-01T00:05:48Z</dc:date>
    <item>
      <title>telnetd: Telnet device drivers missing: No such device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-telnet-device-drivers-missing-no-such-device/m-p/2777184#M76262</link>
      <description>We are running HP11i.  We get the message "telnetd: Telnet device drivers missing: No such device &lt;BR /&gt;" when more then 65 users are loged in.  How to can we allow more users to log in.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kafsat</description>
      <pubDate>Wed, 31 Jul 2002 23:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-telnet-device-drivers-missing-no-such-device/m-p/2777184#M76262</guid>
      <dc:creator>Kafsat Taiyus</dc:creator>
      <dc:date>2002-07-31T23:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd: Telnet device drivers missing: No such device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-telnet-device-drivers-missing-no-such-device/m-p/2777185#M76263</link>
      <description>Take a look at the doc KBRC00008370 ..&lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000061999596" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000061999596&lt;/A&gt;&lt;BR /&gt;It suggest for you to check your telnet device file and recreate them. Hope it helps.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Aug 2002 00:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-telnet-device-drivers-missing-no-such-device/m-p/2777185#M76263</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-08-01T00:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd: Telnet device drivers missing: No such device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-telnet-device-drivers-missing-no-such-device/m-p/2777186#M76264</link>
      <description>The pseudo terminal device files have been corrupted or some are missing.  Do this:&lt;BR /&gt;&lt;BR /&gt;rm /dev/pts/*&lt;BR /&gt;rm /dev/pty/*&lt;BR /&gt;cd /dev&lt;BR /&gt;insf -e&lt;BR /&gt;insf -d telm&lt;BR /&gt;insf -d tels&lt;BR /&gt;&lt;BR /&gt;This will reinstall the device files correctly. To allow 200 connections, use SAM and go to Kernel Configuration -&amp;gt; Configurable Parameters. Change 3 parameters:&lt;BR /&gt;&lt;BR /&gt;npty&lt;BR /&gt;nstrpty&lt;BR /&gt;nstrtel&lt;BR /&gt;&lt;BR /&gt;Make them all = 200 and the kernel will rebuilt to allow up to 200 connections at the same time. A reboot will be required.</description>
      <pubDate>Thu, 01 Aug 2002 00:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-telnet-device-drivers-missing-no-such-device/m-p/2777186#M76264</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-08-01T00:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd: Telnet device drivers missing: No such device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-telnet-device-drivers-missing-no-such-device/m-p/2777187#M76265</link>
      <description>Looks like your system has run out of pseudo tty's. You will need to increase the following kernel parameters if you haven't already and then run the following commands.&lt;BR /&gt;&lt;BR /&gt;Kernel parameters: nstrtel, npty &amp;amp; nstrpty &lt;BR /&gt;make all say 1024 &lt;BR /&gt;&lt;BR /&gt;Generate new kernel, reboot your system and then run these commands. &lt;BR /&gt;&lt;BR /&gt;# cd /dev&lt;BR /&gt;# insf ???d pty ???s 1024 ???e ???v&lt;BR /&gt;# insf ???d ptm ???s 1024 ???e ???v&lt;BR /&gt;# insf  -d telm ???s 1024 ???e ???v&lt;BR /&gt;# insf  -d tels ???s 1024 ???e -v&lt;BR /&gt;&lt;BR /&gt;If you don't know how to generate a new kernel on the command line, use 'sam'.</description>
      <pubDate>Thu, 01 Aug 2002 00:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-telnet-device-drivers-missing-no-such-device/m-p/2777187#M76265</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-01T00:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd: Telnet device drivers missing: No such device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-telnet-device-drivers-missing-no-such-device/m-p/2777188#M76266</link>
      <description>Thank you we have fixed the problem&lt;BR /&gt;Regards&lt;BR /&gt;Kafsat</description>
      <pubDate>Thu, 01 Aug 2002 00:30:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-telnet-device-drivers-missing-no-such-device/m-p/2777188#M76266</guid>
      <dc:creator>Kafsat Taiyus</dc:creator>
      <dc:date>2002-08-01T00:30:58Z</dc:date>
    </item>
  </channel>
</rss>

