1753776 Members
7359 Online
108799 Solutions
New Discussion юеВ

dmisp process

 
SOLVED
Go to solution
lawrenzo_1
Super Advisor

dmisp process

Hi all,

I am looking at the dmisp process running at 100% cpu however not sure what the process does - I checked the man page:

The dmisp daemon handles all run-time management including component
installation, registration, request serialization, synchronization and
MIF database operations.


does anyone know the implications of restarting this process or can provide any further info?

Thanks

Chris
hello
4 REPLIES 4
J. Bravo
Respected Contributor
Solution

Re: dmisp process

Hi!

You can restart it safely:

/sbin/init.d/Dmisp stop|start

Regards;

J. Bravo.
whiteknight
Honored Contributor

Re: dmisp process

chris,

DMI comes with a larger bundle (SCM Service Control Manager) included with 11i
automatically. HP SIM (Systems Insight Manager) also uses DMI. So if or SCM
or SIM are not being used, then DMI is probably not needed. Check
If not using DMI, disable it from running by editing Dmiconfig:

vi /etc/rc.config.d/Dmiconfig

and changing the variable START_DMI to be equal to 0. Otherwise, please
verify that DMI version B.11.11.36 is running:

swlist -l product |grep -i dmi

NOTE: DMI is no longer downloadable.

WK
Problem never ends, you must know how to fix it
Bill Hassell
Honored Contributor

Re: dmisp process

DMI (and dmisp) are no longer recommended (use WEBEM if needed):

http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=12454&prodSeriesId=44146&prodNameId=42691&swEnvOID=7&swLang=13&mode=2&taskId=135&swItem=wk-32642-1

You can safely disable the feature by stopping the service:

/sbin/init.d/Dmisp stop

and permanently disable the servicce by editing the file: /etc/rc.config.d/Dmisp and change the value START_DMI=1 to START_DMI=0.


Bill Hassell, sysadmin
lawrenzo_1
Super Advisor

Re: dmisp process

ok thanks guys.


chris.
hello