<?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 IP Address problem with MC/SG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-problem-with-mc-sg/m-p/2416355#M764934</link>
    <description>We have a working cluster of two HP9000 K460 running HP-UX 10.20 and &lt;BR /&gt;MC/ServiceGuard A.10.11&lt;BR /&gt;Server A stationary IP address is 192.34.128.105 and server B is &lt;BR /&gt;192.34.128.106. The MC/SG package has its own relocatable IP address like &lt;BR /&gt;192.34.128.100 (this is the IP for the application)&lt;BR /&gt;&lt;BR /&gt;Every cllient of the aplplication issues the call (via FTP) to the relocatable &lt;BR /&gt;IP, and this works fine.&lt;BR /&gt;&lt;BR /&gt;However, when the cluster tries to reply (usign FTP), the server running the &lt;BR /&gt;package at that moment users its own stationary IP address to issue the call. &lt;BR /&gt;This is not recognized by the clients, and they reject the call.&lt;BR /&gt;&lt;BR /&gt;is there a way to make FTP use the relocatable IP address instead of the &lt;BR /&gt;stationary address to make the call ?&lt;BR /&gt;&lt;BR /&gt;Right now this has become a critical situation for my client.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Mon, 29 Nov 1999 09:39:35 GMT</pubDate>
    <dc:creator>Luis Garcia_6</dc:creator>
    <dc:date>1999-11-29T09:39:35Z</dc:date>
    <item>
      <title>IP Address problem with MC/SG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-problem-with-mc-sg/m-p/2416355#M764934</link>
      <description>We have a working cluster of two HP9000 K460 running HP-UX 10.20 and &lt;BR /&gt;MC/ServiceGuard A.10.11&lt;BR /&gt;Server A stationary IP address is 192.34.128.105 and server B is &lt;BR /&gt;192.34.128.106. The MC/SG package has its own relocatable IP address like &lt;BR /&gt;192.34.128.100 (this is the IP for the application)&lt;BR /&gt;&lt;BR /&gt;Every cllient of the aplplication issues the call (via FTP) to the relocatable &lt;BR /&gt;IP, and this works fine.&lt;BR /&gt;&lt;BR /&gt;However, when the cluster tries to reply (usign FTP), the server running the &lt;BR /&gt;package at that moment users its own stationary IP address to issue the call. &lt;BR /&gt;This is not recognized by the clients, and they reject the call.&lt;BR /&gt;&lt;BR /&gt;is there a way to make FTP use the relocatable IP address instead of the &lt;BR /&gt;stationary address to make the call ?&lt;BR /&gt;&lt;BR /&gt;Right now this has become a critical situation for my client.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 29 Nov 1999 09:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-problem-with-mc-sg/m-p/2416355#M764934</guid>
      <dc:creator>Luis Garcia_6</dc:creator>
      <dc:date>1999-11-29T09:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address problem with MC/SG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-problem-with-mc-sg/m-p/2416356#M764935</link>
      <description>I am guessing from your description that you have one network card on each &lt;BR /&gt;server, and you're using it for both the static and the package IP. Correct?&lt;BR /&gt;&lt;BR /&gt;The problem is this: HP allows more than one IP address to be assigned to one &lt;BR /&gt;network interface. When your server boots, it configures your interface with &lt;BR /&gt;the static IP specified in your netconf file. Then, when SG starts up, it &lt;BR /&gt;assigns a second IP to that interface for the package. When some utility, like &lt;BR /&gt;FTP, uses that interface from the server side, it places into the packet header &lt;BR /&gt;the first IP in the list of assigned addresses for that interface. When your &lt;BR /&gt;FTP client requests the package IP, and the server responds with the static IP &lt;BR /&gt;(the first in the list), problems occur, as you found out.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, there is no way to force FTP to use a specific IP address. It &lt;BR /&gt;will use the first IP address configured on the network interface.&lt;BR /&gt;&lt;BR /&gt;Would it be possible to replace FTP with another tool, like rcp?&lt;BR /&gt;&lt;BR /&gt;Recommendation: Get yourself another network interface on each server to &lt;BR /&gt;support ServiceGuard. Having a dedicated network interface for just your SG &lt;BR /&gt;packages is the safest way to go.&lt;BR /&gt;&lt;BR /&gt;MrNeil</description>
      <pubDate>Mon, 29 Nov 1999 11:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-problem-with-mc-sg/m-p/2416356#M764935</guid>
      <dc:creator>Neil Gast_1</dc:creator>
      <dc:date>1999-11-29T11:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address problem with MC/SG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-problem-with-mc-sg/m-p/2416357#M764936</link>
      <description>I know your not going to like this answer :-)&lt;BR /&gt;But... We have a HP 11.0 system with MC/SG A.11.05 and guess which IP address I &lt;BR /&gt;get returned when I ftp to the floating IP bound to the package? The proper &lt;BR /&gt;floating IP and not the fixed machine one.  Maybe the guru's at HP can verify &lt;BR /&gt;that a simple upgrade can solve your problem you might just need to upgrade &lt;BR /&gt;MC/SG and not the OS.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt; AG</description>
      <pubDate>Mon, 29 Nov 1999 14:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-problem-with-mc-sg/m-p/2416357#M764936</guid>
      <dc:creator>Anthony Goonetilleke_1</dc:creator>
      <dc:date>1999-11-29T14:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address problem with MC/SG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-problem-with-mc-sg/m-p/2416358#M764937</link>
      <description>Hi, Anthony !&lt;BR /&gt;&lt;BR /&gt;I wonder if you are trying to FTP the server with MC/SG running on it.&lt;BR /&gt;&lt;BR /&gt;This works fine, however, have you tried to FTP from the server to another &lt;BR /&gt;server ?&lt;BR /&gt;&lt;BR /&gt;If you've done so, and this works, then I guess I must upgrade to 11.0 !! :)&lt;BR /&gt;&lt;BR /&gt;Thanks for your help !</description>
      <pubDate>Mon, 29 Nov 1999 16:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-problem-with-mc-sg/m-p/2416358#M764937</guid>
      <dc:creator>Luis Garcia_6</dc:creator>
      <dc:date>1999-11-29T16:05:40Z</dc:date>
    </item>
  </channel>
</rss>

