<?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: Sessions refused in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379852#M197331</link>
    <description>The number of users is not reached. It is sometimes with only one user.&lt;BR /&gt;&lt;BR /&gt;I attach the syslog.log.&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Sep 2004 16:22:51 GMT</pubDate>
    <dc:creator>Tonatiuh</dc:creator>
    <dc:date>2004-09-15T16:22:51Z</dc:date>
    <item>
      <title>Sessions refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379848#M197327</link>
      <description>HP-UX 11.11&lt;BR /&gt;&lt;BR /&gt;Everything was working well on this server. Suddenly it begin to refuse telnet and ftp connections. If I try over and over again, finally I can connect, but get me out later and the same history. I have restarted the server but everything remains in the same way.&lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt;telnet 117.21.216.13&lt;BR /&gt;Connecting To 117.21.216.13...Could not open a connection to host on port 23 : Connect failed&lt;BR /&gt;&lt;BR /&gt;Any idea about the problem?</description>
      <pubDate>Wed, 15 Sep 2004 15:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379848#M197327</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-09-15T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sessions refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379849#M197328</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you see something in the /var/adm/syslog/syslog.log file about why the connection is being refused. &lt;BR /&gt;&lt;BR /&gt;Maybe you are exceeding the limit on the no of telnet session. Does it refuse connection after some time or you are having this problem immediately after reboot also. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 15:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379849#M197328</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-09-15T15:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sessions refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379850#M197329</link>
      <description>Look in /var/adm/syslog/syslog.log and see if the server is logging any errors and post them.</description>
      <pubDate>Wed, 15 Sep 2004 15:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379850#M197329</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-09-15T15:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sessions refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379851#M197330</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would see if any of the kernel parameters like nfile/nproc etc., are overflowing and the swap space usage also. sar -v 5 5 for kernel parameters and 'swapinfo -t' for swap space usage. syslog.log/dmesg will also give more information.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 16:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379851#M197330</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-15T16:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sessions refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379852#M197331</link>
      <description>The number of users is not reached. It is sometimes with only one user.&lt;BR /&gt;&lt;BR /&gt;I attach the syslog.log.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 16:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379852#M197331</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-09-15T16:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sessions refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379853#M197332</link>
      <description>From what I found, it looks like you need to remove /etc/utmp and /etc/utmpx files.&lt;BR /&gt;&lt;BR /&gt;# rm /etc/utmp /etc/utmpx&lt;BR /&gt;&lt;BR /&gt;Execute telnet from your own box to the loop back address &lt;BR /&gt;&lt;BR /&gt;# telnet 0&lt;BR /&gt;&lt;BR /&gt;See if this is working.&lt;BR /&gt;&lt;BR /&gt;If not, download tusc from the HP-UX porting center and get a race of telnet and figure out where it is failing&lt;BR /&gt;&lt;BR /&gt;# tusc â  flkv â  T â  %H:%M:%Sâ   â  o /tmp/output telnet &amp;lt;</description>
      <pubDate>Wed, 15 Sep 2004 16:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sessions-refused/m-p/3379853#M197332</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-15T16:39:50Z</dc:date>
    </item>
  </channel>
</rss>

