<?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: How to create Virtual Hostname in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268758#M472941</link>
    <description>A moment please - where in the original post did he mention Service Guard.&lt;BR /&gt;&lt;BR /&gt;I am not a SAP person, but I do that in certain kinds of Oracle software it can create/set itself up with a "virtual name"  when it installs on a server.  Unfortunately, Oracle liked to grab the actual name of the server and use this for it's 'virtual name'.  Looks like SAP grabs the 'IP' from what you describe.&lt;BR /&gt;&lt;BR /&gt;So....what I found in this kind of a situation was that it was controlled by some setting in a configuration file *within* the oracle files it loaded.  &lt;BR /&gt;So I might start looking under the covers of SAP to try and find a configuration file with that info in it.&lt;BR /&gt;&lt;BR /&gt;But if it's anything like Oracle - it's in multiple places and may not be worth trying to fix it yourself.&lt;BR /&gt;&lt;BR /&gt;At least...that was my take on what you mentioned, but maybe I read it wrong.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita</description>
    <pubDate>Fri, 07 Jan 2011 16:15:35 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2011-01-07T16:15:35Z</dc:date>
    <item>
      <title>How to create Virtual Hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268754#M472937</link>
      <description>Hi..&lt;BR /&gt;Please some some tell me how to create a virtual hostname for a server .&lt;BR /&gt;Here we have SAP systems . And I could see that there are two hostname for this server. but The virtual hostname uses the actual package IP . But I could not find where the virtual hostname is defined .The entry I could found only in /etc/hosts file &lt;BR /&gt;Some one please tell me</description>
      <pubDate>Fri, 07 Jan 2011 14:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268754#M472937</guid>
      <dc:creator>joseph51</dc:creator>
      <dc:date>2011-01-07T14:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Virtual Hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268755#M472938</link>
      <description>The virtual IP of the package will not be in the system but will be in your cluster's.&lt;BR /&gt;&lt;BR /&gt;Say your main LAN is lan900, to start a Virtual IP :&lt;BR /&gt;&lt;BR /&gt;ifconfig lan900:1 ipaddr netmask nm&lt;BR /&gt;&lt;BR /&gt;lan900:1 - means it will be the first VIP&lt;BR /&gt;lan900:2 - second... and so on...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In my Poor Man's Clustering recipe (which essentially mimics ServiceGuard via scripts) -- plumbing up of a "package"'s virtual hostname/ip follows the above syntax.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jan 2011 15:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268755#M472938</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-01-07T15:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Virtual Hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268756#M472939</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;My system  is not having APA . Instead of lan1:1 is  carrying the IP for the virtual IP . But there is a separate hostname for this IP . How we will create this hostname .Also there is actual physical hostname that is configured with diff IP in lan1</description>
      <pubDate>Fri, 07 Jan 2011 16:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268756#M472939</guid>
      <dc:creator>joseph51</dc:creator>
      <dc:date>2011-01-07T16:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Virtual Hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268757#M472940</link>
      <description>Irregardless of the LAN interface, APA or not- the IP is defined or plumbed using the above syntax.&lt;BR /&gt;&lt;BR /&gt;How/Where it is defined -- it should be in the clusert/package configuration files.. /etc/cmcluster&lt;BR /&gt;&lt;BR /&gt;urely you have a ServiceGuard person on board - no?&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jan 2011 16:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268757#M472940</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-01-07T16:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Virtual Hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268758#M472941</link>
      <description>A moment please - where in the original post did he mention Service Guard.&lt;BR /&gt;&lt;BR /&gt;I am not a SAP person, but I do that in certain kinds of Oracle software it can create/set itself up with a "virtual name"  when it installs on a server.  Unfortunately, Oracle liked to grab the actual name of the server and use this for it's 'virtual name'.  Looks like SAP grabs the 'IP' from what you describe.&lt;BR /&gt;&lt;BR /&gt;So....what I found in this kind of a situation was that it was controlled by some setting in a configuration file *within* the oracle files it loaded.  &lt;BR /&gt;So I might start looking under the covers of SAP to try and find a configuration file with that info in it.&lt;BR /&gt;&lt;BR /&gt;But if it's anything like Oracle - it's in multiple places and may not be worth trying to fix it yourself.&lt;BR /&gt;&lt;BR /&gt;At least...that was my take on what you mentioned, but maybe I read it wrong.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita</description>
      <pubDate>Fri, 07 Jan 2011 16:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268758#M472941</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2011-01-07T16:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Virtual Hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268759#M472942</link>
      <description>Thanks for all for the response</description>
      <pubDate>Sat, 08 Jan 2011 07:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268759#M472942</guid>
      <dc:creator>joseph51</dc:creator>
      <dc:date>2011-01-08T07:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Virtual Hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268760#M472943</link>
      <description>Thanks</description>
      <pubDate>Sat, 08 Jan 2011 07:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-virtual-hostname/m-p/5268760#M472943</guid>
      <dc:creator>joseph51</dc:creator>
      <dc:date>2011-01-08T07:55:49Z</dc:date>
    </item>
  </channel>
</rss>

