<?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: when will occur two console login? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/when-will-occur-two-console-login/m-p/3422817#M204441</link>
    <description>check with w -lu there. Refer output with who command also.&lt;BR /&gt;&lt;BR /&gt;check process ID of login shell with ps command too.&lt;BR /&gt;&lt;BR /&gt;Login informations will be maintained on wtmp log. Auditation of login details on versions 11i,11.11 are having problem.&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
    <pubDate>Tue, 16 Nov 2004 07:56:03 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-11-16T07:56:03Z</dc:date>
    <item>
      <title>when will occur two console login?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-will-occur-two-console-login/m-p/3422814#M204438</link>
      <description>i use w command find the output like :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; 6:07pm  up  3:47,  6 users,  load average: 0.25, 0.28, 0.23&lt;BR /&gt;User     tty           login@  idle   JCPU   PCPU  what&lt;BR /&gt;root     console       4:35pm  1:32                -sh&lt;BR /&gt;root     console       4:35pm  1:32                -sh&lt;BR /&gt;root     pts/0         4:51pm     7     19     19  ./bin/xdc_s bg&lt;BR /&gt;root     pts/1         6:01pm     2                /sbin/sh&lt;BR /&gt;root     pts/2         6:06pm     1                w&lt;BR /&gt;root     dtremote      6:06pm196:36                -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when i telnet to the machine ,it said :&lt;BR /&gt; maxium number users already logged in.&lt;BR /&gt;i want to know when will two console log in ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2004 05:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-will-occur-two-console-login/m-p/3422814#M204438</guid>
      <dc:creator>常有慈悲心</dc:creator>
      <dc:date>2004-11-16T05:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: when will occur two console login?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-will-occur-two-console-login/m-p/3422815#M204439</link>
      <description>There can be  more than one login on console. But at any gievn time only one will have write acess on console. What error you get when you telnet to machine??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 16 Nov 2004 06:06:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-will-occur-two-console-login/m-p/3422815#M204439</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-11-16T06:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: when will occur two console login?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-will-occur-two-console-login/m-p/3422816#M204440</link>
      <description>&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Are you sure that one is not the parent of the other? Use ps -ef|grep console and see if PPID of one is PID of other.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;JMB</description>
      <pubDate>Tue, 16 Nov 2004 07:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-will-occur-two-console-login/m-p/3422816#M204440</guid>
      <dc:creator>BONNAFOUS Jean Marc</dc:creator>
      <dc:date>2004-11-16T07:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: when will occur two console login?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-will-occur-two-console-login/m-p/3422817#M204441</link>
      <description>check with w -lu there. Refer output with who command also.&lt;BR /&gt;&lt;BR /&gt;check process ID of login shell with ps command too.&lt;BR /&gt;&lt;BR /&gt;Login informations will be maintained on wtmp log. Auditation of login details on versions 11i,11.11 are having problem.&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Tue, 16 Nov 2004 07:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-will-occur-two-console-login/m-p/3422817#M204441</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-11-16T07:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: when will occur two console login?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-will-occur-two-console-login/m-p/3422818#M204442</link>
      <description>It sounds like you have a very old HP-UX system with a two-user license. To see your current license, type the command:&lt;BR /&gt;&lt;BR /&gt;uname -l&lt;BR /&gt;&lt;BR /&gt;The licenses are counted as:&lt;BR /&gt; &lt;BR /&gt;- one for every login over a serial or modem port&lt;BR /&gt; &lt;BR /&gt;- one for the console (sounds like you are running a workstation and not a server so the workstation's display is the console)&lt;BR /&gt; &lt;BR /&gt;- one for any number of network logins like telnet (ftp is not counted)&lt;BR /&gt; &lt;BR /&gt;Thios means that if you login from your workstation console, you'll consume one license. If another occurs by modem or serial connection, the last license is used and no network (telnet) connections will be allowed. If you login with telnet first, then any number of network users can login. &lt;BR /&gt; &lt;BR /&gt;So, you must either:&lt;BR /&gt; &lt;BR /&gt;- upgrade your user license (not possible if you are running obsolete software such as HP-UX 10.20 or earlier)&lt;BR /&gt; &lt;BR /&gt;- Disable any serial connections such as terminals or modems</description>
      <pubDate>Tue, 16 Nov 2004 08:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-will-occur-two-console-login/m-p/3422818#M204442</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-11-16T08:40:56Z</dc:date>
    </item>
  </channel>
</rss>

