<?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: Disable IPv6 lookup on HP-UX 11.31 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811459#M392633</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your support but i need if there is a way to tell the lookup process on dns NOT to check for IPv6 addresses or tell it to prefer IPv4 addresses.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Sun, 03 Jul 2011 08:49:46 GMT</pubDate>
    <dc:creator>Mousa55</dc:creator>
    <dc:date>2011-07-03T08:49:46Z</dc:date>
    <item>
      <title>Disable IPv6 lookup on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811201#M392624</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;because i facing slowness when i run the java application on my system 11.31, and &lt;STRONG&gt;The&lt;/STRONG&gt; &lt;STRONG&gt;problem is that the JVM™ does both an IPv6 and an IPv4 query.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So, I want to know if there is a way to tell the lookup process NOT to check for IPv6 addresses or tell it to prefer IPv4 addresses ? i want to configured to check from /etc/hosts first and then go to DNS with ignore the IP v6 lookup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i configure the /etc/resolv.conf as below&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;domain1 mydomain&lt;BR /&gt;nameserver IP1&lt;BR /&gt;nameserver IP2&lt;BR /&gt;nameserver IP3&lt;/P&gt;&lt;P&gt;and the /etc/nsswitch.conf file&lt;/P&gt;&lt;P&gt;passwd: files&lt;BR /&gt;group: files&lt;BR /&gt;hosts: files dns&lt;BR /&gt;ipnodes: files&lt;BR /&gt;services: files&lt;BR /&gt;networks: files&lt;BR /&gt;protocols: files&lt;BR /&gt;rpc: files&lt;BR /&gt;publickey: files&lt;BR /&gt;netgroup: files&lt;BR /&gt;automount: files&lt;BR /&gt;aliases: files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2011 08:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811201#M392624</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-07-02T08:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disable IPv6 lookup on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811441#M392626</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any update ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2011 07:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811441#M392626</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-07-03T07:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disable IPv6 lookup on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811443#M392627</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may done this by modify/adding [NOTFOUND=return]﻿ in /etc/nsswitch.conf﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;P&gt;ipnodes:files [NOTFOUND=return]﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Naj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2011 08:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811443#M392627</guid>
      <dc:creator>Naj</dc:creator>
      <dc:date>2011-07-03T08:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disable IPv6 lookup on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811447#M392628</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;only on "hosts"&lt;BR /&gt;hosts: files [NOTFOUND=return]﻿ dns&lt;BR /&gt;&lt;BR /&gt;or also on "ipnodes"&lt;BR /&gt;&lt;BR /&gt;ipnodes: files [NOTFOUND=return]﻿&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Jul 2011 08:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811447#M392628</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-07-03T08:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disable IPv6 lookup on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811449#M392629</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;only on ipnodes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;P&gt;ipnodes:files [NOTFOUND=return]﻿﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Naj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2011 08:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811449#M392629</guid>
      <dc:creator>Naj</dc:creator>
      <dc:date>2011-07-03T08:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disable IPv6 lookup on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811459#M392633</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your support but i need if there is a way to tell the lookup process on dns NOT to check for IPv6 addresses or tell it to prefer IPv4 addresses.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 03 Jul 2011 08:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811459#M392633</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-07-03T08:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disable IPv6 lookup on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811491#M392642</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Are you sure, slowness issue caused by Java request traffic?&lt;BR /&gt;Why not try to check in Java conf file if there have any setting to update.&lt;BR /&gt;Since i do not sure what kind of java application that you are running, so i just assume the conf.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Naj&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Jul 2011 09:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811491#M392642</guid>
      <dc:creator>Naj</dc:creator>
      <dc:date>2011-07-03T09:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disable IPv6 lookup on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811513#M392649</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are you sure, slowness issue caused by Java request traffic ?&lt;BR /&gt;&lt;BR /&gt;The java application is AIX510/520 with JDK 1.4. and please look to this link to take more information about this problem.&lt;BR /&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://www-01.ibm.com/support/docview.wss?uid=swg21174765&amp;amp;wv=1"&gt;http://www-01.ibm.com/support/docview.wss?uid=swg21174765&amp;amp;wv=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 03 Jul 2011 10:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811513#M392649</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-07-03T10:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disable IPv6 lookup on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811533#M392651</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Based on the link given it was on AIX machine and i have no idea it's related to HPUX or not.&lt;BR /&gt;I have some question here&lt;BR /&gt;&lt;BR /&gt;1, what version of JDK that are you using now?&lt;BR /&gt;2. Did you try to disabled ipv6 and see how it's working through ipv4?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Naj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Jul 2011 11:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811533#M392651</guid>
      <dc:creator>Naj</dc:creator>
      <dc:date>2011-07-03T11:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Disable IPv6 lookup on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811555#M392653</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;my system is HP-UX 11.31 but the WAS and application it’s IBM.&lt;BR /&gt;&lt;BR /&gt;1, what version of JDK that are you using now?&lt;BR /&gt;Jdk15 1.5.0.19.00 Java 1.5 JDK&lt;BR /&gt;Jdk60 1.6.0.06.00 Java 6.0 JDK&lt;BR /&gt;&lt;BR /&gt;2. Did you try to disabled ipv6 and see how it's working through ipv4?&lt;BR /&gt;if you mean disable ipv6 from application side, the application admin he don’t know any way for that.&lt;BR /&gt;&lt;BR /&gt;but if you mean from unix side i trying that by adding this ipnodes: files [NOTFOUND=return] on /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 03 Jul 2011 12:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ipv6-lookup-on-hp-ux-11-31/m-p/4811555#M392653</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-07-03T12:19:49Z</dc:date>
    </item>
  </channel>
</rss>

