1832978 Members
2745 Online
110048 Solutions
New Discussion

UTMPD

 

UTMPD

I have HP-UX 11.23 and I saw the process utmpd is taking more than 70% of CPU. How can I resolve that ?

Thanks
1 REPLY 1
Chan 007
Honored Contributor

Re: UTMPD

Try to stop and start that and check.

/sbin/init.d/utmpd stop
/sbin/init.d/utmpd start

also check the syslog once started.

007