<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3814002#M695802</link>
    <description>Hi simon,&lt;BR /&gt;&lt;BR /&gt;Read the following document:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/serviceguard_heartbeats_conf.pdf/serviceguard_heartbeats_conf.pdf" target="_blank"&gt;http://docs.hp.com/en/serviceguard_heartbeats_conf.pdf/serviceguard_heartbeats_conf.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
    <pubDate>Wed, 28 Jun 2006 11:02:20 GMT</pubDate>
    <dc:creator>Darrel Louis</dc:creator>
    <dc:date>2006-06-28T11:02:20Z</dc:date>
    <item>
      <title>standby lan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3813995#M695795</link>
      <description>I have two server which has 2 network cards each with 2 ports on the network card for each. which means 4 ports for each server.&lt;BR /&gt;&lt;BR /&gt;I am thinking of having 1 network card which means 2 ports for network and heartbeat and the other two ports of the second card for standby.&lt;BR /&gt;How to implement this?&lt;BR /&gt;&lt;BR /&gt;I will need:&lt;BR /&gt;- 2 IP for the first server&lt;BR /&gt;- 2 IP for the second one&lt;BR /&gt;- 1 IP for each package &lt;BR /&gt;- 2 hostnames for each of the two servers&lt;BR /&gt;- 1 hostname for the package&lt;BR /&gt;&lt;BR /&gt;am i right? do you agree? &lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jun 2006 06:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3813995#M695795</guid>
      <dc:creator>simon_164</dc:creator>
      <dc:date>2006-06-28T06:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3813996#M695796</link>
      <description>Its possible to configure the same. you have to give the lan interface name without assigning IP address in cluster.conf file for both the lan interfaces.&lt;BR /&gt;&lt;BR /&gt;Since Package IP is virtual so this will automatically be assosiated with the lan interface if hte first one fails.</description>
      <pubDate>Wed, 28 Jun 2006 07:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3813996#M695796</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-06-28T07:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3813997#M695797</link>
      <description>Hi Simon,&lt;BR /&gt;You will need 1 IP address for each server.&lt;BR /&gt;1 IP address for the cluster and 1ip for each package you configure. That means total 3 IP address and additional Ip address for each package you configure. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Patrick&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jun 2006 09:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3813997#M695797</guid>
      <dc:creator>BPatrick</dc:creator>
      <dc:date>2006-06-28T09:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3813998#M695798</link>
      <description>Simon&lt;BR /&gt;Also you need to assign IP address for your heartbeat network. So what you have mentioned is correct except that you need a cluster IP address also.&lt;BR /&gt;&lt;BR /&gt;Patrick</description>
      <pubDate>Wed, 28 Jun 2006 09:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3813998#M695798</guid>
      <dc:creator>BPatrick</dc:creator>
      <dc:date>2006-06-28T09:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3813999#M695799</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Don't you have an Lan interface on your Core I/O board?&lt;BR /&gt;What's the output of lanscan?&lt;BR /&gt;&lt;BR /&gt;Below you'll find an example:&lt;BR /&gt;NODE_NAME               &lt;HOSTNAME&gt;&lt;BR /&gt;  NETWORK_INTERFACE     lan2&lt;BR /&gt;    STATIONARY_IP       &lt;IP-ADDRESS1&gt;&lt;BR /&gt;  NETWORK_INTERFACE     lan0&lt;BR /&gt;    HEARTBEAT_IP                &lt;IP-ADDRESS2&gt;&lt;BR /&gt;  NETWORK_INTERFACE     lan1&lt;BR /&gt;    HEARTBEAT_IP                &lt;IP-ADDRESS3&gt;&lt;BR /&gt;  NETWORK_INTERFACE     lan3&lt;BR /&gt;  NETWORK_INTERFACE     lan4&lt;BR /&gt;&lt;BR /&gt;In the example above your package will have a virtual lan interface (lan2:1), with a different ip-address.&lt;BR /&gt;lan3 and lan4 are standby lans.&lt;BR /&gt;&lt;BR /&gt;Darrel&lt;BR /&gt;&lt;/IP-ADDRESS3&gt;&lt;/IP-ADDRESS2&gt;&lt;/IP-ADDRESS1&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 28 Jun 2006 09:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3813999#M695799</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-06-28T09:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3814000#M695800</link>
      <description>What is the IP of the cluster ? isn't it the IP for the package? each package has an IP address ? &lt;BR /&gt;how to setup the IP address of the cluster?</description>
      <pubDate>Wed, 28 Jun 2006 10:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3814000#M695800</guid>
      <dc:creator>simon_164</dc:creator>
      <dc:date>2006-06-28T10:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3814001#M695801</link>
      <description>Sorry Simon I just got confused with the Microsoft cluster. You dont need a IP address for the cluster. But you will be specifying the name of the cluster in the cluster ascii file.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Patrick&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jun 2006 10:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3814001#M695801</guid>
      <dc:creator>BPatrick</dc:creator>
      <dc:date>2006-06-28T10:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3814002#M695802</link>
      <description>Hi simon,&lt;BR /&gt;&lt;BR /&gt;Read the following document:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/serviceguard_heartbeats_conf.pdf/serviceguard_heartbeats_conf.pdf" target="_blank"&gt;http://docs.hp.com/en/serviceguard_heartbeats_conf.pdf/serviceguard_heartbeats_conf.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Wed, 28 Jun 2006 11:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3814002#M695802</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-06-28T11:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3814003#M695803</link>
      <description>Hi Simon,&lt;BR /&gt;&lt;BR /&gt;You should be able to set in the package cntl file. Search for "IP ADDRESS" section and modify the IP addres of the package over here and the subnet it belongs to. The IP should be unique across the subnet and should be different from that of one assigned to each of the LAN device.&lt;BR /&gt;&lt;BR /&gt;The change should be IP[0]=xxx.xxx.xxx.xxx&lt;BR /&gt;                 subnet[0]=xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;where 0 is array indices and should be match with the count of package.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth</description>
      <pubDate>Thu, 29 Jun 2006 02:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3814003#M695803</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2006-06-29T02:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: standby lan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3814004#M695804</link>
      <description>if the 2 IP-addersses per server includes 1 server-IP-address and 1 heartbeat you are correct. But you don't need 2 hostnames per server, 1 is enough. do not use the same HBA for configuring heartbeat and server-IP. you might use the on-board card for configuring heartbeat.</description>
      <pubDate>Thu, 29 Jun 2006 02:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/standby-lan/m-p/3814004#M695804</guid>
      <dc:creator>SGUX</dc:creator>
      <dc:date>2006-06-29T02:37:39Z</dc:date>
    </item>
  </channel>
</rss>

