Operating System - HP-UX
1833356 Members
3401 Online
110051 Solutions
New Discussion

Re: DCE host daemon: hight CPU utilization!

 
SOLVED
Go to solution
leonardo_20
Valued Contributor

DCE host daemon: hight CPU utilization!

Hi to all!

I've a problem with rpcd process (DCE host daemon) on HP-UX 11.11 where is installed NNM 6.41.
This process consume an hight percentage of CPU (99%).

Do you know what it depend?

Tks
Leonardo
7 REPLIES 7
RAC_1
Honored Contributor

Re: DCE host daemon: hight CPU utilization!

Do you need dce?? Else stop it.
/sbin/init.d/dce stop
There is no substitute to HARDWORK
leonardo_20
Valued Contributor

Re: DCE host daemon: hight CPU utilization!

I thought to stop it, but I don't know what can happened to the system, because I don't know what the process need to do.
On my server I've only NNM software

So I've 2 process that have a hight cpu utilization at 99%:

swagentd
rpcd

I've to stop both?
tks
Leonardo


RAC_1
Honored Contributor
Solution

Re: DCE host daemon: hight CPU utilization!

/sbin/init.d/swagentd stop;/sbin/init.d/swagentd start

If you are running only NMM,then you can safely stop dce.
There is no substitute to HARDWORK
Joseph Loo
Honored Contributor

Re: DCE host daemon: hight CPU utilization!

hi,

restart swagentd first, it should not be that high.

# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start

regards.
what you do not see does not mean you should not believe
Arunvijai_4
Honored Contributor

Re: DCE host daemon: hight CPU utilization!

# swagentd -r will do it for you. For DCE host daemon, check latest patch database and apply.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
leonardo_20
Valued Contributor

Re: DCE host daemon: hight CPU utilization!

thaks for helps ;)
Leonardo
leonardo_20
Valued Contributor

Re: DCE host daemon: hight CPU utilization!

I grep a fast solution