<?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: pty Logins in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pty-logins/m-p/2780292#M77012</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You don't metion your OS level. but I'm going to assume it is HPUX 11, as this is a normal problem. With the introduction of HPUX 11, a new parameter called 'nstrtel' was included. To fix your problem the best method is to have 'npty' 'nstrpty' and nstrtel the same value in the kernel. If you have them the same, then you just need to run the below commands.&lt;BR /&gt;&lt;BR /&gt;e.g &lt;BR /&gt;npty 1024&lt;BR /&gt;nstrpty 1024&lt;BR /&gt;nstrtel 1024&lt;BR /&gt;&lt;BR /&gt;Once you have re-generated your kernel and rebooted your system, (if required) run the following commands which will create the pseudo ptys required. &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;# insf -e &lt;BR /&gt;&lt;BR /&gt;HTH &lt;BR /&gt;Michael &lt;BR /&gt;</description>
    <pubDate>Tue, 06 Aug 2002 06:50:49 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-08-06T06:50:49Z</dc:date>
    <item>
      <title>pty Logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pty-logins/m-p/2780289#M77009</link>
      <description>I want to increase the Pseudo terminals logins in my B2000 to 400 Logins , I even tried usring the SAM&amp;gt;Kernel Configuration&amp;gt;Configurable Parameters &amp;gt;and formula value 200.. and reboot the M/c . &lt;BR /&gt;Other thing I did was to install special file &lt;BR /&gt;# insf -d pty -n 200 &lt;BR /&gt;&lt;BR /&gt;But In the /dev/pty it only shows the the defaults value of 60 files .. &lt;BR /&gt;Any one please help me on this &lt;BR /&gt;Thanks in Advance &lt;BR /&gt;Asif</description>
      <pubDate>Tue, 06 Aug 2002 06:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pty-logins/m-p/2780289#M77009</guid>
      <dc:creator>donne007</dc:creator>
      <dc:date>2002-08-06T06:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: pty Logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pty-logins/m-p/2780290#M77010</link>
      <description>To find telnet sessions available&lt;BR /&gt;&lt;BR /&gt;ls /dev/pty |wc -w&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Re-build the device files using&lt;BR /&gt;insf -d pts -s 512 -e -v   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 06 Aug 2002 06:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pty-logins/m-p/2780290#M77010</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-06T06:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: pty Logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pty-logins/m-p/2780291#M77011</link>
      <description>check this document&lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000054620473" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000054620473&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;THanks</description>
      <pubDate>Tue, 06 Aug 2002 06:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pty-logins/m-p/2780291#M77011</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-06T06:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: pty Logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pty-logins/m-p/2780292#M77012</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You don't metion your OS level. but I'm going to assume it is HPUX 11, as this is a normal problem. With the introduction of HPUX 11, a new parameter called 'nstrtel' was included. To fix your problem the best method is to have 'npty' 'nstrpty' and nstrtel the same value in the kernel. If you have them the same, then you just need to run the below commands.&lt;BR /&gt;&lt;BR /&gt;e.g &lt;BR /&gt;npty 1024&lt;BR /&gt;nstrpty 1024&lt;BR /&gt;nstrtel 1024&lt;BR /&gt;&lt;BR /&gt;Once you have re-generated your kernel and rebooted your system, (if required) run the following commands which will create the pseudo ptys required. &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;# insf -e &lt;BR /&gt;&lt;BR /&gt;HTH &lt;BR /&gt;Michael &lt;BR /&gt;</description>
      <pubDate>Tue, 06 Aug 2002 06:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pty-logins/m-p/2780292#M77012</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-06T06:50:49Z</dc:date>
    </item>
  </channel>
</rss>

