<?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 files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022501#M428873</link>
    <description>&amp;gt;JRF: On HP-UX, the 'coreadm' command mentioned by Amit, does *not* exist.&lt;BR /&gt;&lt;BR /&gt;I'm surprised I didn't mention that this now exists on 11.31.</description>
    <pubDate>Fri, 07 Dec 2007 09:32:47 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-12-07T09:32:47Z</dc:date>
    <item>
      <title>core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022483#M428855</link>
      <description>dear gurus,&lt;BR /&gt;&lt;BR /&gt;I found some core files in my hp-ux and they are taking too much disk space. I would like to know what is this core files and is it safe to me to delete it without affecting other files? &lt;BR /&gt;Is is used by the system?&lt;BR /&gt;&lt;BR /&gt;Maximum points to all correct answers.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 11 Jan 2007 19:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022483#M428855</guid>
      <dc:creator>Pando</dc:creator>
      <dc:date>2007-01-11T19:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022484#M428856</link>
      <description>The core files are caused by programs which have crashed or abnormally terminated. To see the name of the program which crashed, use the file command like this:&lt;BR /&gt; &lt;BR /&gt;file /some_directory/core&lt;BR /&gt; &lt;BR /&gt;Then remove the file. They are not used by HP-UX in any way. If you have programmers that are writing programs, you can move the file to the programmer's work area and they can figure out what to do.</description>
      <pubDate>Thu, 11 Jan 2007 19:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022484#M428856</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-01-11T19:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022485#M428857</link>
      <description>Pando,&lt;BR /&gt;&lt;BR /&gt;Core files gets generated when any process gets terminated abnormally, or due to Memory violation , illegal operation , floating point exceptions, or due to user initiated kill signals.&lt;BR /&gt;&lt;BR /&gt;You can delete this files to save disk space, and you can check the file with # strings core, to see which application generated the core file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Thu, 11 Jan 2007 20:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022485#M428857</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-01-11T20:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022486#M428858</link>
      <description>Hi Pando,&lt;BR /&gt;&lt;BR /&gt;# file core&lt;BR /&gt;core:           core file from 'bma' - received SIGABRT&lt;BR /&gt;&lt;BR /&gt;Posible "core" from "bma" (data protector aplication)&lt;BR /&gt;&lt;BR /&gt;# strings core&lt;BR /&gt;&lt;BR /&gt;# rm core or mv core&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2007 04:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022486#M428858</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2007-01-12T04:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022487#M428859</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;core files are of no use if you don't want to investigate further into the root cause of the core dump/process crash.&lt;BR /&gt;&lt;BR /&gt;In case, you go into troubleshooting of the process that crash then you may be required to analyse the core dump to get appropriate information.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 12 Jan 2007 04:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022487#M428859</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-01-12T04:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022488#M428860</link>
      <description>Hi Pando,&lt;BR /&gt;&lt;BR /&gt;HP-UX will dump the core file in the working directory and if you get multiple core dumps,the older core files in that same directory will get replaced by the newer one.&lt;BR /&gt;so if you are planning to save multiple core files,use following:&lt;BR /&gt;$ mkdir -p /var/core 2&amp;gt;/dev/null&lt;BR /&gt;$ coreadm -g /var/core/core.%p.%t&lt;BR /&gt;$ coreadm -I /var/core/core.%p.%t&lt;BR /&gt;$ coreadm -e global&lt;BR /&gt;$ coreadm -e process&lt;BR /&gt;Now Verify your new settings:&lt;BR /&gt;$ coreadm&lt;BR /&gt;&lt;BR /&gt;Beside this you may want to read,coreadm(2M)&lt;BR /&gt;&lt;BR /&gt;~amit</description>
      <pubDate>Fri, 12 Jan 2007 04:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022488#M428860</guid>
      <dc:creator>amit mehta_2</dc:creator>
      <dc:date>2007-01-12T04:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022489#M428861</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;On HP-UX, the 'coreadm' command mentioned by Amit, does *not* exist.  The command belongs to Sun/Solaris!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 12 Jan 2007 08:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022489#M428861</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-12T08:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022490#M428862</link>
      <description>&lt;BR /&gt;Hello:&lt;BR /&gt;&lt;BR /&gt;For aditional information,&lt;BR /&gt;man core&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Fri, 12 Jan 2007 08:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022490#M428862</guid>
      <dc:creator>Ignacio Javier</dc:creator>
      <dc:date>2007-01-12T08:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022491#M428863</link>
      <description>&lt;!--!*#--&gt;As written,&lt;BR /&gt;coreadm is a nice feature from the Solaris OS.&lt;BR /&gt;Nevertheless, the shell gives you a limited&lt;BR /&gt;control over your core files by the ulimit command.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;$ sleep 600 &amp;amp;&lt;BR /&gt;[1]     2994&lt;BR /&gt;$ kill -s SEGV %1&lt;BR /&gt;$ jobs&lt;BR /&gt;[1] + Memory fault(coredump)      sleep 600 &amp;amp;&lt;BR /&gt;$ ll -n core&lt;BR /&gt;-rw-------   1 101        20          189932 Jan 12 15:44 core&lt;BR /&gt;$ file core&lt;BR /&gt;core:           core file from 'sleep' - received SIGSEGV&lt;BR /&gt;$ rm core&lt;BR /&gt;$ ulimit -c&lt;BR /&gt;4194303&lt;BR /&gt;$ ulimit -c 0&lt;BR /&gt;$ sleep 600 &amp;amp;&lt;BR /&gt;[1]     3000&lt;BR /&gt;$ kill -s SEGV %1&lt;BR /&gt;$ jobs&lt;BR /&gt;[1] + Memory fault                sleep 600 &amp;amp;&lt;BR /&gt;$ ll -n core&lt;BR /&gt;core not found&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2007 09:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022491#M428863</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-01-12T09:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022492#M428864</link>
      <description>Some ways to check the core file to get a better idea what's going on or where it came from:&lt;BR /&gt;&lt;BR /&gt;What made the core in the first place: &lt;BR /&gt;file core&lt;BR /&gt;&lt;BR /&gt;To get the libs used: &lt;BR /&gt;what core&lt;BR /&gt;&lt;BR /&gt;To debug the stinker: &lt;BR /&gt;gdb -c core&lt;BR /&gt;&lt;BR /&gt;To debug the stinker: &lt;BR /&gt;gdb ProgramName -c core&lt;BR /&gt;&lt;BR /&gt;Also see HP doc - KNC071499001 &lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2007 11:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022492#M428864</guid>
      <dc:creator>Doug Burton</dc:creator>
      <dc:date>2007-01-12T11:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022493#M428865</link>
      <description>Hi Pano,&lt;BR /&gt;&lt;BR /&gt;You can gunzip the file for now if space is a issue. Most the time you can contact hp and ftp the core file to them to be review for the reason of the crash. Then just go ahead a delete them.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;sp,</description>
      <pubDate>Fri, 12 Jan 2007 15:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022493#M428865</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2007-01-12T15:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022494#M428866</link>
      <description>As mentioned by Bill you should at least use file(1) to see what is causing the problem.  And you may not need more than the last one for any program/signal.&lt;BR /&gt;&lt;BR /&gt;To add on what he said about saving them for developers, if you are going to move them to another system, you need to use gdb's packcore command.  (A corefile is useless without the executable and all shared libs that were used.)&lt;BR /&gt;&lt;BR /&gt;Contrary to Raj and rariasn say, you should NOT use strings on core because you may get confused and blame the wrong thing.&lt;BR /&gt;&lt;BR /&gt;Doug is correct that you can use gdb on the executable and core to get a stack trace.  This may allow you to identify your problem as something already known, or with a patch.&lt;BR /&gt;&lt;BR /&gt;You can download wdb for free at:&lt;BR /&gt;&lt;A href="http://www.hp.com/go/wdb" target="_blank"&gt;http://www.hp.com/go/wdb&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Sp4admin: You can gunzip the file&lt;BR /&gt;&lt;BR /&gt;I assume you meant gzip?  ;-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Most the time you can contact hp&lt;BR /&gt;&lt;BR /&gt;I'm not sure if HP will do that for core files for user applications.  Were you thinking of panic dumps in /var/adm/crash/?</description>
      <pubDate>Fri, 12 Jan 2007 23:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022494#M428866</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-01-12T23:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022495#M428867</link>
      <description>Pando, How are you .. I understand you pain here...&lt;BR /&gt;&lt;BR /&gt;Please assign points to Bill H. and Dennis..&lt;BR /&gt;&lt;BR /&gt;here's my 5-cents for you..&lt;BR /&gt;&lt;BR /&gt;I agree with Dennis and a pointer back to Bill H.&lt;BR /&gt;&lt;BR /&gt;but I have seen that a core file can dump it's self into a new core file and cause space problems.. &lt;BR /&gt;&lt;BR /&gt;to help you with this problem.. &lt;BR /&gt;try this one..&lt;BR /&gt;&lt;BR /&gt;locate the core file itself and set the file modes to non-write.. &lt;BR /&gt;&lt;BR /&gt;a little learning here..&lt;BR /&gt;&lt;BR /&gt;1. core file is located in /x/y/core&lt;BR /&gt;2. ls -l /x/y/core&lt;BR /&gt;   it is very big in size, so reduce the size to ZERO bytes&lt;BR /&gt;3.   $  &amp;gt;/x/y/core&lt;BR /&gt;   ls -l /x/y/core&lt;BR /&gt;   now the size is zero bytes&lt;BR /&gt;4. change the mode on the file so it is NEVER ABLE TO WRITE ON TOP OF ITSELF&lt;BR /&gt;   chmod 444 /x/y/core&lt;BR /&gt;&lt;BR /&gt;this is not clean here.. but can help to prevent space problems..&lt;BR /&gt;&lt;BR /&gt;follow up on Dennis and Bill's points..&lt;BR /&gt;&lt;BR /&gt;think about this one..  even an WebServer like Apache can grow in size. because of a program bug.. if the program grows and grows.. and then performs something that the kernel does not allow, hence Segmentation fault, page-fault, bus-error..&lt;BR /&gt;&lt;BR /&gt;again, follow Dennis and Bill..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2007 23:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022495#M428867</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2007-01-12T23:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022496#M428868</link>
      <description>Pando,&lt;BR /&gt;&lt;BR /&gt;think about it.. even the shell "ksh" or "sh" can sometimes cause a core file..&lt;BR /&gt;&lt;BR /&gt;If the running process is growing and demanding more memory and space, then the size of the process in memory is big.&lt;BR /&gt;&lt;BR /&gt;do you agree ?&lt;BR /&gt;&lt;BR /&gt;Okay, let's try this one:&lt;BR /&gt;&lt;BR /&gt;find all the active processes on your system and report the size of the processes&lt;BR /&gt;&lt;BR /&gt;1.  ps -efl&lt;BR /&gt;the "l" flag shows the total memory of the process, but yet it might have some Dynamic Libraries that it is using.. which is also added to the number..&lt;BR /&gt;&lt;BR /&gt;say, the process "Core" dumps and creates a 'core' file, then the entire memory footprint (think of CSI on TV here) is now copied onto Disk Space. this can be a killer, but yet it may take many blocks of disk space.&lt;BR /&gt;&lt;BR /&gt;if you like, you can try some cool tools of HP-UX here:&lt;BR /&gt;&lt;BR /&gt;1. assume core file is /x/y/core&lt;BR /&gt;2. run the cat command using the -v option&lt;BR /&gt;   $  cat -v /x/y/core | more&lt;BR /&gt;3. notice the first or second page of the output ?  Does this show any program name, or do you find like an Application name ?  Then, this is a clear validation that the program name file is called, let's just say "abc_program".&lt;BR /&gt;&lt;BR /&gt;at this point you do not know where is the location of this executable name "abc_program", do you ?&lt;BR /&gt;&lt;BR /&gt;so, try to find it using the "find" command, example.. follows assume "abc_program" was printed using the "cat -v core" output, then..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4. find the path of the "abc_program" file&lt;BR /&gt;&lt;BR /&gt;$ cd /&lt;BR /&gt;$ find . -exec ls -l {} -name abc_program -print \;&lt;BR /&gt;&lt;BR /&gt;note, this might take 5 or 10 minutes to run, if you do find the Full Directory Path name of the executable, then prove it to yourself that the "core" file matches the executable file name by running "adb" command.&lt;BR /&gt;&lt;BR /&gt;example of adb&lt;BR /&gt;&lt;BR /&gt;5.  adb  /filesystemx/abc_program /x/y/core&lt;BR /&gt;$C&lt;BR /&gt;$q&lt;BR /&gt;&lt;BR /&gt;bingo.. you now have confirmed that the program that caused the 'core' file is called /filesytemx/abc_program&lt;BR /&gt;note this matches the /x/y/core file.&lt;BR /&gt;&lt;BR /&gt;good hunting..&lt;BR /&gt;&lt;BR /&gt;rgds,&lt;BR /&gt;T.</description>
      <pubDate>Fri, 12 Jan 2007 23:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022496#M428868</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2007-01-12T23:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022497#M428869</link>
      <description>&amp;gt;Tom: locate the core file itself and set the file modes to non-write..&lt;BR /&gt;&lt;BR /&gt;I just create a directory called "core".&lt;BR /&gt;As mentioned by Ralph you can use ulimit.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;2. run the cat command using the -v option&lt;BR /&gt;&lt;BR /&gt;"file core" handles this directly.&lt;BR /&gt;&lt;BR /&gt;$ cd /&lt;BR /&gt;$ find . -exec ls -l {} -name abc_program -print \;&lt;BR /&gt;&lt;BR /&gt;You can speed this up by using -name before -exec.  And no need to use -print if you use ll:&lt;BR /&gt;$ find / -name abc_program -exec ll +&lt;BR /&gt;&lt;BR /&gt;(And replace \; by +.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;5. adb /filesystemx/abc_program /x/y/core&lt;BR /&gt;&lt;BR /&gt;It is much much easier to use gdb.</description>
      <pubDate>Sat, 13 Jan 2007 00:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022497#M428869</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-01-13T00:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022498#M428870</link>
      <description>Hey Dennis.. I like the speed up options you suggested..  the "+" is cool, I'll have to try this one.&lt;BR /&gt;&lt;BR /&gt;The "file" command is important to us, in that, some executables might be of 11.11 PA-RISC and some might be of 11.23 Itanium..&lt;BR /&gt;&lt;BR /&gt;clearly this command "file" is very helpful to all.. &lt;BR /&gt;&lt;BR /&gt;question for you:  let's say, someone load a binary file of a.out format for 11.23 itanium but on a older OS 11.11 PA-RISC ?&lt;BR /&gt;&lt;BR /&gt;This has happened to me..&lt;BR /&gt;&lt;BR /&gt;Does the "file" command on a 11.11 PA-RISC know about the "Magic Number" for an 11.23 Itanium ? I strongly feel there should be a smart version of the "file" command that notes the identity of all binary versions.. be it Itanium, PA-RISC, or even Linux.&lt;BR /&gt;&lt;BR /&gt;rgds,&lt;BR /&gt;T.</description>
      <pubDate>Sat, 13 Jan 2007 23:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022498#M428870</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2007-01-13T23:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022499#M428871</link>
      <description>Dear Gurus,&lt;BR /&gt;&lt;BR /&gt;I was away over the weekend and i was so surprised about the helped i got from you about the 'core' files topic! Thanks guys for the answers! This forum really helps!&lt;BR /&gt;&lt;BR /&gt;Brgds,&lt;BR /&gt;&lt;BR /&gt;Pando</description>
      <pubDate>Sun, 14 Jan 2007 19:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022499#M428871</guid>
      <dc:creator>Pando</dc:creator>
      <dc:date>2007-01-14T19:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022500#M428872</link>
      <description>&amp;gt;Tom: Does the "file" command on a 11.11 PA-RISC know about the "Magic Number" for an 11.23 Itanium?&lt;BR /&gt;&lt;BR /&gt;You need to be on 11.23 PA for file(1) to work better.  Otherwise if you look closely you can still tell:&lt;BR /&gt;On 11.11:&lt;BR /&gt;$ file a.out  # +DD32 IPF&lt;BR /&gt;a.out:    ELF-32 executable object file&lt;BR /&gt;$ file a.out  # +DD64 IPF&lt;BR /&gt;a.out:    ELF-64 executable object file&lt;BR /&gt;$ file a.out  # +DD64 PA&lt;BR /&gt;a.out:          ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;On 11.23, IPF:&lt;BR /&gt;$ file a.out  # On IPF +DD64&lt;BR /&gt;a.out:    ELF-64 executable object file - IA64</description>
      <pubDate>Tue, 16 Jan 2007 16:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022500#M428872</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-01-16T16:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022501#M428873</link>
      <description>&amp;gt;JRF: On HP-UX, the 'coreadm' command mentioned by Amit, does *not* exist.&lt;BR /&gt;&lt;BR /&gt;I'm surprised I didn't mention that this now exists on 11.31.</description>
      <pubDate>Fri, 07 Dec 2007 09:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/5022501#M428873</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-07T09:32:47Z</dc:date>
    </item>
  </channel>
</rss>

