<?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: max ip sessions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731271#M836657</link>
    <description>The ndd (or nettune on the old 10.20 systems) refers to low-level connection protocol and not the number of users that can connect using something like telnet. If you are referring to the number of users that can login at the same time, that is controlled by 3 kernel parameters: &lt;BR /&gt;&lt;BR /&gt;npty&lt;BR /&gt;nstrpty&lt;BR /&gt;nstrtel&lt;BR /&gt;&lt;BR /&gt;(for 10.20, nstrtel does not exist). Change these kernel parameters using SAM (recommended) and make them all the same. The default is 60 so I would change the values to 200 if you expect 100-150 users to login. SAM will also take care of making the required device files. If you change the parameter by hand and do not run insf to create the additional device files, the limit will be the number of device files.</description>
    <pubDate>Wed, 29 May 2002 12:23:42 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2002-05-29T12:23:42Z</dc:date>
    <item>
      <title>max ip sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731264#M836650</link>
      <description>Hi,&lt;BR /&gt;Is there some setting to be used to set a max concurrent ip sessions?&lt;BR /&gt;If so, where to do?&lt;BR /&gt;&lt;BR /&gt;Thnx in adv.&lt;BR /&gt;Ceesjan</description>
      <pubDate>Fri, 24 May 2002 14:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731264#M836650</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-05-24T14:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: max ip sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731265#M836651</link>
      <description>Sorry, this posting should not be in databases, but sysadmin.&lt;BR /&gt;CJ</description>
      <pubDate>Fri, 24 May 2002 14:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731265#M836651</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-05-24T14:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: max ip sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731266#M836652</link>
      <description>Possibly through ndd, although I'm not certain.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 08:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731266#M836652</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-05-29T08:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: max ip sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731267#M836653</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am not sure, but i think it is 'telnrts' parameter</description>
      <pubDate>Wed, 29 May 2002 08:21:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731267#M836653</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-05-29T08:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: max ip sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731268#M836654</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;i doubt if ndd will do but since i am not clear on how tyhe connections you want are made and what trouble you have.&lt;BR /&gt;&lt;BR /&gt;ndd -h supported&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;gives&lt;BR /&gt;&lt;BR /&gt;SUPPORTED ndd tunable parameters on HP-UX:&lt;BR /&gt;&lt;BR /&gt;If this is not enough please clarify your problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;          Steve Steel</description>
      <pubDate>Wed, 29 May 2002 08:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731268#M836654</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-05-29T08:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: max ip sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731269#M836655</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can set the maximum number of outstanding inbound connection requests for all inbound connection requests, be it tcp, udp, icmp, igmp etc.&lt;BR /&gt;&lt;BR /&gt;# ndd -h tcp_conn_request_max&lt;BR /&gt; &lt;BR /&gt;tcp_conn_request_max:&lt;BR /&gt; &lt;BR /&gt;    Maximum number of outstanding inbound connection requests.&lt;BR /&gt;    [1, - ] Default: 20 connections&lt;BR /&gt;&lt;BR /&gt;For telnet sessions, the kernel parameter nstrtel restricts the number of telnet sessions. For ssh, telnet, rlogin etc terminal sessions that require ptys, you can use nstrpty, npty kernel parameters to limit the number of ptys used.&lt;BR /&gt;&lt;BR /&gt;Apart from that, you can only set at the application side (eg. in database init.ora). &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Wed, 29 May 2002 08:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731269#M836655</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-05-29T08:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: max ip sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731270#M836656</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My mistake. It is only applicable for TCP connections (not for rest of protocols UDP, ICMP etc):&lt;BR /&gt;&lt;BR /&gt;# ndd -h tcp_conn_request_max &lt;BR /&gt;&lt;BR /&gt;tcp_conn_request_max: &lt;BR /&gt;&lt;BR /&gt;Maximum number of outstanding inbound connection requests. &lt;BR /&gt;[1, - ] Default: 20 connections &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Wed, 29 May 2002 08:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731270#M836656</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-05-29T08:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: max ip sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731271#M836657</link>
      <description>The ndd (or nettune on the old 10.20 systems) refers to low-level connection protocol and not the number of users that can connect using something like telnet. If you are referring to the number of users that can login at the same time, that is controlled by 3 kernel parameters: &lt;BR /&gt;&lt;BR /&gt;npty&lt;BR /&gt;nstrpty&lt;BR /&gt;nstrtel&lt;BR /&gt;&lt;BR /&gt;(for 10.20, nstrtel does not exist). Change these kernel parameters using SAM (recommended) and make them all the same. The default is 60 so I would change the values to 200 if you expect 100-150 users to login. SAM will also take care of making the required device files. If you change the parameter by hand and do not run insf to create the additional device files, the limit will be the number of device files.</description>
      <pubDate>Wed, 29 May 2002 12:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-ip-sessions/m-p/2731271#M836657</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-05-29T12:23:42Z</dc:date>
    </item>
  </channel>
</rss>

