<?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: core keeps generating in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916640#M108532</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To prevent any problem due to root filesystem full disable the core files.&lt;BR /&gt;&lt;BR /&gt;As root give this command.&lt;BR /&gt;&lt;BR /&gt;#ulimit -c 0&lt;BR /&gt;&lt;BR /&gt;Put the above line in some startup scripts.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar</description>
    <pubDate>Tue, 04 Mar 2003 11:12:49 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2003-03-04T11:12:49Z</dc:date>
    <item>
      <title>core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916629#M108521</link>
      <description>Hi Folks&lt;BR /&gt;&lt;BR /&gt;Usually, / is 43% used in our server.&lt;BR /&gt;However, there is a core file that keeps generating and will burst the root filesystem to 100%.&lt;BR /&gt;I am not sure what triggered this, but the command "sar" does have the effect to generate the core file.&lt;BR /&gt;Not that I could find anything unusual, from glance and def processes. No backup and application running, too.&lt;BR /&gt;&lt;BR /&gt;Please advice. Thanks in advance.</description>
      <pubDate>Mon, 03 Mar 2003 02:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916629#M108521</guid>
      <dc:creator>sycncs</dc:creator>
      <dc:date>2003-03-03T02:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916630#M108522</link>
      <description>Lots of times its a problem in the /dev sub directory.  For exmaple, /dev/rmt0mn.  Use:&lt;BR /&gt;&lt;BR /&gt;find /dev -type f&lt;BR /&gt;&lt;BR /&gt;...to parse the /dev sub directory.&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;&lt;BR /&gt;du -x / | sort -rn | head&lt;BR /&gt;&lt;BR /&gt;...will list large to small files in /.</description>
      <pubDate>Mon, 03 Mar 2003 02:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916630#M108522</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-03T02:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916631#M108523</link>
      <description>find /dev type f gives me /dev/null2.&lt;BR /&gt;du -x / |sort -rn | head did not give me any interesting clues..&lt;BR /&gt;What should I do next?</description>
      <pubDate>Mon, 03 Mar 2003 02:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916631#M108523</guid>
      <dc:creator>sycncs</dc:creator>
      <dc:date>2003-03-03T02:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916632#M108524</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you know where the core file is and is so do you have a copy of it?  You can use the 'file' command or the 'strings' command to see which executable generated the core file.  Try a 'file core' to see what you get.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 02:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916632#M108524</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-03-03T02:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916633#M108525</link>
      <description>Hi..I got the following.&lt;BR /&gt;Core file from 'sar'</description>
      <pubDate>Mon, 03 Mar 2003 03:06:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916633#M108525</guid>
      <dc:creator>sycncs</dc:creator>
      <dc:date>2003-03-03T03:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916634#M108526</link>
      <description>Since 'sar' is generating the core file, I'd suggest checking your patches to make sure you have all the latest sar patches as well as any other patches you might need.  Also, you might check your /var/adm/sa directory and make sure everything looks normal there.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 03:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916634#M108526</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-03-03T03:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916635#M108527</link>
      <description>You are probably way behind on patches. Apply any patches that relate to sar and your version of HP-UX. However, a core file is generated in the current working directory and unfortunately, the default location for root's HOME is /, the WORST possible location. Move root's HOME directory to /home/root or similar. Moving it to /root won't help since it will still be part of the / directory.&lt;BR /&gt;&lt;BR /&gt;By moving root's HOME to another directory, you will make your system much more reliable and if the core file is created by sar, / will not be affected (assuming you have a standard LVM layout).</description>
      <pubDate>Mon, 03 Mar 2003 03:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916635#M108527</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-03-03T03:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916636#M108528</link>
      <description>Current Patch, December 2002 is a great idea.&lt;BR /&gt;&lt;BR /&gt;I've attached a backgroud sar script that you can run on a mounted filesystem.  Core files from that won't be in /&lt;BR /&gt;&lt;BR /&gt;Don't ever run these scripts in / fs&lt;BR /&gt;&lt;BR /&gt;Also, don't run these scripts until you've patched up your box.&lt;BR /&gt;&lt;BR /&gt;Patch list for 11.00&lt;BR /&gt;&lt;BR /&gt;PHKL_28003&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_28003&amp;amp;context=hpux:800:11:00" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_28003&amp;amp;context=hpux:800:11:00&lt;/A&gt;&lt;BR /&gt;PHCO_25174&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_25174&amp;amp;context=hpux:800:11:00" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_25174&amp;amp;context=hpux:800:11:00&lt;/A&gt;&lt;BR /&gt;PHSS_26793&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_26792&amp;amp;context=hpux:800:11:00" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_26792&amp;amp;context=hpux:800:11:00&lt;/A&gt;&lt;BR /&gt;PHSS_26792&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_23901&amp;amp;context=hpux:800:11:00" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_23901&amp;amp;context=hpux:800:11:00&lt;/A&gt;&lt;BR /&gt;PHKL_28602&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_28602&amp;amp;context=hpux:800:11:00" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_28602&amp;amp;context=hpux:800:11:00&lt;/A&gt;&lt;BR /&gt;PHSS_19005&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_19005&amp;amp;context=hpux:800:11:00" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_19005&amp;amp;context=hpux:800:11:00&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Special instructions, read and follow them.&lt;BR /&gt;&lt;BR /&gt;The links will let you build a patch bundle with dependencies.&lt;BR /&gt;&lt;BR /&gt;They will require a system boot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Mar 2003 03:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916636#M108528</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-03T03:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916637#M108529</link>
      <description>till the time you load the patches or find the solution, just create a directory named "core" and then at least your core file will not be created and your / will not fill up....&lt;BR /&gt;&lt;BR /&gt;by the way, file core or strings should help you find some hint what is generating the core file as suggested earlier..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 09:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916637#M108529</guid>
      <dc:creator>monasingh_1</dc:creator>
      <dc:date>2003-03-03T09:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916638#M108530</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Thank you very much for all your valued advices.&lt;BR /&gt;Steven, we have more than 100 servers here, all fitted with Sept 2002 patch bundles. Strange thing is - only this particular server has this problem...?&lt;BR /&gt;Bill, I dun think moving the root's HOME directory will help, it will only accomodate the coredump but I need to know why it triggers off the core file.&lt;BR /&gt;&lt;BR /&gt;I seemed to be at a loss.</description>
      <pubDate>Tue, 04 Mar 2003 03:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916638#M108530</guid>
      <dc:creator>sycncs</dc:creator>
      <dc:date>2003-03-04T03:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916639#M108531</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I don't know if it really helps, you but I'm facing strange behaviour on one HP machine.&lt;BR /&gt;&lt;BR /&gt;When I login the sh is started, as specified in /etc/passwd. Then I try to start bash manualy. However sometimes it ends with core (but it is not a rule). Thats the reason why I don't vave bash in /etc/passwd.&lt;BR /&gt;But, when it starts doing it for the first time (heavy morning?) I'm sure it will happen again at the next try.&lt;BR /&gt;What I have to do then is to perform cd before starting bash. It doesn't matter where I cd to. I can also do it twice, to return to the directory I started from (of course - my home directory).&lt;BR /&gt;After its done I can start bash without problem.&lt;BR /&gt;&lt;BR /&gt;Till now I don't understand it. Mayby you have something so mysterious also?&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Mar 2003 10:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916639#M108531</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2003-03-04T10:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916640#M108532</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To prevent any problem due to root filesystem full disable the core files.&lt;BR /&gt;&lt;BR /&gt;As root give this command.&lt;BR /&gt;&lt;BR /&gt;#ulimit -c 0&lt;BR /&gt;&lt;BR /&gt;Put the above line in some startup scripts.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 04 Mar 2003 11:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916640#M108532</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-03-04T11:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: core keeps generating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916641#M108533</link>
      <description>Interesting in your last post.&lt;BR /&gt;&lt;BR /&gt;swverify \* check the output for errors.&lt;BR /&gt;&lt;BR /&gt;Maybe the September Patch set has problems or other patches do.&lt;BR /&gt;&lt;BR /&gt;Could be a hardware issue messing up the system.&lt;BR /&gt;&lt;BR /&gt;run cstm or mstm or in X xstm and test out those hard disks, make sure they don't have any errors.&lt;BR /&gt;&lt;BR /&gt;Are you getting anything in /var/adm/crash ?&lt;BR /&gt;&lt;BR /&gt;If so use the attachment to analyze the dumps and send them to HP.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 04 Mar 2003 15:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-keeps-generating/m-p/2916641#M108533</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-04T15:31:30Z</dc:date>
    </item>
  </channel>
</rss>

