<?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: Avoid intrusion alerts for DECnet objects in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/avoid-intrusion-alerts-for-decnet-objects/m-p/4973551#M52049</link>
    <description>I have implemented something similar to what Volker suggests myself. &lt;BR /&gt;1. create a batch queue with JOB_LIMIT=1.&lt;BR /&gt;2. Wrap your application in a procedure that:&lt;BR /&gt;__2a. checks the queue to ensure that a second copy of the job is pending in the queue. &lt;BR /&gt;__2b. notifies you if the 'spare' job is missing. &lt;BR /&gt;__2c. resubmits itself.&lt;BR /&gt;3. submit your job and forget it until you get a notification of failure, then check the logfile to see WHY it failed. &lt;BR /&gt;4. fix the cause of the failure, goto 3.&lt;BR /&gt;&lt;BR /&gt;I could supply some sample dcl, but I would have to spend some time anonymising it first.&lt;BR /&gt;&lt;BR /&gt;John T.</description>
    <pubDate>Tue, 18 Apr 2006 05:36:48 GMT</pubDate>
    <dc:creator>John Travell</dc:creator>
    <dc:date>2006-04-18T05:36:48Z</dc:date>
    <item>
      <title>Avoid intrusion alerts for DECnet objects</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/avoid-intrusion-alerts-for-decnet-objects/m-p/4973549#M52047</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have the next situation: one system connects to a DECnet object on another system. This DECnet is created in an application. So if the application is not running (planned or unplanned), the object is not available. But each time the other system tries to connect, I get a security alert. I am not allowed to disable this security alert (security policy of the company). I thought about the next solution: install a dummy object that closes each incomming connection immediately. When the application starts, it first removes this dummy object and installs itself as that object. But when the applciation crashes, I cannot restore the dummy object. Is it possible to installe 2 objects with the same name, but with a difference in priority or something like that.&lt;BR /&gt;Please some suggestions to avoid the intrusion alerts without affecting the security settings.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;     Hans</description>
      <pubDate>Thu, 13 Apr 2006 03:48:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/avoid-intrusion-alerts-for-decnet-objects/m-p/4973549#M52047</guid>
      <dc:creator>Hans Adriaanse</dc:creator>
      <dc:date>2006-04-13T03:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid intrusion alerts for DECnet objects</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/avoid-intrusion-alerts-for-decnet-objects/m-p/4973550#M52048</link>
      <description>Hans,&lt;BR /&gt;&lt;BR /&gt;I'm pretty sure, that you cannot install two DECnet objects (in NCL speak: session control applications) with the same name or number.&lt;BR /&gt;&lt;BR /&gt;You may need to write some checking DCL procedure (as a batch or detached job), which checks if the real application has crashed and re-instates the dummy object. Depending on how the application process is running (detached process ?), you could wrap it into a DCL procedure, which sets up the dummy object, if the real application program exists.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 13 Apr 2006 04:50:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/avoid-intrusion-alerts-for-decnet-objects/m-p/4973550#M52048</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-04-13T04:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid intrusion alerts for DECnet objects</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/avoid-intrusion-alerts-for-decnet-objects/m-p/4973551#M52049</link>
      <description>I have implemented something similar to what Volker suggests myself. &lt;BR /&gt;1. create a batch queue with JOB_LIMIT=1.&lt;BR /&gt;2. Wrap your application in a procedure that:&lt;BR /&gt;__2a. checks the queue to ensure that a second copy of the job is pending in the queue. &lt;BR /&gt;__2b. notifies you if the 'spare' job is missing. &lt;BR /&gt;__2c. resubmits itself.&lt;BR /&gt;3. submit your job and forget it until you get a notification of failure, then check the logfile to see WHY it failed. &lt;BR /&gt;4. fix the cause of the failure, goto 3.&lt;BR /&gt;&lt;BR /&gt;I could supply some sample dcl, but I would have to spend some time anonymising it first.&lt;BR /&gt;&lt;BR /&gt;John T.</description>
      <pubDate>Tue, 18 Apr 2006 05:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/avoid-intrusion-alerts-for-decnet-objects/m-p/4973551#M52049</guid>
      <dc:creator>John Travell</dc:creator>
      <dc:date>2006-04-18T05:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid intrusion alerts for DECnet objects</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/avoid-intrusion-alerts-for-decnet-objects/m-p/4973552#M52050</link>
      <description>Thank you guys.  This is the best solution I can think of (not optimal, but the best).&lt;BR /&gt;&lt;BR /&gt;Thanx.</description>
      <pubDate>Tue, 18 Apr 2006 08:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/avoid-intrusion-alerts-for-decnet-objects/m-p/4973552#M52050</guid>
      <dc:creator>Hans Adriaanse</dc:creator>
      <dc:date>2006-04-18T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid intrusion alerts for DECnet objects</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/avoid-intrusion-alerts-for-decnet-objects/m-p/4973553#M52051</link>
      <description>Hans, Can you assign points for this topic, you seem to have done so for only half of the replies to your questions. It is the only way to reward contributors. Remember that you can assign zero points if a comment has zero value...</description>
      <pubDate>Tue, 18 Apr 2006 17:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/avoid-intrusion-alerts-for-decnet-objects/m-p/4973553#M52051</guid>
      <dc:creator>John Travell</dc:creator>
      <dc:date>2006-04-18T17:25:36Z</dc:date>
    </item>
  </channel>
</rss>

