<?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: SYSMAN questions in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063113#M24675</link>
    <description>It's getting even more bizar.&lt;BR /&gt;&lt;BR /&gt;See attachement - this is in a 4-node cluster (Itanium, VMS 8.3), sharing system disk (inclusing UAF and the apllication used), with the same SYSGEN parameters)&lt;BR /&gt;&lt;BR /&gt;SYSMAN can now be used where it hung before (on NodeB), but the node that was accessed when the problem arose (NodeC) can not be reaced usuing SYSMAN - from ANY node in the cluster. A normal login on NodeC is, hoever, not blocked.&lt;BR /&gt;&lt;BR /&gt;So there are more questions:&lt;BR /&gt;What causes NodeC to be unreachable by SYSMAN, from any node in the cluster?&lt;BR /&gt;How to make NodeC reachable again (without reboot, preferrably)</description>
    <pubDate>Thu, 16 Aug 2007 03:12:02 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2007-08-16T03:12:02Z</dc:date>
    <item>
      <title>SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063108#M24670</link>
      <description>(AXP 7.3-2, I64 8.3, Cluster)&lt;BR /&gt;I have a few questions concerning the SYSMAN utility, because of a problem we encountered.&lt;BR /&gt;&lt;BR /&gt;A command procedure (started interactively)removes user environments and related processes (STOP/ID maninly) but by means of a global symbol, set up during login, will prevent the user's environment to be removed (and therefor, the user process will NOT be deleted).&lt;BR /&gt;&lt;BR /&gt;Running exactly the smae procedure using SYSMAN on a different node however, seems to miss this symbols - causing the environment being removed and the process being killed.&lt;BR /&gt;Sysman does NOT return an error - but hangs. ^Y and STOP works, once. Trying SYSMAN again, just setiing the environment to the other node, cases SYSMAN to hang completely. Even ^Y has no effect.&lt;BR /&gt;The process running SYSMAN is in LEF state, but there are no channels busy at all. This has been observed on Itanium.&lt;BR /&gt;he same issue exists on Alpha, where even a simple reboot of the node didn't help: the system needed to be powered off completely.&lt;BR /&gt;&lt;BR /&gt;Login procedures for this user are the same on both systems. It could be that there is something in these procedures that is bypassed when the system is accessed suing SYSMAN (when f$mode &amp;lt;&amp;gt; INTERACTIVE, for instance). Still, that does not explain why SYSMAN hangs in LEF state, without a channel opened, and what special handling is done when accessing the remote system in terms of login-procedures (if any).&lt;BR /&gt;Another think I'm curious about are the interaction between SYSMAN on one system and the process on the other system, usage of resources and how SYSMAN handles them.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2007 10:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063108#M24670</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-08-15T10:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063109#M24671</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;to begin with, only a partial answer.&lt;BR /&gt;&lt;BR /&gt;SYSMAN processes do _NOT_ execute any LOGIN or SYLOGIN. They do _NOT_ get any logicals, except CLUSTER- SYSTEM- and applicable GROUP-table ones. They do NOT ingerit any symbols.&lt;BR /&gt;&lt;BR /&gt;Any such process-environment setup can however easily by done by SYSMANINI.&lt;BR /&gt;Define that logical to point to the desired "SYSMAN LOGIN" file in the *SYSMAN* table (can not check the correct name right now, but SHOW LOG/TABLE=*SYSMAN* will tell you.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 15 Aug 2007 10:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063109#M24671</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-08-15T10:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063110#M24672</link>
      <description>also things are not 'sticky' between commands. Dean eg.&lt;BR /&gt;&lt;BR /&gt;SYSMAN&amp;gt; do defin xxx "foo"&lt;BR /&gt;%SYSMAN-I-OUTPUT, command execution on node ENGDS1&lt;BR /&gt;SYSMAN&amp;gt; do sho log xxx&lt;BR /&gt;%SYSMAN-I-OUTPUT, command execution on node ENGDS1&lt;BR /&gt;%SHOW-S-NOTRAN, no translation for logical name XXX&lt;BR /&gt;SYSMAN&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2007 10:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063110#M24672</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-08-15T10:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063111#M24673</link>
      <description>Yes,&lt;BR /&gt;&lt;BR /&gt;Dean just showed a good example.&lt;BR /&gt;&lt;BR /&gt;Doing the DEFINE in SYSMANINI, you DO get the translation.&lt;BR /&gt;Especially for clusterwide unattended batch jobs, we use the SYSMANINI mechanism.&lt;BR /&gt;Just put ALL desired instructions in a temporary file, define that as SYSMANINI.&lt;BR /&gt;Start SYSMAN, and on the next dataline give EXIT  (without a leading $  !!).&lt;BR /&gt;SYSMAN inits with doing all you want, and exits.&lt;BR /&gt;Oh, do not forget the SET ENVIRONMENT.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2007 11:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063111#M24673</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-08-15T11:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063112#M24674</link>
      <description>I already found out that the process does not execute any login, and I can cope with that more easily for the case I need it (just anoter parameter to be passed). I also found out that on the remote system, a detached process is started dor the duration of the command DO &lt;COMMAND&gt; and that this is not a persistant process so the context is lost when the command is DOne.&lt;BR /&gt;&lt;BR /&gt;Still, there must be some context required and set up for creating the process, e.g. the login directory (SYS$LOGIN:). If SYSUAF states a logical location (eg. MGRDEV:) that is usually set up as a /SYSTEM logical, there is no problem so a command procedure can be run remotely. But if this procedure removes the logical and kills the process (that is what happens, I think), SYSMAN hangs and will not be able to recreate the process since there is no such logical anymore. What causes it to hang?&lt;BR /&gt;A next invokation of SYSMAN and SET ENVIRONMENT to the next node hangs SYSMAN beyond repair: but what is the cause of the hang?&lt;BR /&gt;&lt;BR /&gt;(My original problem is now understood and solved, but this still bothers me)&lt;/COMMAND&gt;</description>
      <pubDate>Thu, 16 Aug 2007 00:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063112#M24674</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-08-16T00:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063113#M24675</link>
      <description>It's getting even more bizar.&lt;BR /&gt;&lt;BR /&gt;See attachement - this is in a 4-node cluster (Itanium, VMS 8.3), sharing system disk (inclusing UAF and the apllication used), with the same SYSGEN parameters)&lt;BR /&gt;&lt;BR /&gt;SYSMAN can now be used where it hung before (on NodeB), but the node that was accessed when the problem arose (NodeC) can not be reaced usuing SYSMAN - from ANY node in the cluster. A normal login on NodeC is, hoever, not blocked.&lt;BR /&gt;&lt;BR /&gt;So there are more questions:&lt;BR /&gt;What causes NodeC to be unreachable by SYSMAN, from any node in the cluster?&lt;BR /&gt;How to make NodeC reachable again (without reboot, preferrably)</description>
      <pubDate>Thu, 16 Aug 2007 03:12:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063113#M24675</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-08-16T03:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063114#M24676</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;the attachement is missing, btw. is SMISERVER process running on all nodes, perhaps a process dump in SYS$SYSTEM?&lt;BR /&gt;&lt;BR /&gt;regards kalle</description>
      <pubDate>Thu, 16 Aug 2007 03:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063114#M24676</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-08-16T03:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063115#M24677</link>
      <description>Oops....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Aug 2007 04:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063115#M24677</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-08-16T04:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063116#M24678</link>
      <description>We just tried (!) to reboot nodeC, it _seems_ to shutdown. The node is not accessable using DECnet ("node currently unreachable")  but the other nodes signal it as "MEMBER" with the previous transition time, as if shutdown did not appear at all.&lt;BR /&gt;&lt;BR /&gt;I have no access to the console so will have to wait for system management to create a crash dump....&lt;BR /&gt;&lt;BR /&gt;WG</description>
      <pubDate>Thu, 16 Aug 2007 04:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063116#M24678</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-08-16T04:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063117#M24679</link>
      <description>additional:&lt;BR /&gt;We assumed the system was down since the normal sequence showed up - including disconnecting the terminal. However, we just found out that TCPIP was still running, we could reach it uisng telnet. Shutdown was done just partially: queue manager was stopped, DECNet seems down (no REMACP process) but TCPIP is still up-and-running. Accounting gave us no clue on the processes run by SYSMAN (but that could well be a configuration issue)&lt;BR /&gt;&lt;BR /&gt;Weird....</description>
      <pubDate>Thu, 16 Aug 2007 04:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063117#M24679</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-08-16T04:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063118#M24680</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;SYSMAN in a cluster communicates via the CLUSTER_SERVER process. The CLUSTER_SERVER process on the remote node sends the command to the SMISERVER process via mailbox communication. SMISERVER then spawns a subprocess to execute the remote DO ... commands.&lt;BR /&gt;&lt;BR /&gt;If mailbox communication between SMISERVER and CLUSTER_SERVER is hung, your remote remote will not be reachable with SYSMAN.&lt;BR /&gt;&lt;BR /&gt;Check the state of those 2 processes, both should normally be in HIB. If they are not, there may be a problem...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 16 Aug 2007 06:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063118#M24680</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-08-16T06:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063119#M24681</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;did you try restarting the remote SMISERVER process ?&lt;BR /&gt;&lt;BR /&gt;$ STOP/ID=xxx&lt;BR /&gt;$ @SYS$SYSTEM:STARTUP SMISERVER&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 16 Aug 2007 06:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063119#M24681</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-08-16T06:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: SYSMAN questions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063120#M24682</link>
      <description>We decided to disable the specific function, because the offered solutions are not possible (the SYSMAN command is issued in a spawned procedure, started from an executable).</description>
      <pubDate>Tue, 13 Nov 2007 06:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysman-questions/m-p/5063120#M24682</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-11-13T06:47:30Z</dc:date>
    </item>
  </channel>
</rss>

