Operating System - HP-UX
1847195 Members
7110 Online
110263 Solutions
New Discussion

ipcrm -m command generates core dump

 
Gregorio Rivera Jr.
Occasional Contributor

ipcrm -m command generates core dump

HP 8400 UNIX 11.11

Need help in determining cause of core dump generated during daily admin tasks.

This is the sequence of events that lead to core dump:

rlogin to soaprod3 as root
date (to double check the time)
cmviewcl
cmhaltpkg soapkg2
after package is down
cmviewcl
ipcs -m| grep -v root
ipcrm -m sequential list of mflagged asms and oracle memory segments example ipcrm -m200 -m201 -m202 -m203 BOOM!!!

3 REPLIES 3
A. Clay Stephenson
Acclaimed Contributor

Re: ipcrm -m command generates core dump

My first cut at this would be to remove each identifier with a separate ipcrm command. You might try installing PHCO_29689, PHKL_23400, and PHKL_23401.
If it ain't broke, I can fix that.
Paddy_1
Valued Contributor

Re: ipcrm -m command generates core dump

Running "file core" would tell you which program generated it as well as on what signal it did it die.
The sufficiency of my merit is to know that my merit is NOT sufficient
Gregorio Rivera Jr.
Occasional Contributor

Re: ipcrm -m command generates core dump

Thanks for all the advice.

It appears as if this is a known issue, and HP has a patch available to fix it...

PHKL_28393