<?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: Task to task in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199302#M1289</link>
    <description>Wim,&lt;BR /&gt;how did you measure that a process didn't receive any CPU time for a minute? Note that a process can receive CPU for a very short time and then it is not accounted in its performance counters. Sorry, I don't understand the network problem and can help you there, but I try to give some background information and hope you find useful.&lt;BR /&gt;&lt;BR /&gt;The problem is not giving CPU to a process. The CPU is simply idle. The problem is that the processes are waiting for their I/Os to complete. They cannot continue, because they need the data from the disk(s) to continue processing it. The disks are so much busy moving their heads that an I/O queue has build up.&lt;BR /&gt;&lt;BR /&gt;Imagine lots of people going to the newsstand to buy something. Nobody can leave and continue until he got served at the newstand. The owner is busy walking around. The longer the queue is - the more the customers are waiting. OK, that doesn't fully reflect the situation of a disk, but I hope you get the idea.</description>
    <pubDate>Wed, 25 Feb 2004 10:57:11 GMT</pubDate>
    <dc:creator>Uwe Zessin</dc:creator>
    <dc:date>2004-02-25T10:57:11Z</dc:date>
    <item>
      <title>Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199267#M1254</link>
      <description>I am using remote file access (node::file) between 150 nodes and 1 central node. All use the username system.&lt;BR /&gt;&lt;BR /&gt;When the node or network is slow, the clients receive "network partner exited" and on the server side "file not accessed on channel".&lt;BR /&gt;&lt;BR /&gt;I think the problem is related to the fact that a number of clients share the same server process. The clients are doing f$search("x::*.com") directed to the server and thus have a context on the server process.&lt;BR /&gt;&lt;BR /&gt;Is there a way to get 1 process per client and not to re-use processes ? Or another workaround ?</description>
      <pubDate>Mon, 23 Feb 2004 07:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199267#M1254</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-23T07:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199268#M1255</link>
      <description>Sorry for the bad title. Remote access would have been better.</description>
      <pubDate>Mon, 23 Feb 2004 07:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199268#M1255</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-23T07:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199269#M1256</link>
      <description>It sounds like you are getting timeouts when the 'node or network is slow'. I don't think you should stop re-using the FAL server process - that would make the matter worse because you incure the additional delay of process creation whenever you open a new file.&lt;BR /&gt;&lt;BR /&gt;Perhaps you can rewrite your procedures to run the F$SEARCH locally on the server and transfer the results via $WRITE/READ. Then you can put a better error handling around it.&lt;BR /&gt;&lt;BR /&gt;You might be able to tweak some DECnet counters, but that is a system-wide setup. Sorry, can't tell you which knobs to turn - somebody else?</description>
      <pubDate>Mon, 23 Feb 2004 08:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199269#M1256</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-02-23T08:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199270#M1257</link>
      <description>Uwe,&lt;BR /&gt;&lt;BR /&gt;Indeed I can rewrite the code. But I prefer not too.&lt;BR /&gt;&lt;BR /&gt;I did some testing and found that the processes were not reused while the f$search was in progress. It must something else. Some timeout ? Some locking ptroblems ?&lt;BR /&gt;Btw : I'am using DecnetPlus.</description>
      <pubDate>Mon, 23 Feb 2004 08:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199270#M1257</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-23T08:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199271#M1258</link>
      <description>OK, if the processes don't get reused then I assume that the F$SEARCH loop is 'too fast'.&lt;BR /&gt;There is some processing involved when the I/O channel is closed - see SYS$SYSTEM:NETSERVER.COM. During that time the server process obviously cannot take over a connection request :-(</description>
      <pubDate>Mon, 23 Feb 2004 08:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199271#M1258</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-02-23T08:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199272#M1259</link>
      <description>Uwe,&lt;BR /&gt;&lt;BR /&gt;Further investigation (via accountng) indicate that the same problems arrised for another (1 !) process doing /out=xx:file.</description>
      <pubDate>Mon, 23 Feb 2004 08:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199272#M1259</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-23T08:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199273#M1260</link>
      <description>Well, what is the process doing exactly? If he is opening 2 files within a short amount of time you will get 2 server processes. Put something like these commands in a command procedure and run it:&lt;BR /&gt;&lt;BR /&gt;$ open /write LL 0::tmp.tmp&lt;BR /&gt;$ close LL&lt;BR /&gt;$ open /write LL 0::tmp.tmp&lt;BR /&gt;$ close LL&lt;BR /&gt;&lt;BR /&gt;On the other hand: what happens on the server when you create one file this way. Do you get a process named "FAL_xxxx" which changes after some time to "SERVER_xxxx"? or do these processes quit their work right after you close the I/O channel?</description>
      <pubDate>Mon, 23 Feb 2004 09:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199273#M1260</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-02-23T09:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199274#M1261</link>
      <description>Hi Wim,&lt;BR /&gt;I don't know if you are using DecNet IV or V so I answer by my knoledge about DecNet phase IV.&lt;BR /&gt;Stay warning when you change some parameter; if my mind support me you could change executor values; there are follows parameters:&lt;BR /&gt;NCP&amp;gt;SET EXEC INCOMING TIMER nn&lt;BR /&gt;NCP&amp;gt;SET EXEC INACTIVITY TIMER nn&lt;BR /&gt;NCP&amp;gt;SET EXEC MAX LINK nn&lt;BR /&gt;Before change any one you must see current value typing&lt;BR /&gt;NCP&amp;gt;SHOW EXEC CHAR&lt;BR /&gt;You could increase MAX LINK (the # of processes linked to external client), increase INCOMING TIMER (time-out to reject incoming connection) and decrease INACTIVITY TIMER (inactivity time process still live).&lt;BR /&gt;You can read SET command to check result but you need issue DEF command to store permanently.&lt;BR /&gt; &lt;BR /&gt;H.T.H.&lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2004 09:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199274#M1261</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-02-23T09:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199275#M1262</link>
      <description>Sorry,&lt;BR /&gt;I'm starting when there is only 1 answer and I finished after you post use DecNet Plus.&lt;BR /&gt;I think yuo can find in DecNet plus documentation about translation of command I've posted&lt;BR /&gt; &lt;BR /&gt;Regards&lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2004 09:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199275#M1262</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-02-23T09:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199276#M1263</link>
      <description>Antoniov,&lt;BR /&gt;&lt;BR /&gt;I simulated the problem by starting a process on prio=8 while running 10 jobs doing remote access in a loop to the node itself.&lt;BR /&gt;&lt;BR /&gt;All jobs terminated with "network partner exited" and all net$server.log said "file not accessed on channel".&lt;BR /&gt;&lt;BR /&gt;It could indeed be the timeout values you mention. But they are already at 45 and 60 seconds (mc ncl show ses con all).&lt;BR /&gt;&lt;BR /&gt;Uwe : the task is created and stays until the f$search is done.</description>
      <pubDate>Mon, 23 Feb 2004 09:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199276#M1263</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-23T09:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199277#M1264</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;and here is what I found:&lt;BR /&gt;&lt;BR /&gt;If your system is too busy to get FAL started soon enough to&lt;BR /&gt;successfully complete the logical link, or if there is too much "stuff"&lt;BR /&gt;going on in SYSLOGIN.COM or LOGIN.COM that FAL doesn't start before the&lt;BR /&gt;delay timers run out, you may experience this error message.&lt;BR /&gt;&lt;BR /&gt;The time-stamps in the NETSERVER.LOG files may indicate the delays between&lt;BR /&gt;the first stamp and the startup time for FAL.  A LOGIN.COM which includes&lt;BR /&gt;a WAIT for 1 minute can result in an SYS-F-FILNOTACC error, in the&lt;BR /&gt;NETSERVER.LOG file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Best regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Mon, 23 Feb 2004 09:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199277#M1264</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-02-23T09:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199278#M1265</link>
      <description>Antoniov,&lt;BR /&gt;&lt;BR /&gt;Nope. The creation of the process goes fine. After serving a few operations it gives the channel error.&lt;BR /&gt;The timeout-abort is about 2 till 5 minutes after the last fal request msg in net$server.log.&lt;BR /&gt;After all batch job aborted, there were about 10 server process active.&lt;BR /&gt;Still something wrong.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2004 09:58:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199278#M1265</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-23T09:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199279#M1266</link>
      <description>Hi Wim,&lt;BR /&gt;I don't know DecNet plus, so you could verify all my informations but I think task to task is like DecNet IV; server process starts, answer to client request and stay live for a short time (1-5 min), waiting for a new client request.&lt;BR /&gt;In you environment, where you have 150 client, perhaps, you could set 100-150 links and check for SYSTEM quotas in AUTHORIZE to support all processes.&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2004 10:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199279#M1266</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-02-23T10:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199280#M1267</link>
      <description>Strange question:  Why don't you cluster those 150 nodes (VOTES=0) with the central node (VOTES&amp;gt;0)?  Then you won't have to do any DECnet operations at all -- all files will be "local".&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2004 10:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199280#M1267</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2004-02-24T10:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199281#M1268</link>
      <description>SFQ,&lt;BR /&gt;&lt;BR /&gt;Question : How many nodes can be put in a cluster ?</description>
      <pubDate>Tue, 24 Feb 2004 10:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199281#M1268</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-24T10:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199282#M1269</link>
      <description>An OpenVMS Cluster system cannot contain more than 96 Alpha and VAX (combined total) nodes</description>
      <pubDate>Tue, 24 Feb 2004 11:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199282#M1269</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-02-24T11:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199283#M1270</link>
      <description>The official maximum is 96.  My understanding is that there are that many VMS machines at the test center in Nashua.&lt;BR /&gt;&lt;BR /&gt;However, there are several installations with many more nodes.  Check the Ask the Wizard site and past postings in comp.os.vms for some potential pointers.&lt;BR /&gt;&lt;BR /&gt;Since the node table has 255 entries, that's the hard upper limit.&lt;BR /&gt;&lt;BR /&gt;For a supported system, you could cluster 95 satellites and then use DECnet for the remainder...&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2004 11:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199283#M1270</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2004-02-24T11:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199284#M1271</link>
      <description>Hm, I thought 96 nodes / VMScluster is the total supported limit due to the size of the lock value block which is used by the DECnet cluster alias.&lt;BR /&gt;&lt;BR /&gt;Interesting playing: if I recall correctly, the LVB is max. 128 byte in size.&lt;BR /&gt;- 128 byte * 8 bit/byte = 1024 bits&lt;BR /&gt;- 1024 bites / 96 nodes = 10 bit/node &lt;BR /&gt;- the node part of a DECnet address (area.1-1023) is 10 bits&lt;BR /&gt;&lt;BR /&gt;I remember those discussions from the DECUS days when customers were complaining that they had to buy a DECnet router license for one of their cluster members. (political requirement to fulfill what is offered in the software product description - I was told).</description>
      <pubDate>Tue, 24 Feb 2004 12:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199284#M1271</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-02-24T12:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199285#M1272</link>
      <description>If you search comp.os.vms for postings by Steve Hoffman (who also does Ask the Wizard), you'll find mention of at least 115 node clusters, at undisclosed government installations.  :-)&lt;BR /&gt;&lt;BR /&gt;The difference is between supported and not-supported installations.&lt;BR /&gt;&lt;BR /&gt;Keith Parris has some good stuff on this topic as well.&lt;BR /&gt;&lt;BR /&gt;Building Large Local Area VAXcluster (LAVC) Configurations&lt;BR /&gt;&lt;A href="http://www.geocities.com/keithparris/decus_presentations/biglavc_article.ps" target="_blank"&gt;http://www.geocities.com/keithparris/decus_presentations/biglavc_article.ps&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;His overall web page has lots more useful stuff, too:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.geocities.com/keithparris/" target="_blank"&gt;http://www.geocities.com/keithparris/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2004 14:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199285#M1272</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2004-02-24T14:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Task to task</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199286#M1273</link>
      <description>Stanley, did you respond to me? I thought I had made it clear that I was talking about the _supported_ limit.</description>
      <pubDate>Tue, 24 Feb 2004 15:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/task-to-task/m-p/3199286#M1273</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-02-24T15:13:01Z</dc:date>
    </item>
  </channel>
</rss>

