<?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: Strange hyperfabric problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-hyperfabric-problem/m-p/3382359#M566780</link>
    <description>Hello &lt;BR /&gt;&lt;BR /&gt;This is because a new field has been added to the Hyperfabric configuration &lt;BR /&gt;file /etc/rc.config.d/clic_global_conf to enable HMP. This field may be missing in &lt;BR /&gt;the  Hyperfabric software .&lt;BR /&gt; &lt;BR /&gt;Solution : -&lt;BR /&gt;If the error coours, reconfigure HyperFabric, using clic_init -c. This will &lt;BR /&gt;rebuild a correct configuration file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shine&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Sep 2004 12:47:17 GMT</pubDate>
    <dc:creator>Shine_5</dc:creator>
    <dc:date>2004-09-21T12:47:17Z</dc:date>
    <item>
      <title>Strange hyperfabric problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-hyperfabric-problem/m-p/3382357#M566778</link>
      <description>When I run clic_shutdown, it stops the hyperfabric management daemon, but also unplumbs the hyperfabric interfaces (clic0 and clic1 in my case). When I run clic_start it only starts the hyperfabric management daemon, but does not plumb and configure the clic interfaces. When one of the 2 nodes in my cluster was rebooted or when I ran clic_shutdown on one of the 2 nodes, I have to run :&lt;BR /&gt;&lt;BR /&gt;1. clic_shutdown on both nodes&lt;BR /&gt;2. clic_start on both nodes&lt;BR /&gt;3. /sbin/init.d/net start on both nodes&lt;BR /&gt;&lt;BR /&gt;in this specific order.&lt;BR /&gt;&lt;BR /&gt;This is very anoying. Any ideas ?&lt;BR /&gt;&lt;BR /&gt;Bruno&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Sep 2004 08:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-hyperfabric-problem/m-p/3382357#M566778</guid>
      <dc:creator>Bruno Bossier_1</dc:creator>
      <dc:date>2004-09-20T08:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Strange hyperfabric problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-hyperfabric-problem/m-p/3382358#M566779</link>
      <description>You might want to look ata the code of  clic_shutdown and see if its doing something to that causes the network to go down.&lt;BR /&gt;&lt;BR /&gt;what does ifconfig lan0  or ifconfig lan1 show while its down.&lt;BR /&gt;&lt;BR /&gt;Are these inerfaces acting as a NIC or as SCSI devices to access storage?&lt;BR /&gt;&lt;BR /&gt;SEP+</description>
      <pubDate>Tue, 21 Sep 2004 10:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-hyperfabric-problem/m-p/3382358#M566779</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-21T10:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Strange hyperfabric problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-hyperfabric-problem/m-p/3382359#M566780</link>
      <description>Hello &lt;BR /&gt;&lt;BR /&gt;This is because a new field has been added to the Hyperfabric configuration &lt;BR /&gt;file /etc/rc.config.d/clic_global_conf to enable HMP. This field may be missing in &lt;BR /&gt;the  Hyperfabric software .&lt;BR /&gt; &lt;BR /&gt;Solution : -&lt;BR /&gt;If the error coours, reconfigure HyperFabric, using clic_init -c. This will &lt;BR /&gt;rebuild a correct configuration file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shine&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Sep 2004 12:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-hyperfabric-problem/m-p/3382359#M566780</guid>
      <dc:creator>Shine_5</dc:creator>
      <dc:date>2004-09-21T12:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Strange hyperfabric problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-hyperfabric-problem/m-p/3382360#M566781</link>
      <description>If you are refering to the field BCOMPAT_ENABLED, then these are both set to N.&lt;BR /&gt;&lt;BR /&gt;Bruno&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Sep 2004 05:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-hyperfabric-problem/m-p/3382360#M566781</guid>
      <dc:creator>Bruno Bossier_1</dc:creator>
      <dc:date>2004-09-24T05:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Strange hyperfabric problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-hyperfabric-problem/m-p/3382361#M566782</link>
      <description>- clic_shutdown indeed executes an ifconfig unplumb on all hyperfabric interfaces&lt;BR /&gt;&lt;BR /&gt;- clic_start calls /sbin/init.d/net start to plumb the hyperfabric interfaces&lt;BR /&gt;&lt;BR /&gt;This seems to be OK. It's just that when you ran clic_shutdown on one node, you also need to run clic_shutdown on the other node and then run clic_start on the 2 nodes.&lt;BR /&gt;&lt;BR /&gt;Bruno&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Sep 2004 05:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-hyperfabric-problem/m-p/3382361#M566782</guid>
      <dc:creator>Bruno Bossier_1</dc:creator>
      <dc:date>2004-09-24T05:36:44Z</dc:date>
    </item>
  </channel>
</rss>

