<?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: telnet frrezing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697421#M550146</link>
    <description>Is telnet frozen or is the application frozen? That is really the question. Are the freezes always associated with an idle shell or do they only occur with a specific application? If there is nothing unique to the applications (or users, meaning PC type, emulator, network path, etc), you'll probably need Ethereal to trace a session.</description>
    <pubDate>Fri, 23 Dec 2005 21:46:24 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-12-23T21:46:24Z</dc:date>
    <item>
      <title>telnet frrezing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697417#M550142</link>
      <description>We are having a problem with our telnet sessions freezing on our 11.11 64bit server.Once the session freezes it will generally come back after a few minutes but not always. I have checked nettl and lanadmin for any errors and I am getting none. I also have checked the logs on our cisco switch and have found no errors/collisions/dropped packets or anything. All patches are up to date as of Dec 21st but the issue will not go away. Anyone have any ideas?&lt;BR /&gt;&lt;BR /&gt;PPA Number                      = 1                                             &lt;BR /&gt;Description                     = lan1 HP PCI 1000Base-T Release B.11.11.21     &lt;BR /&gt;Type (value)                    = ethernet-csmacd(6)                            &lt;BR /&gt;MTU Size                        = 1500                                          &lt;BR /&gt;Speed                           = 100000000                                     &lt;BR /&gt;Station Address                 = 0x306ef474a1                                  &lt;BR /&gt;Administration Status (value)   = up(1)                                         &lt;BR /&gt;Operation Status (value)        = up(1)                                         &lt;BR /&gt;Last Change                     = 781152                                        &lt;BR /&gt;Inbound Octets                  = 264951920                                     &lt;BR /&gt;Inbound Unicast Packets         = 1438357                                       &lt;BR /&gt;Inbound Non-Unicast Packets     = 133502                                        &lt;BR /&gt;Inbound Discards                = 1                                             &lt;BR /&gt;Inbound Errors                  = 0                                             &lt;BR /&gt;Inbound Unknown Protocols       = 5514                                          &lt;BR /&gt;Outbound Octets                 = 310188578                                     &lt;BR /&gt;Outbound Unicast Packets        = 2666058                                       &lt;BR /&gt;Outbound Non-Unicast Packets    = 3622                                          &lt;BR /&gt;Outbound Discards               = 0                                             &lt;BR /&gt;Outbound Errors                 = 0                                             &lt;BR /&gt;Outbound Queue Length           = 0                                             &lt;BR /&gt;Specific                        = 655367                                        &lt;BR /&gt;FCS Errors                      = 0 &lt;BR /&gt;Single Collision Frames         = 0 &lt;BR /&gt;Multiple Collision Frames       = 0 &lt;BR /&gt;Deferred Transmissions          = 0 &lt;BR /&gt;Late Collisions                 = 0 &lt;BR /&gt;Excessive Collisions            = 0 &lt;BR /&gt;Internal MAC Transmit Errors    = 0 &lt;BR /&gt;Carrier Sense Errors            = 0 &lt;BR /&gt;Frames Too Long                 = 0 &lt;BR /&gt;Internal MAC Receive Errors     = 0</description>
      <pubDate>Fri, 23 Dec 2005 14:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697417#M550142</guid>
      <dc:creator>Darryl_15</dc:creator>
      <dc:date>2005-12-23T14:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: telnet frrezing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697418#M550143</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;See if you have PHNE_30695.  It's a relatively recent patch that fixes "data flow hangs in kernel telnet..." and occasional high CPU consumption.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 23 Dec 2005 14:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697418#M550143</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-12-23T14:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: telnet frrezing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697419#M550144</link>
      <description>Yes already have that patch installed. If anything it caused the problem to worsen. I also removed patch PHNE_33313 as per HP recomendation thinking that it might have been a possible issue but again no luck.</description>
      <pubDate>Fri, 23 Dec 2005 14:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697419#M550144</guid>
      <dc:creator>Darryl_15</dc:creator>
      <dc:date>2005-12-23T14:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: telnet frrezing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697420#M550145</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Usually such a problem can be caused by name resolution. Look at your /etc/nsswitch.conf file. May be, there is a type of name resolution (NIS or DNS), which you either don't have on the server or it has problem iself. &lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 23 Dec 2005 14:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697420#M550145</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2005-12-23T14:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: telnet frrezing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697421#M550146</link>
      <description>Is telnet frozen or is the application frozen? That is really the question. Are the freezes always associated with an idle shell or do they only occur with a specific application? If there is nothing unique to the applications (or users, meaning PC type, emulator, network path, etc), you'll probably need Ethereal to trace a session.</description>
      <pubDate>Fri, 23 Dec 2005 21:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697421#M550146</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-12-23T21:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: telnet frrezing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697422#M550147</link>
      <description>I am not the greatest expert, but I was leaning towards a name resolution too.  If you are using Fully qualified name try using the IP address and see what happens.</description>
      <pubDate>Tue, 27 Dec 2005 16:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697422#M550147</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2005-12-27T16:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: telnet frrezing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697423#M550148</link>
      <description>Thanks all but I have already tried the suggestions put forward here. I am at a loss as to why this is going on. If anyone has any more ideas it would be greatly appreciated. As per when it freezes it happens in the application and on the command line there is no difference. It also does not matter what terminal emulation used or telnet client used so it is definately leading me down the lines of an OS problem.</description>
      <pubDate>Tue, 03 Jan 2006 17:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697423#M550148</guid>
      <dc:creator>Darryl_15</dc:creator>
      <dc:date>2006-01-03T17:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: telnet frrezing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697424#M550149</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;You mentioned that you removed PHNE_33313 per HP.  The patch notes for PHNE_33313 note that "If PHNE_31091 and PHNE_33313 are removed, PHNE_33628 must also be removed.".  Did you follow that too?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jan 2006 17:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697424#M550149</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-03T17:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: telnet frrezing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697425#M550150</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Yes that has been removed as well. I did use the cpm_collect.sh utility to check for updates and again no luck all is the way it should be. I am just trying again to go through the patch list to see if there are any old telnet patches I could possibly remove and see how that goes.</description>
      <pubDate>Tue, 03 Jan 2006 17:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697425#M550150</guid>
      <dc:creator>Darryl_15</dc:creator>
      <dc:date>2006-01-03T17:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: telnet frrezing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697426#M550151</link>
      <description>Incase anyone is still monitoring this I have resolved the issue. Our progress database is not releasing buffer memory correctly which was causing us to run out of memory on the server for just a few milliseconds which was causing our telnet sessions to freeze. To fix the issue I had reduced the dbc_max_pct kernel parameter to 15% and the problem has been worked around. We are now just waiting on progress to supply us with a patch to fix the memory problems. Thanks for the help everyone.</description>
      <pubDate>Thu, 09 Feb 2006 12:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-frrezing/m-p/3697426#M550151</guid>
      <dc:creator>Darryl_15</dc:creator>
      <dc:date>2006-02-09T12:21:32Z</dc:date>
    </item>
  </channel>
</rss>

