<?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: OpenVMS user in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms-user/m-p/4218952#M90219</link>
    <description>&amp;gt;&amp;gt; How could I segregate the total no. of tcpip abd denet user?&lt;BR /&gt;&lt;BR /&gt;You probably can't, using SET LOGINS, and DECNET lacks a set limit like TCPIP services as far I see.&lt;BR /&gt;But DECNET CTERM and LAT do load balancing in a cluster.&lt;BR /&gt;If You really want to differentiate, then the only way is through sylogin as Hoff mentioned.&lt;BR /&gt;(and of course using metric/load broker if available).</description>
    <pubDate>Thu, 19 Jun 2008 14:38:35 GMT</pubDate>
    <dc:creator>Joseph Huber_1</dc:creator>
    <dc:date>2008-06-19T14:38:35Z</dc:date>
    <item>
      <title>OpenVMS user</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-user/m-p/4218948#M90215</link>
      <description>How could I segregate the no. of user in a cluster.Actually I want to know how many tcpip and decnet users are logged on in a specific server. I want to distribute the user load betwwen all servers . So I want to create a accesslist ,when tcpip user limit crosses more than 300 then no tcpip based user can logged on in that server.</description>
      <pubDate>Thu, 19 Jun 2008 05:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-user/m-p/4218948#M90215</guid>
      <dc:creator>Mrityunjoy Kundu</dc:creator>
      <dc:date>2008-06-19T05:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS user</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-user/m-p/4218949#M90216</link>
      <description>What means "create accesslist" ? &lt;BR /&gt;In general the supported way to limit number of interactive users is via&lt;BR /&gt;  SET LOGIN /INTERACTIVE=n&lt;BR /&gt;&lt;BR /&gt;Specific access through a defined (TCPIP-)protocol can be limited via&lt;BR /&gt;&lt;BR /&gt;  TCPIP DISABLE SERVICE TELNET&lt;BR /&gt;  TCPIP SET SERVICE TELNET/LIMIT=n&lt;BR /&gt;  TCPIP ENABLE SERVICE TELNET&lt;BR /&gt;&lt;BR /&gt;or for SSH&lt;BR /&gt;  TCPIP SET SERVICE SSH/LIMIT=n&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2008 06:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-user/m-p/4218949#M90216</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2008-06-19T06:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS user</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-user/m-p/4218950#M90217</link>
      <description>Joseph,&lt;BR /&gt;&lt;BR /&gt;How could I segregate the total no. of tcpip abd denet user?</description>
      <pubDate>Thu, 19 Jun 2008 06:34:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-user/m-p/4218950#M90217</guid>
      <dc:creator>Mrityunjoy Kundu</dc:creator>
      <dc:date>2008-06-19T06:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS user</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-user/m-p/4218951#M90218</link>
      <description>Clusters tend to be best operated as homogeneous.&lt;BR /&gt;&lt;BR /&gt;Write some DCL.  f$getjpi is the central lexical function.  Embed it in SYLOGIN.COM or analogous, as part of controlling the login.   This should not be more than a couple-dozen lines of DCL for a simple case, and there are examples around.&lt;BR /&gt;&lt;BR /&gt;Alternatively, write some code that calls sys$getjpi et al, and embed it (via LGI or otherwise) in the login processing.&lt;BR /&gt;&lt;BR /&gt;Alternatively, get a bigger (I assume) Alpha.&lt;BR /&gt;&lt;BR /&gt;As for your likely next question, Google is your friend, and web pages that include counting users or such and particularly include references to SYLOGIN will be present in most of the topics you are interested in here.  I've posted examples of scanning logged-in processes, as have others.&lt;BR /&gt;&lt;BR /&gt;As for the likely underlying issue, do look at implementing the metric server or other such (if it's not already enabled), and balancing the load across nodes.  If you start getting overloaded with the metric server or other cluster-level load balancing enabled, either start to off-load the boxes, or buy more Alpha or Itanium Integrity server boxes for your cluster.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2008 13:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-user/m-p/4218951#M90218</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-06-19T13:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS user</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-user/m-p/4218952#M90219</link>
      <description>&amp;gt;&amp;gt; How could I segregate the total no. of tcpip abd denet user?&lt;BR /&gt;&lt;BR /&gt;You probably can't, using SET LOGINS, and DECNET lacks a set limit like TCPIP services as far I see.&lt;BR /&gt;But DECNET CTERM and LAT do load balancing in a cluster.&lt;BR /&gt;If You really want to differentiate, then the only way is through sylogin as Hoff mentioned.&lt;BR /&gt;(and of course using metric/load broker if available).</description>
      <pubDate>Thu, 19 Jun 2008 14:38:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-user/m-p/4218952#M90219</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2008-06-19T14:38:35Z</dc:date>
    </item>
  </channel>
</rss>

