<?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 set up virtual IP in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/set-up-virtual-ip-in-linux/m-p/3801309#M23726</link>
    <description>Hi,&lt;BR /&gt;  I have 2 Linux as4 severs running J2ee application.&lt;BR /&gt;Requirement -&amp;gt; set up virtual IP address so that of one j2ee instance fail then direct request to second j2ee server.&lt;BR /&gt;&lt;BR /&gt;  Please let me know how to accomplish above requirement.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Walter Crasto</description>
    <pubDate>Wed, 07 Jun 2006 00:51:56 GMT</pubDate>
    <dc:creator>walter crasto_1</dc:creator>
    <dc:date>2006-06-07T00:51:56Z</dc:date>
    <item>
      <title>set up virtual IP in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/set-up-virtual-ip-in-linux/m-p/3801309#M23726</link>
      <description>Hi,&lt;BR /&gt;  I have 2 Linux as4 severs running J2ee application.&lt;BR /&gt;Requirement -&amp;gt; set up virtual IP address so that of one j2ee instance fail then direct request to second j2ee server.&lt;BR /&gt;&lt;BR /&gt;  Please let me know how to accomplish above requirement.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Walter Crasto</description>
      <pubDate>Wed, 07 Jun 2006 00:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/set-up-virtual-ip-in-linux/m-p/3801309#M23726</guid>
      <dc:creator>walter crasto_1</dc:creator>
      <dc:date>2006-06-07T00:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: set up virtual IP in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/set-up-virtual-ip-in-linux/m-p/3801310#M23727</link>
      <description>for clustering (failover/failback) of a service you need a clustering software. you can use, HP serviceguard, RedHat cluster suite or one of the opensource solutions (like openHA, Oscar,...)&lt;BR /&gt;&lt;BR /&gt;Also, you can use LVS for loadbalancing between the servers. with LVS at the time of outage all the requests direct to the reamin server.</description>
      <pubDate>Wed, 07 Jun 2006 03:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/set-up-virtual-ip-in-linux/m-p/3801310#M23727</guid>
      <dc:creator>Delrish</dc:creator>
      <dc:date>2006-06-07T03:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: set up virtual IP in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/set-up-virtual-ip-in-linux/m-p/3801311#M23728</link>
      <description>Hi Walter,&lt;BR /&gt;&lt;BR /&gt;If you want to do it in a shell script or into a shell, and admitting that your lan interface is eth0, then just type:&lt;BR /&gt;&lt;BR /&gt;ifconfig eth0:1 NewIP NETMASK 255.255.255.0 up&lt;BR /&gt;&lt;BR /&gt;With this your server will answer to both IPs your original eth0 IP and the second one. If you want to disable it just do:&lt;BR /&gt;&lt;BR /&gt;ifconfig eth0:1 down&lt;BR /&gt;&lt;BR /&gt;If you register your "NewIP" into DNS you will have a virtual system that could be handle by any of your computer with a connection into the same part of your "NewIP" lan.&lt;BR /&gt;&lt;BR /&gt;But be VERY carefully into having one and only one server activating that "NewIP".&lt;BR /&gt;This is the biggest part of the game and that is what clustering software are doing for you with proprietary rules that you can adapt to your needs!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Enzo Genuardi.</description>
      <pubDate>Thu, 08 Jun 2006 01:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/set-up-virtual-ip-in-linux/m-p/3801311#M23728</guid>
      <dc:creator>Enzo Genuardi</dc:creator>
      <dc:date>2006-06-08T01:46:11Z</dc:date>
    </item>
  </channel>
</rss>

