<?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: Who is accounted for login ? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162987#M14388</link>
    <description>Wim,&lt;BR /&gt;&lt;BR /&gt;Concur. While logical names and other things are copied, it is clear that changes to the command tables are not included in this list.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
    <pubDate>Mon, 17 Mar 2008 17:53:46 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2008-03-17T17:53:46Z</dc:date>
    <item>
      <title>Who is accounted for login ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162983#M14384</link>
      <description>spa logout/full&lt;BR /&gt;-&amp;gt; no DIO&lt;BR /&gt;show proc/acc&lt;BR /&gt;-&amp;gt; only 4 DIO's done for the spawn.&lt;BR /&gt;&lt;BR /&gt;This while my login.com contains 10.000 lines&lt;BR /&gt;and @login.com consumes 86 DIO's.&lt;BR /&gt;&lt;BR /&gt;I didnt find any process on the system that increased DIO count either.&lt;BR /&gt;&lt;BR /&gt;Free lunch ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 17 Mar 2008 15:03:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162983#M14384</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-03-17T15:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Who is accounted for login ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162984#M14385</link>
      <description>&lt;BR /&gt;login.com is NOT executed for a spawn.&lt;BR /&gt;&lt;BR /&gt;Your (logical name) environment is 'transferred' through mailbox IOs.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Free lunch ?&lt;BR /&gt;&lt;BR /&gt;Ayup, as long as you just take water.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2008 15:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162984#M14385</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-03-17T15:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Who is accounted for login ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162985#M14386</link>
      <description>Loginout typically only runs once per job tree.  &lt;BR /&gt;&lt;BR /&gt;This implementation is also the basis for the NOCLI error triggered in some contexts, and some of the related baggage.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/794" target="_blank"&gt;http://64.223.189.234/node/794&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2008 16:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162985#M14386</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-03-17T16:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Who is accounted for login ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162986#M14387</link>
      <description>Well actually the SPAWN command and LIB$SPAWN do execute LOGINOUT.EXE, but Hein is correct that SPAWN will not execute a LOGIN.COM unless told to do so with either @LOGIN as the SPAWN command line parameter or with /INPUT=LOGIN.COM.&lt;BR /&gt;&lt;BR /&gt;The HELP SPAWN subtopics /SYMBOLS, /KEYPAD, and /LOGICAL_NAMES  state that the current set of DCL symbols, logical names, and key definitions are "copied to the suprocess" by default.  As this is done via mailboxes it  gets counted as buffered I/Os.  You can see this by comparing:&lt;BR /&gt;$ SPAWN LOGOUT/FULL&lt;BR /&gt;with&lt;BR /&gt;$ SPAWN /NOSYMBOL/NOLOGICAL/NOKEY LOGOUT/FULL</description>
      <pubDate>Mon, 17 Mar 2008 16:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162986#M14387</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2008-03-17T16:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Who is accounted for login ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162987#M14388</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;Concur. While logical names and other things are copied, it is clear that changes to the command tables are not included in this list.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 17 Mar 2008 17:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162987#M14388</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-03-17T17:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Who is accounted for login ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162988#M14389</link>
      <description>Shame on me. Too long ago I used it.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 18 Mar 2008 06:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/who-is-accounted-for-login/m-p/4162988#M14389</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-03-18T06:10:36Z</dc:date>
    </item>
  </channel>
</rss>

