The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM



Thread: CORE in HP-UX
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-24-2008
jim mcnamara jim mcnamara is offline
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 3,491
Any executing image can core dump. It may be one of the ulimit settings for the iplanet webserver user(s). -- I do not know iplanet.

logon or su to the user.
Code:
jmcnama  > ulimit -a
time(seconds)        unlimited
file(blocks)         unlimited
data(kbytes)         2015464
stack(kbytes)        256000
memory(kbytes)       unlimited
coredump(blocks)     4194303
if coredump is set to 0 no core will be produced, for example. If disk quotas are enabled and the quota in question is nearly used up, core may not get created as well. core has to do with user and system-wide settings.
Reply With Quote