Operating System - HP-UX
1827389 Members
4758 Online
109964 Solutions
New Discussion

msamon sucking up cpu resources

 
SOLVED
Go to solution
Donald Thaler
Super Advisor

msamon sucking up cpu resources

The top command shows that msamon is using 98% of the cpu, what is msamon and is this normal behaviour ?? Does msamon create a log file ?
6 REPLIES 6
Tim Nelson
Honored Contributor
Solution

Re: msamon sucking up cpu resources

If you cannot find it in a search here or google I always revert to the following to try and find out what package it belonged to.

swlist -l file|grep msamon

looks like a Online Diag
Sup-Tool-Mgr.STM-UUT-RUN: /usr/sbin/stm/uut/bin/tools/monitor/msamon

Those logs are typically under /var/stm

Try to stop and restart diag to give it a kick.
F Verschuren
Esteemed Contributor

Re: msamon sucking up cpu resources

msamon is a part of ems
to monitor:
HP Storage Works Modular SAN array 1000 / 30 Monitor

so depending on your hartware you neet it to monitor the above

please take a look at your EMS warnings
Tim Nelson
Honored Contributor

Re: msamon sucking up cpu resources

Even better. When in doubt you may get lucky by doing this.

man msamon

( I was suprised a man page came up )

Now it makes sense. DIAG MSA disk array monitor :)

Donald Thaler
Super Advisor

Re: msamon sucking up cpu resources

when u say stop and start diag do you mean

/sbin/rc2.d/S742diagnostic stop/start


or is there another command for diag ?
Shah Sahib
Frequent Advisor

Re: msamon sucking up cpu resources

You obviously need to worry about your disks first, there is a problem, fix that and your cpu useage will drop, or kill the process.
1 Strike of the Ironsmith equals 1000 strikes of a Gold smith
Andrew Merritt_2
Honored Contributor

Re: msamon sucking up cpu resources

Hi Donald,
As the others have figured out, msamon is one of the EMS HW monitors, which watches MSA 30 and MSA 1000 devices.

The first thing to check is which version of OnlineDiags you have installed, since the early release of the msamon monitor had some problems. Run 'cstm' and see what version that shows. Check against this table - http://www.docs.hp.com/en/diag/stm/stm_upd.htm#table

If you don't have a current version, please update.

If you do have a current version, next thing to check is whether you actually have any MSA devices; also look in /var/opt/resmon/log/api.log in case there's a clue there. If you don't have MSA devices, please report the problem to HP Support, since msamon should not be running in that case. If you do have MSA devices, look in /var/opt/resmon/log/event.log to see if any events are being reported. If so, take the appropriate action; if not, again I think a call to HP support would be indicated.

Andrew