<?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: Inform nodes on shutdown in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954132#M82103</link>
    <description>Dear Peter,&lt;BR /&gt;&lt;BR /&gt;In any cluster node you can also connect only one dump terminal through serial console for montoring and gives a simple command for all ....&lt;BR /&gt;&lt;BR /&gt;$&amp;gt;&amp;gt;Monitor Cluster&lt;BR /&gt;&lt;BR /&gt;and you can see output of all cluster nodes&lt;BR /&gt;CPU busy and Memory utilization also.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Atul sardana.</description>
    <pubDate>Thu, 01 Mar 2007 18:10:01 GMT</pubDate>
    <dc:creator>atul sardana</dc:creator>
    <dc:date>2007-03-01T18:10:01Z</dc:date>
    <item>
      <title>Inform nodes on shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954127#M82098</link>
      <description>I know there is a logical for inform nodes during shutdown.  I would still like system to be notified whenever ANY node shutsdown.  Besides modifying sys$system:shutdown.com is there any other logical that would alerts SYSTEM that another node is shutting down?&lt;BR /&gt;&lt;BR /&gt;The reason I want this is that I have multiple nodes in a cluster.  Some of these are hard partitions and I do not have a  console manager connected to them with an active output all of the time.  If someone shuts down one of my systems I want that message displayed on ALL nodes in the cluster at least captured on the console.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Thu, 01 Mar 2007 16:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954127#M82098</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2007-03-01T16:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Inform nodes on shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954128#M82099</link>
      <description>Not sure if I understand you fully.  You want the SYSTEM account alerted when someone shuts down a node.  Via an email?  An OPCOM message?&lt;BR /&gt;&lt;BR /&gt;I understand you don't want to modify SHUTDOWN.COM.  Why not include something in SYSHUTDWN.COM to maybe send SYSTEM an email?  Not foolproof (won't work if system crashes or if the person shutting down the system chooses not to invoke the site specific shutdown procedure).  And in case you forward SYSTEM VMS mail to Exchange, you might put a little bit of a delay in the SYSHUTDWN to allow your message to get out.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.</description>
      <pubDate>Thu, 01 Mar 2007 16:57:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954128#M82099</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2007-03-01T16:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inform nodes on shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954129#M82100</link>
      <description>I think if you define SHUTDOWN$INFORM_NODES in Sylogicals to be the nodes you want notified, it should work like what you are asking if the system is shutdown normally.  That is what we do to limit the shutdown notices only to the node involved in the shutdown on our cluster, because users frequently don't see the node name and panic that we are taking the system out from under them.</description>
      <pubDate>Thu, 01 Mar 2007 17:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954129#M82100</guid>
      <dc:creator>Dale A. Marcy</dc:creator>
      <dc:date>2007-03-01T17:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inform nodes on shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954130#M82101</link>
      <description>The sys$setcluevt system service seem potentially applicable, if you are willing to write a little code.&lt;BR /&gt;&lt;BR /&gt;In earlier times, I've used DECnet task-to-task for this same purpose, as well, and waited around for the NETSHUT event to arrive.  You have to be slightly careful to distinguish if this is a network shutdown or a cluster node shutdown, but you'll certainly get notified.&lt;BR /&gt;&lt;BR /&gt;Others have pointed to SYSHUTDWN.COM and that will work fine, though that approach won't capture crashes, OPCCRASH or other such exits.&lt;BR /&gt;&lt;BR /&gt;The other approach is to monitor the cluster connection manager messages, though that would be comparatively ugly.&lt;BR /&gt;&lt;BR /&gt;And the brute-force approach is to use the lock manager, and roll your own cluster monitor.  At its simplest, that's a couple of days of code and debug work, and probably less.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Mar 2007 17:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954130#M82101</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-03-01T17:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inform nodes on shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954131#M82102</link>
      <description>Dear Peter,&lt;BR /&gt;&lt;BR /&gt;I think you just want to see,which node is going to shut or out of cluster from a cluster node because you have only one console for monitoring all cluster nodes.&lt;BR /&gt;If i am right then you can give a command on system prompt&lt;BR /&gt;&lt;BR /&gt;$&amp;gt;&amp;gt;show cluster/continue&lt;BR /&gt;&lt;BR /&gt;Through this command you can see in the output of all nodes of a cluster like this&lt;BR /&gt;&lt;BR /&gt;SYSTEM_LILAC&amp;gt;&amp;gt;sho cluster/continue&lt;BR /&gt;&lt;BR /&gt;View of Cluster from system ID 10261  node: LILAC           2-MAR-2007 04:16:50&lt;BR /&gt;***********************************&lt;BR /&gt;*        SYSTEMS        * MEMBERS *&lt;BR /&gt;***********************************&lt;BR /&gt;*  NODE  *   SOFTWARE   *  STATUS *&lt;BR /&gt;***********************************&lt;BR /&gt;* LILAC  * VMS V7.3-2   * MEMBER  *&lt;BR /&gt;* LOTUS  * VMS V7.3-2   * MEMBER  *&lt;BR /&gt;* TULIP  * VMS V7.3-2   * MEMBER  *&lt;BR /&gt;* JASMIN * VMS V7.3-2   * MEMBER  *&lt;BR /&gt;* ORCHID * VMS V7.3-2   * MEMBER  *&lt;BR /&gt;***********************************&lt;BR /&gt;and after given command to shut for any node then that node removed from this list. This output is refreshed after seconds and you can screen refresh rate by given command after press &lt;ENTER&gt; on this prompt&lt;BR /&gt;&lt;BR /&gt;Command&amp;gt;SET INTERVAL = seconds&lt;BR /&gt;command&amp;gt;exit&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Atul Sardana.&lt;/ENTER&gt;</description>
      <pubDate>Thu, 01 Mar 2007 18:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954131#M82102</guid>
      <dc:creator>atul sardana</dc:creator>
      <dc:date>2007-03-01T18:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Inform nodes on shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954132#M82103</link>
      <description>Dear Peter,&lt;BR /&gt;&lt;BR /&gt;In any cluster node you can also connect only one dump terminal through serial console for montoring and gives a simple command for all ....&lt;BR /&gt;&lt;BR /&gt;$&amp;gt;&amp;gt;Monitor Cluster&lt;BR /&gt;&lt;BR /&gt;and you can see output of all cluster nodes&lt;BR /&gt;CPU busy and Memory utilization also.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Atul sardana.</description>
      <pubDate>Thu, 01 Mar 2007 18:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954132#M82103</guid>
      <dc:creator>atul sardana</dc:creator>
      <dc:date>2007-03-01T18:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inform nodes on shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954133#M82104</link>
      <description>The ideas of show cluster continous is what I currently do when I have a planned reboot.&lt;BR /&gt;&lt;BR /&gt;What I wanted was the consoles - which are always monitored and logged in as system - get an alert on the nodes that aren't going down.  I don't want a show cluster/continous on those consoles because it keeps that data logged.&lt;BR /&gt;&lt;BR /&gt;I can't do the mail send thing unless I put in a delay because the queue manager usually kills the information before it can send it out.&lt;BR /&gt;&lt;BR /&gt;I guess I will setup syshutdown to do a reply/user=system type message.</description>
      <pubDate>Thu, 01 Mar 2007 19:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954133#M82104</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2007-03-01T19:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inform nodes on shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954134#M82105</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;  For any program that paints a page like SHOW CLUSTER/CONTINUOUS, you can use PIPE to send the output stream into code to monitor the output for changes, and do whatever you like when one is detected.&lt;BR /&gt;&lt;BR /&gt;  I've attached a simple example monitoring SHOW CLUSTER/CONTINUOUS. When a node goes down, the status will change. &lt;BR /&gt;&lt;BR /&gt;  You could run this in batch, or on the console (maybe even as a subprocess). All the output of the same lines that would have been logged are simply swallowed by the monitoring thread. This could be run in batch, possibly on multiple nodes.</description>
      <pubDate>Thu, 01 Mar 2007 23:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954134#M82105</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-03-01T23:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inform nodes on shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954135#M82106</link>
      <description>Hello John&lt;BR /&gt;&lt;BR /&gt;Thanks for the program, it is fun.&lt;BR /&gt;&lt;BR /&gt;A little dcl loop using f$csid should also give me the info that a node is no longer in the Cluster ?</description>
      <pubDate>Fri, 02 Mar 2007 01:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954135#M82106</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-03-02T01:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inform nodes on shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954136#M82107</link>
      <description>Re: Gerard&lt;BR /&gt;&lt;BR /&gt;&amp;gt;A little dcl loop using f$csid should also&lt;BR /&gt;&amp;gt;give me the info that a node is no longer &lt;BR /&gt;&amp;gt;in the Cluster ?&lt;BR /&gt;&lt;BR /&gt;  True, and it would be cheaper because it would avoid the pipeline processing. On the other hand, the logic is a bit more complex as you potentially have to look for something missing from an F$CSID loop. In this case we can exploit the logic in SHOW CLUSTER. Note that the code I posted is self configuring - it will work, as is, on any cluster - no need to code node names or any other site specific details.&lt;BR /&gt;&lt;BR /&gt;  The technique used in my example is very general. It can be used to monitor the output of virtually any process, looking for changes in an updated display. I've used it in places where I want to avoid large volumes of log files repeating the same output, and where I want to get immediate notification of an event which can be seen in a monitor program, but not easily available from elsewhere (in my case it's RTR link state changes). All that is required is the logic to parse the display.</description>
      <pubDate>Sun, 04 Mar 2007 18:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954136#M82107</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-03-04T18:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inform nodes on shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954137#M82108</link>
      <description>You can define the logical name SHUTDOWN$INFORM_NODES to be a list of OpenVMS Cluster nodes that&lt;BR /&gt;are notified when the system is shut down. You must define SHUTDOWN$INFORM_NODES before&lt;BR /&gt;executing SYS$SYSTEM:SHUTDOWN.COM.&lt;BR /&gt;To define SHUTDOWN$INFORM_NODES, enter a command in the following format:&lt;BR /&gt;DEFINE SHUTDOWN$INFORM_NODES "node-list"&lt;BR /&gt;where node-list specifies the list of nodes to be informed. For example:&lt;BR /&gt;$ DEFINE SHUTDOWN$INFORM_NODES "NODE1,NODE2,NODE3"&lt;BR /&gt;If you plan to inform the same nodes every time you shut down the system, add the command to the&lt;BR /&gt;site-specific startup command procedure SYLOGICALS.COM.&lt;BR /&gt;If you define SHUTDOWN$INFORM_NODES, all member nodes included in the list are notified when you&lt;BR /&gt;execute SHUTDOWN.COM. Users on the node that is being shut down are always notified, regardless of&lt;BR /&gt;whether you define SHUTDOWN$INFORM_NODES. If you omit the name of the node that is being shut&lt;BR /&gt;down from the list specified in the DEFINE command, SHUTDOWN.COM automatically adds the name to&lt;BR /&gt;the list.</description>
      <pubDate>Mon, 05 Mar 2007 05:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inform-nodes-on-shutdown/m-p/3954137#M82108</guid>
      <dc:creator>Mrityunjoy Kundu</dc:creator>
      <dc:date>2007-03-05T05:09:40Z</dc:date>
    </item>
  </channel>
</rss>

