<?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: DECNET Phase V in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741752#M51732</link>
    <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;When you increase NSP maximum connections from default of 200 to 600, you have to check the following as well.&lt;BR /&gt;&lt;BR /&gt;1. Make sure "maximum receive buffers" = "maximum transport connections" X "maximum  window"&lt;BR /&gt;&lt;BR /&gt;2. Make sure "maximum remote nsaps" = "maximum transport connections" + 1&lt;BR /&gt;&lt;BR /&gt;3. Memory required will be "maximum receive buffers" X "manual data link SDU size" of the routing circuit.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Mar 2006 17:56:58 GMT</pubDate>
    <dc:creator>Michael Yu_3</dc:creator>
    <dc:date>2006-03-01T17:56:58Z</dc:date>
    <item>
      <title>DECNET Phase V</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741750#M51730</link>
      <description>We currently run DECNET Phase V. &lt;BR /&gt;&lt;BR /&gt;I would like to increase NSP connections from 200 to 600. &lt;BR /&gt;We have 2GB of memory on the server. &lt;BR /&gt;&lt;BR /&gt;For our information how much memory does each extra NSP allowed NSP connection require. &lt;BR /&gt;&lt;BR /&gt;Of course each extra connection will allow extra process to be created that will require some type of resource.&lt;BR /&gt;&lt;BR /&gt;The question is based on having the extra allowed connections but not using them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;Kevin Raven &lt;BR /&gt;&lt;BR /&gt;mc ncl show imp &lt;BR /&gt;&lt;BR /&gt;Node 0 &lt;BR /&gt;at 2006-03-01-13:19:15.863+00:00Iinf &lt;BR /&gt;&lt;BR /&gt;Characteristics &lt;BR /&gt;&lt;BR /&gt;Implementation = &lt;BR /&gt;{ &lt;BR /&gt;[ &lt;BR /&gt;Name = OpenVMS AXP , &lt;BR /&gt;Version = "V7.2-1H1" &lt;BR /&gt;] , &lt;BR /&gt;[ &lt;BR /&gt;Name = Compaq DECnet-Plus for OpenVMS , &lt;BR /&gt;Version = "V7.2-1 ECO06 16-SEP-2002 10:40:46.89" &lt;BR /&gt;] &lt;BR /&gt;}</description>
      <pubDate>Wed, 01 Mar 2006 09:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741750#M51730</guid>
      <dc:creator>VMS Support</dc:creator>
      <dc:date>2006-03-01T09:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: DECNET Phase V</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741751#M51731</link>
      <description>NCL SET NSP MAXIMUM TRANSPORT CONNECTIONS 600&lt;BR /&gt;&lt;BR /&gt;To make this permenant then edit&lt;BR /&gt;SYS$MANAGER:NET$NSP_TRANSPORT_STARTUP.NCL&lt;BR /&gt;&lt;BR /&gt;You are correct that using 600 connections will need more resources.</description>
      <pubDate>Wed, 01 Mar 2006 10:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741751#M51731</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-03-01T10:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: DECNET Phase V</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741752#M51732</link>
      <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;When you increase NSP maximum connections from default of 200 to 600, you have to check the following as well.&lt;BR /&gt;&lt;BR /&gt;1. Make sure "maximum receive buffers" = "maximum transport connections" X "maximum  window"&lt;BR /&gt;&lt;BR /&gt;2. Make sure "maximum remote nsaps" = "maximum transport connections" + 1&lt;BR /&gt;&lt;BR /&gt;3. Memory required will be "maximum receive buffers" X "manual data link SDU size" of the routing circuit.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 17:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741752#M51732</guid>
      <dc:creator>Michael Yu_3</dc:creator>
      <dc:date>2006-03-01T17:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: DECNET Phase V</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741753#M51733</link>
      <description>Kevin,&lt;BR /&gt;&lt;BR /&gt;adding to the above posting, when you edit SYS$STARTUP:NET$NSP_TRANSPORT_STARTUP.NCL file, make sure...&lt;BR /&gt;1. Maximum receive buffers value must be 8 times the value of the maximum transport connections&lt;BR /&gt;&lt;BR /&gt;2. max window value must be greater than or equal to the number of maximum receive buffers divided by maximum transport connections.&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Wed, 01 Mar 2006 18:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741753#M51733</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2006-03-01T18:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: DECNET Phase V</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741754#M51734</link>
      <description>Do you manually edit .NCL scripts ?&lt;BR /&gt;&lt;BR /&gt;You should/can use NET$CONFIGURE to change these values. &lt;BR /&gt;&lt;BR /&gt;$@NET$CONFIGURE ADVANCED&lt;BR /&gt;Select option- [4] Configure Transports&lt;BR /&gt;&lt;BR /&gt;It will display the current values and allow you to change them. Not checked, but I would expect it to perform some form of sanity checks on your values. Entering a ? at the prompt will give additional help, it sometimes gives useful detailed info.&lt;BR /&gt;&lt;BR /&gt;Also, the .NCL scripts are checksum'd, net$configure will report warnings if they've been altered outside of net$configure.&lt;BR /&gt;&lt;BR /&gt;It's up to you, but net$configure is there to guide you&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;John.</description>
      <pubDate>Fri, 03 Mar 2006 05:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741754#M51734</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-03-03T05:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: DECNET Phase V</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741755#M51735</link>
      <description>PS... &lt;BR /&gt;1. you can ctrl_y out (no changes will be made) if you need to.&lt;BR /&gt;2. The current values for each question asked (on an already configured system) are presented in []&lt;BR /&gt;3. Once all questions are asked, it lists the new settings and gives you a final chance to accept or reject the changes made&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;John.</description>
      <pubDate>Fri, 03 Mar 2006 05:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-phase-v/m-p/3741755#M51735</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-03-03T05:06:16Z</dc:date>
    </item>
  </channel>
</rss>

