<?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: named process consuming 100% CPU. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646446#M239897</link>
    <description>Or you may have a bad machine slamming your server in a loop. Turn on tracing for named for a few seconds (NO MORE!) and then look at the trace file. Use kill -SIGUSR1 &lt;PID&gt; and then kill -SIGUSR2 &lt;PID&gt; to stop the trace. You may see a bunch of requests from the same server. Check if the server is in a loop or running a commercial backup program. Commercial backup programs are notorious for requesting a DNS lookup for every file.&lt;/PID&gt;&lt;/PID&gt;</description>
    <pubDate>Tue, 11 Oct 2005 09:38:30 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-10-11T09:38:30Z</dc:date>
    <item>
      <title>named process consuming 100% CPU.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646441#M239892</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On our HP-UX 11.0 Server the named process is consuming one CPU 100% since last three days continuously. This never happened before.&lt;BR /&gt;&lt;BR /&gt;How to stop/start the named process?&lt;BR /&gt;&lt;BR /&gt;Why it’s misbehaving?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gulam.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2005 06:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646441#M239892</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2005-10-11T06:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: named process consuming 100% CPU.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646442#M239893</link>
      <description>Back on 11.00, there was a problem like this which was fixed by PHNE_22159.  Might want to check your telnetd kernel patches.&lt;BR /&gt;&lt;BR /&gt;To restart named:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/named stop&lt;BR /&gt;&lt;BR /&gt;then:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/named start&lt;BR /&gt;&lt;BR /&gt;Stopping and restarting named could cause an interruption on your system of other facilities if they rely on named.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Oz&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2005 07:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646442#M239893</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-10-11T07:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: named process consuming 100% CPU.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646443#M239894</link>
      <description>BIND 9.2.x latest version from software.hp.com will probably solve this performance problem. You may have to use the itrc patch database if you are using an earlier named/BIND version.&lt;BR /&gt;&lt;BR /&gt;swlist -l fileset | grep -i bind&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i bind&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2005 07:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646443#M239894</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-10-11T07:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: named process consuming 100% CPU.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646444#M239895</link>
      <description>If you want to know what the proces is doing you can use tusc. But this tools is not on a standard HP-Ux box. You will have to download it ..</description>
      <pubDate>Tue, 11 Oct 2005 07:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646444#M239895</guid>
      <dc:creator>Giedo Stolk_1</dc:creator>
      <dc:date>2005-10-11T07:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: named process consuming 100% CPU.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646445#M239896</link>
      <description>Kent tell you how to restart it and I agree with Stephen - you probably have an old version of bind - and should upgrade.&lt;BR /&gt;&lt;BR /&gt;To tell what version you have:&lt;BR /&gt;&lt;BR /&gt;You can use dig (if installed):&lt;BR /&gt;&lt;BR /&gt;dig @yourserver version.bind chaos txt&lt;BR /&gt;&lt;BR /&gt;Or with nslookup:&lt;BR /&gt;&lt;BR /&gt;nslookup -q=txt -class=CHAOS version.bind. 0&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 11 Oct 2005 08:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646445#M239896</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-10-11T08:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: named process consuming 100% CPU.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646446#M239897</link>
      <description>Or you may have a bad machine slamming your server in a loop. Turn on tracing for named for a few seconds (NO MORE!) and then look at the trace file. Use kill -SIGUSR1 &lt;PID&gt; and then kill -SIGUSR2 &lt;PID&gt; to stop the trace. You may see a bunch of requests from the same server. Check if the server is in a loop or running a commercial backup program. Commercial backup programs are notorious for requesting a DNS lookup for every file.&lt;/PID&gt;&lt;/PID&gt;</description>
      <pubDate>Tue, 11 Oct 2005 09:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-process-consuming-100-cpu/m-p/3646446#M239897</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-10-11T09:38:30Z</dc:date>
    </item>
  </channel>
</rss>

