Operating System - HP-UX
1753797 Members
7535 Online
108805 Solutions
New Discussion юеВ

HP-UX 11.31 process WbemWrapperMonitor

 
Pusherman
Occasional Contributor

HP-UX 11.31 process WbemWrapperMonitor

On server rx3600 installed HP-UX 11.31
If I write command: top I will see next:

Load averages: 0.24, 0.25, 0.25
243 processes: 197 sleeping, 46 running
Cpu states:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 0.14 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
2 0.30 35.1% 0.0% 16.2% 48.7% 0.0% 0.0% 0.0% 0.0%
4 0.12 36.5% 0.0% 12.6% 50.9% 0.0% 0.0% 0.0% 0.0%
6 0.41 0.0% 0.0% 0.2% 99.8% 0.0% 0.0% 0.0% 0.0%
--- ---- ----- ----- ----- ----- ----- ----- ----- -----
avg 0.24 17.9% 0.0% 7.2% 74.9% 0.0% 0.0% 0.0% 0.0%

System Page Size: 4Kbytes
Memory: 6978952K (3421660K) real, 13382212K (5699668K) virtual, 5989132K free Page# 1/16

CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
4 ? 3624 root 152 20 59124K 4792K run 37:36 65.65 65.54 WbemWrapperMonitor
2 ? 4122 dscadm 152 20 1887M 1495M run 1:59 3.04 3.04 jlaunch
6 ? 4121 dscadm 152 20 691M 322M run 0:22 1.28 1.27 jlaunch
4 ? 70 root 152 20 3312K 2944K run 0:07 0.59 0.59 vxfsd
4 ? 3488 dscadm 168 20 36356K 21228K sleep 0:06 0.23 0.23 saposcol
0 ? 4123 dscadm 152 20 542M 69792K run 0:06 0.18 0.18 jlaunch
4 ? 7179 root 154 20 25224K 2424K sleep 0:00 0.24 0.17 dtwm
6 ? 7181 root 154 20 23868K 2784K sleep 0:00 0.24 0.17 dthelpview
4 ? 2368 root 152 20 86528K 14228K run 0:05 0.14 0.14 vxsvc
0 ? 72 root 152 20 360K 320K run 0:01 0.12 0.12 pm_schedcpu
4 ? 3979 dscadm 152 20 50608K 12252K run 0:00 0.12 0.12 igsmux_mt

Process WbemWrapperMonitor on top with % in range 40% - 70%

How I can kill this process?
I have slow work of SAP system if it will running... I think this process - source of problem.

Igor
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: HP-UX 11.31 process WbemWrapperMonitor

Shalom,

kill 3624

That will kill it.

There is a wbem daemon, configured in /etc/rc.config.d/ that you may wish to turn from 1 (run) to 0 (not run)

You may be advised to do nothing. Your system does not look very busy. This process could be using this amount of CPU because its the only thing running asking for any significant work.

Also:
1) Is there a system response issue, user complaints, issues?
2) Is this application necessary?

If you are just looking at top and are unhappy, looking for things to do that is probably not a good reason to go poking around especially if the answer to question 2 is yes.

I only mess with working systems use of resources when there is a complaint. I look for issues, but a near idle system's CPU use is likely to be distorted.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Fabio Ettore
Honored Contributor

Re: HP-UX 11.31 process WbemWrapperMonitor

Hi,

check about the sympt described in the following patch:

ftp://us-ffs.external.hp.com/hp-ux_patches/11.X/PHSS_37856.txt


PHSS_37856:
1) SR QXCR1000748311
Subscriptions cannot be created after an update to 0803
11.31 by WbemWrapperMonitor and evweb. The error
message observed is "WBEM_TO_EMS_WRAPPER ERROR 15197 2
An error occurred while creating the subscription :
CIM_ERR_INVALID_PARAMETER: PGS10202: THE VALUE
hostname.domain.com IS NOT VALID FOR PROPERTY SystemName."



Take a look at syslog.log.
Anyway you could consider to install the patch if your system doesn't have already that. This patch doesn't have dependencies and doesn't ask for a reboot.


Best regards,
Fabio
WISH? IMPROVEMENT!
Pusherman
Occasional Contributor

Re: HP-UX 11.31 process WbemWrapperMonitor

If I kill him this process starting again...
in /etc/rc.config.d I don't find where it switch on.

Patch is downloading...
Fabio Ettore
Honored Contributor

Re: HP-UX 11.31 process WbemWrapperMonitor

Hi Igor,

what about the end?
Did you solve the problem?

Best regards,
Fabio
WISH? IMPROVEMENT!
Pusherman
Occasional Contributor

Re: HP-UX 11.31 process WbemWrapperMonitor

No... I can't switch off this process :(

But now it around 1% - 2% in "top"

perhaps my problems are not related to him...
Torsten.
Acclaimed Contributor

Re: HP-UX 11.31 process WbemWrapperMonitor

This process is part of the online diagnostic (system fault management) - don't switch it off.

See
http://docs.hp.com/en/5992-1318/ch01s05.html

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!