<?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: Package Logical IP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500113#M700451</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;TThis is EXACTLY what you do in DNS and or hosts file. e.g.&lt;BR /&gt;&lt;BR /&gt;nodea 192.164.193.101&lt;BR /&gt;nodeb 192.164.193.102&lt;BR /&gt;pkg 192.164.193.103&lt;BR /&gt;&lt;BR /&gt;This is what HP have always reccomend should be done.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Tue, 08 Mar 2005 14:59:26 GMT</pubDate>
    <dc:creator>Tim D Fulford</dc:creator>
    <dc:date>2005-03-08T14:59:26Z</dc:date>
    <item>
      <title>Package Logical IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500108#M700446</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've a two node MC/SG cluster with a single package incompletely configured.&lt;BR /&gt;&lt;BR /&gt;Currently, if the package fails over, the users will probably have to use the Lan IP Address of the failover node to login to the system.&lt;BR /&gt;&lt;BR /&gt;Can I create a logical IP address for the package, such that users may login to this IP Address irrespective of where the package resides?&lt;BR /&gt;&lt;BR /&gt;If this is possible, how can it be achieved?&lt;BR /&gt;&lt;BR /&gt;In addition, this logical IP address, is it in fact a physical IP address as well, or can it be any IP address on the same subnet as the physical lans?&lt;BR /&gt;&lt;BR /&gt;Really appreciate any assistance.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;&lt;BR /&gt;-Alvi</description>
      <pubDate>Tue, 08 Mar 2005 09:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500108#M700446</guid>
      <dc:creator>Omar Alvi_1</dc:creator>
      <dc:date>2005-03-08T09:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Package Logical IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500109#M700447</link>
      <description>The virtual ip/floating ip has to be on the same sunbet as that of physical ip address. Is is defind in package configuration script.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 08 Mar 2005 09:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500109#M700447</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-08T09:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Package Logical IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500110#M700448</link>
      <description>hi Alvi &lt;BR /&gt;you can add the package ipadres in the package control file &lt;BR /&gt;here is a part of my cntl file:&lt;BR /&gt;# IP ADDRESSES&lt;BR /&gt;# Specify the IP and Subnet address pairs which are used by this package.&lt;BR /&gt;# Uncomment IP[0]="" and SUBNET[0]="" and fill in the name of your first&lt;BR /&gt;# IP and subnet address. You must begin with IP[0] and SUBNET[0] and&lt;BR /&gt;# increment the list in sequence.&lt;BR /&gt;#&lt;BR /&gt;# For example, if this package uses an IP of 192.10.25.12 and a subnet of&lt;BR /&gt;# 192.10.25.0 enter:&lt;BR /&gt;#          IP[0]=192.10.25.12&lt;BR /&gt;#          SUBNET[0]=192.10.25.0 # (netmask=255.255.255.0)&lt;BR /&gt;#&lt;BR /&gt;# Hint: Run "netstat -i" to see the available subnets in the Network field.&lt;BR /&gt;#&lt;BR /&gt;# IP/Subnet address pairs for each IP address you want to add to a subnet&lt;BR /&gt;# interface card.  Must be set in pairs, even for IP addresses on the same&lt;BR /&gt;# subnet.&lt;BR /&gt;#&lt;BR /&gt;IP[0]=10.40.155.16&lt;BR /&gt;SUBNET[0]=10.40.155.0&lt;BR /&gt;&lt;BR /&gt;end of output&lt;BR /&gt;&lt;BR /&gt;make sure the userid's and passwords are the same across the clusternodes....&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 08 Mar 2005 10:04:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500110#M700448</guid>
      <dc:creator>Henk Geurts</dc:creator>
      <dc:date>2005-03-08T10:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Package Logical IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500111#M700449</link>
      <description>This is in fact the way that it should be done.&lt;BR /&gt;Read the section on configuring packages in the Managing Serviceguard manual at:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/ha" target="_blank"&gt;http://docs.hp.com/en/ha&lt;/A&gt;&lt;BR /&gt;Also read the comments in your package configuration and package control files, as they also have information.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2005 10:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500111#M700449</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-03-08T10:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Package Logical IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500112#M700450</link>
      <description>Thanks a lot for the replies&lt;BR /&gt;&lt;BR /&gt;So all I have to do is have a non conflicting IP Address on the same subnet. &lt;BR /&gt;&lt;BR /&gt;Once I configure it any user will be able to telnet into the system with the active package, right?&lt;BR /&gt;&lt;BR /&gt;Can I also configure a hostname for package, like instead of remembering the IP Address for users to telnet using the hostname?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;&lt;BR /&gt;-Alvi</description>
      <pubDate>Tue, 08 Mar 2005 13:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500112#M700450</guid>
      <dc:creator>Omar Alvi_1</dc:creator>
      <dc:date>2005-03-08T13:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Package Logical IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500113#M700451</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;TThis is EXACTLY what you do in DNS and or hosts file. e.g.&lt;BR /&gt;&lt;BR /&gt;nodea 192.164.193.101&lt;BR /&gt;nodeb 192.164.193.102&lt;BR /&gt;pkg 192.164.193.103&lt;BR /&gt;&lt;BR /&gt;This is what HP have always reccomend should be done.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 08 Mar 2005 14:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500113#M700451</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2005-03-08T14:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Package Logical IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500114#M700452</link>
      <description>I'm coming in a little late to this one.&lt;BR /&gt;But that is what we do here...we resolve to the package name ONLY.&lt;BR /&gt;We set everything oracle to resolve to the package name...period...That way no matter what host it resides on, the client will always find it.&lt;BR /&gt;&lt;BR /&gt;Now...here's a twist.  As everyone mentions you must be on the same subnet.  Welllll....we run a continental cluster.  And to fail to our DR site, we still resolve to the same package name !!!!!!!!!!&lt;BR /&gt;The trick is to change the IP behind the scenes...i.e. we quickly reconfigure DNS so the package now points to the address at the other site.  The package at the DR site has the 'other ip' configured in it.  This way we do not require changing any of the client machines.  Our boxes at the primary site could all die...and we can be up and running from our DR site in moments, with our clients still sitting back at their same desk at the primary site.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2005 15:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500114#M700452</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2005-03-08T15:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Package Logical IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500115#M700453</link>
      <description>Thanks a lot for the excellent support.&lt;BR /&gt;&lt;BR /&gt;Now I'll be digging into services and customer defined run and halt commands for Oracle.&lt;BR /&gt;&lt;BR /&gt;Will definitely be seeking you out if I have issues there.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;&lt;BR /&gt;-Alvi</description>
      <pubDate>Sat, 12 Mar 2005 08:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-logical-ip/m-p/3500115#M700453</guid>
      <dc:creator>Omar Alvi_1</dc:creator>
      <dc:date>2005-03-12T08:52:51Z</dc:date>
    </item>
  </channel>
</rss>

