Operating System - HP-UX
1835142 Members
2759 Online
110077 Solutions
New Discussion

Re: EMS (dm_core_hw) problem

 
Erik Tong
Advisor

EMS (dm_core_hw) problem

One of my systems, an L1000 with 11.00 is having a problem.

It appears that dm_core_hw is aborting every 15 minutes or so. These messages are repeated in /etc/opt/resmon/log/api.log:

-------------------Start Event--------------------
User event occurred at Thu Jun 14 15:34:06.911209 2001
Process ID: 25897 (/usr/sbin/stm/uut/bin/.../dm_core_hw) Log Level: Error
dm_core_hw monitor has successfully registered with diaglogd for hardware event
monitoring.
-------------------End Event----------------------
/usr/lib/dld.sl: Unresolved symbol: pre_super_kludge (code) from /usr/sbin/stm/
uut/lib/tlmisc.sl

-------------------Start Event--------------------
User event occurred at Thu Jun 14 15:49:07.204545 2001
Process ID: 25897 (/usr/sbin/stm/uut/bin/.../dm_core_hw) Log Level: Error
Tool is exiting due to receipt of an unexpected signal (6).

SIGABRT (6) signal indicates tool called abort() system call or tool attempted t
o access a shared library routine that does not exist or cannot be accessed due
to permission problems.

Possible Causes/Recommended Action:

Internal Application error. Tool should never call abort system call.

Ensure the STM libraries have read and execute permissions for all users.
-------------------End Event----------------------

I checked the permissions of all libraries in /usr/sbin/stm/uut/lib/ and they are ok (-r-xr-xr-x).
I did a strings on tlmisc.sl and there is at least a string "pre_super_kludge" in there.

Anyone have any ideas why I am getting this ?
1 REPLY 1
R Madhavan
Frequent Advisor

Re: EMS (dm_core_hw) problem

Looks there is patch to fix this,
PHSS_22847:
The STM "System Info Tool" would abort with an "incomplete" status.

dm_core_hw monitor
EMS monitor dm_core_hw will exit at each polling cycle, which is once every 15 minutes. It will then be restarted, and a "restart" event message will be logged in the event log /var/opt/resmon/log/event.log and send the same message to all targets associated with this monitor.

The latest STM patch for 11.00 is PHSS_23655. You may apply this & see.