1833980 Members
1796 Online
110063 Solutions
New Discussion

coreadm

 
tash S
Frequent Advisor

coreadm

Hi,

As you may have heard, Solaris has the coreadm commend if process ID and file system id is different. For example, this is the coreadm man page on Solaris 9.

coreadm - core file administration

But HP-UX automaticallygenerates core file when the process is wrong, even if we do not run coreadm. If you have any idea, the process can not generate core, what kind of commands is available.?

Thank you in advance.
Tash,


2 REPLIES 2
Jarle Bjorgeengen
Trusted Contributor

Re: coreadm

Wild guess. Have a look at chatr.

JarleB
Dennis Handly
Acclaimed Contributor

Re: coreadm

coradm is available on 11.31:
coreadm [-g pattern] [-I pattern] [-e option] [-d option]
coreadm -P {enable|disable} [pid...]
coreadm -p pattern [pid...]
coreadm -p pattern -E command [arguments]
coreadm [pid...]

>... even if we do not run coreadm.

This is confusing. Did you want to suppress the core file?
$ ulimit -c 0