<?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 Telnet sessions die in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439717#M6874</link>
    <description>Hello:&lt;BR /&gt; &lt;BR /&gt;We have a k580, 11.0 hp9000 system.  Today, all of the logged in reflections X telnet sessions to this box froze and no new sessions could be started.  The system was still up, and I was able to login at the console and rebooted the box.   Yesterday I installed an sos patch PHNE_19984 which, according to HP, would not affect the box.  I also increased the size of maxdsiz.   This is an oracle 8.0.5 box, and the DBA is checking to see if one of the two instances was the cause of this problem since one of them was down.&lt;BR /&gt;&lt;BR /&gt;Has anyone encountered this type of problem?</description>
    <pubDate>Thu, 24 Aug 2000 19:38:37 GMT</pubDate>
    <dc:creator>Youlette Etienne_2</dc:creator>
    <dc:date>2000-08-24T19:38:37Z</dc:date>
    <item>
      <title>Telnet sessions die</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439717#M6874</link>
      <description>Hello:&lt;BR /&gt; &lt;BR /&gt;We have a k580, 11.0 hp9000 system.  Today, all of the logged in reflections X telnet sessions to this box froze and no new sessions could be started.  The system was still up, and I was able to login at the console and rebooted the box.   Yesterday I installed an sos patch PHNE_19984 which, according to HP, would not affect the box.  I also increased the size of maxdsiz.   This is an oracle 8.0.5 box, and the DBA is checking to see if one of the two instances was the cause of this problem since one of them was down.&lt;BR /&gt;&lt;BR /&gt;Has anyone encountered this type of problem?</description>
      <pubDate>Thu, 24 Aug 2000 19:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439717#M6874</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2000-08-24T19:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions die</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439718#M6875</link>
      <description>Try inetd -c to reread the inetd file.&lt;BR /&gt;&lt;BR /&gt;Also, look in the inetd.sec file for any blocks</description>
      <pubDate>Thu, 24 Aug 2000 19:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439718#M6875</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-24T19:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions die</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439719#M6876</link>
      <description>Check if your patch has dependences and if you have them installed.&lt;BR /&gt;Telnet sessions die (I suppose the existing ones), can you re-login issuing new telnet session? That message did you get?</description>
      <pubDate>Thu, 24 Aug 2000 19:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439719#M6876</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-24T19:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions die</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439720#M6877</link>
      <description>Check for cannot allocate pty in syslog.log.  You may need to increase the amount of them in the kernel.  For 11.0, increase npty, nstrpty and nstelpty to the same amount.&lt;BR /&gt;&lt;BR /&gt;grep pty /stand/system  &amp;gt;&amp;gt; how many in the kernal&lt;BR /&gt;&lt;BR /&gt;/dev/ll pt* | wc -l  &amp;gt;&amp;gt; how many device files are created?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Thu, 24 Aug 2000 20:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439720#M6877</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-08-24T20:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions die</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439721#M6878</link>
      <description>Thank you for responding so quickly.&lt;BR /&gt;&lt;BR /&gt;I checked the inetd.sec file.  There were no blocks.   &lt;BR /&gt;&lt;BR /&gt;At the time the sessions froze, I was logged in from my NT workstation as root.   I just went to the console to see if I could log in there first.  I did not try to start a new session from my workstation, but the DBA said she was unable to start a new session.&lt;BR /&gt;We were able to login via telnet sessions with no problmes once I rebooted the box.&lt;BR /&gt;&lt;BR /&gt;There were no "cannot allocate pty" error messages in the syslog file.  This was the first place I checked for any clues.&lt;BR /&gt;&lt;BR /&gt;ls /dev/pty |wc -w ---&amp;gt; 60&lt;BR /&gt;&lt;BR /&gt;# grep pty /stand/system &lt;BR /&gt;strpty_included&lt;BR /&gt;nstrpty         60&lt;BR /&gt;&lt;BR /&gt;HP recommends increasing NPTY and NSTRPTY to 512.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2000 21:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439721#M6878</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2000-08-24T21:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions die</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439722#M6879</link>
      <description>If happened again, try to telnet to the box itself. &lt;BR /&gt;#telnet .  (telnet_space_dot). &lt;BR /&gt;Increase npty&lt;BR /&gt;Check the network patches in the machine. &lt;BR /&gt;Can you get an rlogin session when telnet is not working? &lt;BR /&gt;Finally, I don't know what you tried to fix with that patch, but if is doing that, just remove it (swremove).</description>
      <pubDate>Fri, 25 Aug 2000 05:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-die/m-p/2439722#M6879</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-25T05:38:31Z</dc:date>
    </item>
  </channel>
</rss>

