<?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: standby lan interface in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932282#M709778</link>
    <description>Data LANS and Standby LANS are not designated during the cmquerycl operation, only Heartbeat LANS are.  Call it a design error if you want but the author is providing you with knowledge that you have redundant options for carrying the Heartbeat over qualified LANS. &lt;BR /&gt;&lt;BR /&gt;So by allowing all of the above to remain designated as Heartbeat LANS instead of changing them to STATIONARY_IP, which is your only other option, then becomes a naming convention decision and a knowledge of redundancy decision, for it doesn???t change the LAN???s ability to also carry the heartbeat nor data nor both simultaneously.&lt;BR /&gt;&lt;BR /&gt;Specify your floating ip in the package and designate this as STATIONARY_IP in the cluster.ascii file.  Use this as the final arbiter to decide which is not to be heartbeat.&lt;BR /&gt;&lt;BR /&gt;BUT, to see what is currently designated as Heartbeat and Standby use the cmscancl and cmviewcl command.&lt;BR /&gt;&lt;BR /&gt;Here is another link on the subject:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9105670142b2d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9105670142b2d5118ff10090279cd0f9,00.html&lt;/A&gt;</description>
    <pubDate>Fri, 21 Mar 2003 02:54:57 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2003-03-21T02:54:57Z</dc:date>
    <item>
      <title>standby lan interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932277#M709773</link>
      <description>Please can you help with my question on standy lans Two nodesc clusterh with 3 LAN interface cards. Want to make LAN 3 standy for LAN 0 &lt;BR /&gt;LAN 1 &amp;amp; 0  will be used for heartbeat messages&lt;BR /&gt;I also two unallocated floating ip adress one for frontend network lan 0 &amp;amp; 3 , the other for lan 1 backend network.&lt;BR /&gt;Output of netstat -in&lt;BR /&gt;Name     Network         Address           &lt;BR /&gt;lan3     10.16.13.0  10.16.13.131     &lt;BR /&gt;lan1     10.16.14.0  10.16.14.46          &lt;BR /&gt;lan0     10.16.13.0  10.16.13.121      &lt;BR /&gt;lo0      127.0.0.0   127.0.0.1&lt;BR /&gt;&lt;BR /&gt;My enteries for the cmquerycl -w full ascii file is&lt;BR /&gt;NODE_NAME             NodeB  &lt;BR /&gt;NETWORK_INTERFACE     lan0&lt;BR /&gt;HEARTBEAT_IP          10.16.13.122&lt;BR /&gt;NETWORK_INTERFACE     lan3&lt;BR /&gt;HEARTBEAT_IP          10.16.13.132 &lt;BR /&gt;NETWORK_INTERFACE     lan1&lt;BR /&gt;HEARTBEAT_IP          10.16.14.48  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NODE_NAME             NodeA&lt;BR /&gt;NETWORK_INTERFACE     lan0&lt;BR /&gt;HEARTBEAT_IP          10.16.13.121&lt;BR /&gt;NETWORK_INTERFACE     lan3&lt;BR /&gt;HEARTBEAT_IP          10.16.13.131 &lt;BR /&gt;NETWORK_INTERFACE     lan1&lt;BR /&gt;HEARTBEAT_IP          10.16.14.46&lt;BR /&gt;&lt;BR /&gt;how should I amend the file to to lan3 the standy for lan0 , include the floating ipadress both the frontend and backend. &lt;BR /&gt;frontend ip 10.16.13.130&lt;BR /&gt;backend ip 10.16.14.40&lt;BR /&gt;&lt;BR /&gt;Many thanks &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Mar 2003 18:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932277#M709773</guid>
      <dc:creator>samuel  fatoye</dc:creator>
      <dc:date>2003-03-20T18:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932278#M709774</link>
      <description>if you want to have lan3 has a stanby lan card, you'll have to deconfigure lan3, cause what ServiceGuard will do, is that when it recognizes lan0 to have trouble, it will deconfigure lan0 and configure lan3 with the same IP address.&lt;BR /&gt;&lt;BR /&gt;So lan3 shouldn't be configured.&lt;BR /&gt;&lt;BR /&gt;after that, your ascii file should only have something like this :&lt;BR /&gt;&lt;BR /&gt;NODE_NAME         xxxx&lt;BR /&gt;#&lt;BR /&gt;# FRONT END&lt;BR /&gt;#&lt;BR /&gt;  NETWORK_INTERFACE     lan0&lt;BR /&gt;    HEARTBEAT_IP       10.16.13.121&lt;BR /&gt;  NETWORK_INTERFACE     lan3&lt;BR /&gt;#&lt;BR /&gt;# HEART BEAT&lt;BR /&gt;#&lt;BR /&gt;  NETWORK_INTERFACE     lan1&lt;BR /&gt;    HEARTBEAT_IP        10.16.14.46&lt;BR /&gt;&lt;BR /&gt;that way lan3 will be recognized as the backup for your lan0.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Mar 2003 18:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932278#M709774</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-03-20T18:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932279#M709775</link>
      <description>I wouldn't change a thing of the above.&lt;BR /&gt;&lt;BR /&gt;Use cmscancl to get a report of what the cluster thinks is standby.&lt;BR /&gt;&lt;BR /&gt;Cmquerycl determines active LANS and fills out the details automatically.  LAN's that it thinks can handle the heartbeat are designated as the heartbeat LANs.  Specifying -n node_name should be all you need.&lt;BR /&gt;&lt;BR /&gt;As long as you've filled out your /etc/hosts file with the nodes and IPs correctly, and have used the cmquerycl -n node_name syntax correctly, then the cluster.ascii file should be filled out for you automatically.</description>
      <pubDate>Thu, 20 Mar 2003 20:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932279#M709775</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-20T20:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932280#M709776</link>
      <description>step 1: deconfigure lan3 on the nodes&lt;BR /&gt;step 2: rerun your cmquerycl command and create the ascii file&lt;BR /&gt;step 3: Read the ascii file and confirm that in  the comments below each nodes details that it TELLS you that lan3 is a possible standby for lan0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If it does NOT, then there is a network issue that needs to be fixed first.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Mar 2003 21:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932280#M709776</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-03-20T21:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932281#M709777</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Unfortunately, you cannot configure an IP address to the standby interface keeping in view the syntax of cluster configuration file You would not specify an IP address for the standby interface there.&lt;BR /&gt;&lt;BR /&gt;The best way is to run cmquerycl, generate a fresh configuration file and then modify it to your needs.&lt;BR /&gt;&lt;BR /&gt;cmquerycl -C cmclconfig.ascii -n node1 -n node2&lt;BR /&gt;&lt;BR /&gt;Edit cmclconfig.ascii file and make changes.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 20 Mar 2003 21:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932281#M709777</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-20T21:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932282#M709778</link>
      <description>Data LANS and Standby LANS are not designated during the cmquerycl operation, only Heartbeat LANS are.  Call it a design error if you want but the author is providing you with knowledge that you have redundant options for carrying the Heartbeat over qualified LANS. &lt;BR /&gt;&lt;BR /&gt;So by allowing all of the above to remain designated as Heartbeat LANS instead of changing them to STATIONARY_IP, which is your only other option, then becomes a naming convention decision and a knowledge of redundancy decision, for it doesn???t change the LAN???s ability to also carry the heartbeat nor data nor both simultaneously.&lt;BR /&gt;&lt;BR /&gt;Specify your floating ip in the package and designate this as STATIONARY_IP in the cluster.ascii file.  Use this as the final arbiter to decide which is not to be heartbeat.&lt;BR /&gt;&lt;BR /&gt;BUT, to see what is currently designated as Heartbeat and Standby use the cmscancl and cmviewcl command.&lt;BR /&gt;&lt;BR /&gt;Here is another link on the subject:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9105670142b2d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9105670142b2d5118ff10090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 21 Mar 2003 02:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan-interface/m-p/2932282#M709778</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-21T02:54:57Z</dc:date>
    </item>
  </channel>
</rss>

