<?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: How to Lock idle terminals automatically in VMS ? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579268#M97738</link>
    <description>We have been using a product called KBLOCK for the last 10 years.</description>
    <pubDate>Sun, 07 Feb 2010 23:14:28 GMT</pubDate>
    <dc:creator>Thomas Ritter</dc:creator>
    <dc:date>2010-02-07T23:14:28Z</dc:date>
    <item>
      <title>How to Lock idle terminals automatically in VMS ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579264#M97734</link>
      <description>How to Lock idle terminals automatically in VMS ?</description>
      <pubDate>Fri, 05 Feb 2010 19:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579264#M97734</guid>
      <dc:creator>Neelmani Pandey</dc:creator>
      <dc:date>2010-02-05T19:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Lock idle terminals automatically in VMS ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579265#M97735</link>
      <description>VMS does not have anything to do this. You will need something to do it for you. In the past there were products available to kill idle processes, rather than just lock them down.&lt;BR /&gt;&lt;BR /&gt;Two names that come to mind are Hitman and Silver Bullet. Silver Bullet might have been on a DECUS tape, so you would have the source to fool with.&lt;BR /&gt;&lt;BR /&gt;Digital declined to create such a product and said it was easy to create your own.&lt;BR /&gt;&lt;BR /&gt;The hard part is deciding what your criteria are. If the user is running something in a subprocess, then the parent process may be idle. Etc.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Feb 2010 20:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579265#M97735</guid>
      <dc:creator>RBrown_1</dc:creator>
      <dc:date>2010-02-05T20:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Lock idle terminals automatically in VMS ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579266#M97736</link>
      <description>A previous discussion here on this topic:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=813797" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=813797&lt;/A&gt;</description>
      <pubDate>Fri, 05 Feb 2010 20:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579266#M97736</guid>
      <dc:creator>RBrown_1</dc:creator>
      <dc:date>2010-02-05T20:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Lock idle terminals automatically in VMS ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579267#M97737</link>
      <description>To safely identify and lock character cell terminal sessions on OpenVMS you need the code in your application, timing out the main event loop.&lt;BR /&gt;&lt;BR /&gt;There are many ways to TRY to get it right from an external process, but all have various potentially nasty side effects.&lt;BR /&gt;&lt;BR /&gt;Windowed environments can rely on screen lock, but you implement that on the display device, not OpenVMS.</description>
      <pubDate>Sun, 07 Feb 2010 21:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579267#M97737</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-02-07T21:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Lock idle terminals automatically in VMS ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579268#M97738</link>
      <description>We have been using a product called KBLOCK for the last 10 years.</description>
      <pubDate>Sun, 07 Feb 2010 23:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579268#M97738</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2010-02-07T23:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Lock idle terminals automatically in VMS ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579269#M97739</link>
      <description>I have seen the environment where terminal session automatically gets locked after some interval provided the system is idle.&lt;BR /&gt;&lt;BR /&gt;So What I assumpt that they would have modified loginout.exe for this change.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Feb 2010 15:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579269#M97739</guid>
      <dc:creator>Neelmani Pandey</dc:creator>
      <dc:date>2010-02-08T15:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Lock idle terminals automatically in VMS ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579270#M97740</link>
      <description>&amp;gt;So What I assumpt that they would have &lt;BR /&gt;&amp;gt;modified loginout.exe for this change&lt;BR /&gt;&lt;BR /&gt;Extremely unlikely. The usual mechanism is a process that polls the system for processes that appear to be idle and kills them.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;where terminal session automatically gets &lt;BR /&gt;&amp;gt;locked after some interval provided the system &lt;BR /&gt;&amp;gt;is idle.&lt;BR /&gt;&lt;BR /&gt;  What does a "locked terminal" look like?</description>
      <pubDate>Tue, 09 Feb 2010 00:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-lock-idle-terminals-automatically-in-vms/m-p/4579270#M97740</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-02-09T00:14:20Z</dc:date>
    </item>
  </channel>
</rss>

