<?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: Configure SNS watchdog for report with dcl com file in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/configure-sns-watchdog-for-report-with-dcl-com-file/m-p/5129997#M91123</link>
    <description>Hi Fredrik,&lt;BR /&gt;&lt;BR /&gt;for adding message in Watchdog, you can use that..SENSE WATCH ADD MESSAGE &lt;BR /&gt;&lt;BR /&gt;Example;&lt;BR /&gt;&lt;BR /&gt;SENSE WATCH ADD MESSAGE "''QNAME', PRINT queue is having problem, please call VMS support!"&lt;BR /&gt;&lt;BR /&gt;SENSE WATCH DELETE MESSAGE "''QNAME', fax queue is having problem, please call VMS support!"&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Wed, 17 Sep 2008 02:45:03 GMT</pubDate>
    <dc:creator>Kumar_Sanjay</dc:creator>
    <dc:date>2008-09-17T02:45:03Z</dc:date>
    <item>
      <title>Configure SNS watchdog for report with dcl com file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configure-sns-watchdog-for-report-with-dcl-com-file/m-p/5129996#M91122</link>
      <description>Hi again :)&lt;BR /&gt;&lt;BR /&gt;I'm wondering if it's possible to configure PSW (polycenter system watchdog) to use get error reporting for a executed dcl .com file?&lt;BR /&gt;&lt;BR /&gt;The problem is not how to write the dcl but how to configure PSW to use it! Or do I have to print my output to a file and make it read from there?&lt;BR /&gt;&lt;BR /&gt;I've looked at the help in sns$edit&amp;gt; for "help add" and the only thing I can find (which is quite cryptic anyway) is "action_routine_set" to execute my command. But I still can't seem to find where to schedule it or how I'm supposed to get a message returned to PSW.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Fredrik Eriksson</description>
      <pubDate>Tue, 16 Sep 2008 12:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configure-sns-watchdog-for-report-with-dcl-com-file/m-p/5129996#M91122</guid>
      <dc:creator>Fredrik.eriksson</dc:creator>
      <dc:date>2008-09-16T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SNS watchdog for report with dcl com file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configure-sns-watchdog-for-report-with-dcl-com-file/m-p/5129997#M91123</link>
      <description>Hi Fredrik,&lt;BR /&gt;&lt;BR /&gt;for adding message in Watchdog, you can use that..SENSE WATCH ADD MESSAGE &lt;BR /&gt;&lt;BR /&gt;Example;&lt;BR /&gt;&lt;BR /&gt;SENSE WATCH ADD MESSAGE "''QNAME', PRINT queue is having problem, please call VMS support!"&lt;BR /&gt;&lt;BR /&gt;SENSE WATCH DELETE MESSAGE "''QNAME', fax queue is having problem, please call VMS support!"&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 17 Sep 2008 02:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configure-sns-watchdog-for-report-with-dcl-com-file/m-p/5129997#M91123</guid>
      <dc:creator>Kumar_Sanjay</dc:creator>
      <dc:date>2008-09-17T02:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SNS watchdog for report with dcl com file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configure-sns-watchdog-for-report-with-dcl-com-file/m-p/5129998#M91124</link>
      <description>&amp;gt;&amp;gt;"action_routine_set" to execute my command. But I still can't seem to find where to schedule it &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt; Have a look at show class, mofify class etc. This is where you define which action routines are fired in response to specific events.</description>
      <pubDate>Wed, 17 Sep 2008 04:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configure-sns-watchdog-for-report-with-dcl-com-file/m-p/5129998#M91124</guid>
      <dc:creator>Martin Hughes</dc:creator>
      <dc:date>2008-09-17T04:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SNS watchdog for report with dcl com file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configure-sns-watchdog-for-report-with-dcl-com-file/m-p/5129999#M91125</link>
      <description>Okey, I thought I figured out how to do it. But the more I look at it the more it makes less sense.&lt;BR /&gt;&lt;BR /&gt;I already have a class named "Default" which contains a bunch of events (all from memory errors to disk errors and so on). I'm at the point where I should add a event with an action routine. Which I think should looks something like this.&lt;BR /&gt;SNS$EDIT&amp;gt; add action_routine_set hsz80 /command="@sns_procedures:mydcl.com" /mode=spawn&lt;BR /&gt;&lt;BR /&gt;This is where I'm unsure, i think it should be like this:&lt;BR /&gt;SNS$EDIT&amp;gt; modify class /event=HSZ /priority=HIGH /action_routine_set=hsz80&lt;BR /&gt;&lt;BR /&gt;But where can I specify which node is supposed to use this event?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Fredrik Eriksson</description>
      <pubDate>Thu, 18 Sep 2008 06:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configure-sns-watchdog-for-report-with-dcl-com-file/m-p/5129999#M91125</guid>
      <dc:creator>Fredrik.eriksson</dc:creator>
      <dc:date>2008-09-18T06:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SNS watchdog for report with dcl com file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configure-sns-watchdog-for-report-with-dcl-com-file/m-p/5130000#M91126</link>
      <description>Thank you for the help :)&lt;BR /&gt;&lt;BR /&gt;I solved by writing a dcl that submits a message to PSW via (ofcourse at the right times):&lt;BR /&gt;sense watchdog add message "description" /trans=tcpip&lt;BR /&gt;&lt;BR /&gt;And then just made it resubmit itself to the batch queue every day :)&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Fredrik Eriksson&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Sep 2008 13:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configure-sns-watchdog-for-report-with-dcl-com-file/m-p/5130000#M91126</guid>
      <dc:creator>Fredrik.eriksson</dc:creator>
      <dc:date>2008-09-18T13:27:14Z</dc:date>
    </item>
  </channel>
</rss>

