LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is mdmpd for? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-mdmpd-for-184792/)

smokylux 05-23-2004 08:54 AM

What is mdmpd for?
 
Got "mdmpd: mdmpd failed" in my boot log, it's always the last entry.... what is mdmpd for, an is this harmful to the system?
Can I get rid of this in my boot sequence?


smokylux

jeremy 05-23-2004 09:07 AM

mdmpd is part of the mdadm package and is a daemon to monitor multi-path devices (raid) devices. If you don't use raid you should disable this.

--jeremy

smokylux 05-23-2004 09:19 AM

Ok, I will.... can you tell me how? ;)

Linux.tar.gz 05-23-2004 10:09 AM

Only if you add your distro in your profile :p.

smokylux 05-24-2004 01:24 AM

ehe right.... was my fault! ;)
As you can see this was changed!



smokylux

tommytomato 06-01-2004 11:57 PM

Just type in ( ntsysv ) from the command line and turn it off, i just had the same problem.


TT

mule 06-02-2004 10:52 AM

to stop the service do (as root) /sbin/service mdmpd stop

this will start the service while the next boot. so do not forget to:

/sbin/chkconfig --level 12345 mdmpd off

so it will no longer boot this app.

HTH
Roger

smokylux 06-03-2004 04:29 AM

Thx alot! I'll try this when I'm at home this evening! :o)


smokylux


All times are GMT -5. The time now is 12:31 AM.