<?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 Added FDDI link as backup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966492#M74934</link>
    <description>We have a OpenVMS cluster (V7.3-2) over GigE network.  We added links for an FDDI ring that is on a separate network for a backup cluster connection.  It appeared to function.  There now appears to be a problem with jobs that are disk I/O intensive taking much longer than usual.  The change appears to roughly coincide with the addition of the ring.  &lt;BR /&gt;&lt;BR /&gt;I was going to try to use the LAVC$Stop_Bus on the FDDI device but am hesitating for the warning about a cluster crash.  Several years ago we did use the code on a different host without any problems.  Anyone know of a reason that I should not use that utility?&lt;BR /&gt;  It is in Sys$examples.&lt;BR /&gt;&lt;BR /&gt;Another question (bigger question) is why is it using the FDDI?  The GigE should be much faster .  From the HP Insights Web Interface the FDDI is Half duplex which does not seem correct but the ring was added without shutting down the cluster.  That may be another problem.&lt;BR /&gt;&lt;BR /&gt;Thanks for any insights...&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Mar 2006 13:41:06 GMT</pubDate>
    <dc:creator>Zeni B. Schleter</dc:creator>
    <dc:date>2006-03-10T13:41:06Z</dc:date>
    <item>
      <title>Added FDDI link as backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966492#M74934</link>
      <description>We have a OpenVMS cluster (V7.3-2) over GigE network.  We added links for an FDDI ring that is on a separate network for a backup cluster connection.  It appeared to function.  There now appears to be a problem with jobs that are disk I/O intensive taking much longer than usual.  The change appears to roughly coincide with the addition of the ring.  &lt;BR /&gt;&lt;BR /&gt;I was going to try to use the LAVC$Stop_Bus on the FDDI device but am hesitating for the warning about a cluster crash.  Several years ago we did use the code on a different host without any problems.  Anyone know of a reason that I should not use that utility?&lt;BR /&gt;  It is in Sys$examples.&lt;BR /&gt;&lt;BR /&gt;Another question (bigger question) is why is it using the FDDI?  The GigE should be much faster .  From the HP Insights Web Interface the FDDI is Half duplex which does not seem correct but the ring was added without shutting down the cluster.  That may be another problem.&lt;BR /&gt;&lt;BR /&gt;Thanks for any insights...&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2006 13:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966492#M74934</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2006-03-10T13:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Added FDDI link as backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966493#M74935</link>
      <description>Zeni,&lt;BR /&gt;&lt;BR /&gt;nowadays, you would want to use MC SCACP STOP LAN_DEVICE FWA instead of LAVC$STOP_BUS. Just make sure, you don't stop the only remaining cluster interconnect.&lt;BR /&gt;&lt;BR /&gt;You can also lower the priority of SCS communications via FDDI (SCACP&amp;gt; SET LAN/PRIO=n FWA).&lt;BR /&gt;&lt;BR /&gt;Use SCACP&amp;gt; SHOW CHAN to find out the load classes, packets transmitted etc. via the various channels. SCACP (and SDA&amp;gt; PE ...) offer lots of information about cluster communications...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 10 Mar 2006 13:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966493#M74935</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-03-10T13:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Added FDDI link as backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966494#M74936</link>
      <description>MCR SCACP show 3 lan devices, FDDI, GigE and local.  FDDI was added March 8th at 16:08.  Unless there is round over, the FDDI shows twice the packets (S+R) as the GigE.  Both have priority of 0.  Volker, you suggest just changing the priority . The help say that the priority can be a range of -127 to +127.  So should I set it to minus for the FDDI or set the GigE to have a positive.&lt;BR /&gt;&lt;BR /&gt;The load class shows the FDDI as 100 and the GigE as 1000.  Why should it use Fddi if GigE is available?</description>
      <pubDate>Fri, 10 Mar 2006 14:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966494#M74936</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2006-03-10T14:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Added FDDI link as backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966495#M74937</link>
      <description>Zeni,&lt;BR /&gt;&lt;BR /&gt;try using priority -2 for FDDI. Maybe FDDI is preferred due to a larger buffer size ?&lt;BR /&gt;&lt;BR /&gt;Could you provide your SCACP&amp;gt; SHOW CHAN output in an attached .TXT file ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 10 Mar 2006 14:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966495#M74937</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-03-10T14:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Added FDDI link as backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966496#M74938</link>
      <description>I changed the priority of FWA on one member of the cluster to -2.  The packets now appear to be split between the two.  The delay for the GigE is much greater than that of the FDDI but that appears to be very dynamic and after a couple of iterations .&lt;BR /&gt;&lt;BR /&gt;Can't post what I am seeing without typing it in.  But the GigE device does appear to be getting more of the traffic now.&lt;BR /&gt;&lt;BR /&gt;I have started a job that I noticed had a very extended runs after the FDDI addition.  It went from 30 minutes to 2 hours.  If it is back to normal I will consider success.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2006 14:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966496#M74938</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2006-03-10T14:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Added FDDI link as backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966497#M74939</link>
      <description>Success.  Traffic over FDDI is much reduced and job completed in a timely manner when compared to pre-FDDI configuration.   Setting the Priority with the SCACP utility was a definite solution.&lt;BR /&gt;Volker,&lt;BR /&gt;  Many thanks for the very timely response.</description>
      <pubDate>Fri, 10 Mar 2006 15:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966497#M74939</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2006-03-10T15:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Added FDDI link as backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966498#M74940</link>
      <description>Zeni,&lt;BR /&gt;&lt;BR /&gt;don't forget to add the SCACP command into the system startup. This is not a permanent change of the LAN_DEVICE priority and needs to be re-done after booting.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 10 Mar 2006 23:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966498#M74940</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-03-10T23:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Added FDDI link as backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966499#M74941</link>
      <description>Thanks, Volker.  I had wondered about that but had already closed the thread .  I will add it to the startup procedures today.</description>
      <pubDate>Mon, 13 Mar 2006 08:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/added-fddi-link-as-backup/m-p/4966499#M74941</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2006-03-13T08:37:42Z</dc:date>
    </item>
  </channel>
</rss>

