DRBD is a daemon. Rule of thumb - if you can run "service <name> status" on a machine, and it comes back with something useful, you know it has a daemon running the service.
Another note, I believe that DRBD ideally should be controlled by heartbeat and solely heartbeat. So check to see if DRBD is set up to start on boot. Or if it has already started, stop heartbeat, then stop drbd, and then start heartbeat back up again. DRBD should be up and running again, but everything is being controlled by heartbeat. Now heartbeat should take DRBD down if you gracefully shut down heartbeat as a whole. As long as your constraints and multi-state devices have been set up the right way, everything should work out fine :) Hope that helps... Joe Bill-2 wrote: > > > dk wrote: > >> Joe Bill wrote: >> >>> - The DRBD daemons provide the communication interface >>> for each network volume and are therefor an integral >>> part of the volume management. Without the DRBD daemons, >>>you (manually) and Heartbeat (automagically) could not >>> handle the DRBD volumes. >> >>Just to avoid confusion: There is no such thing as a DRBD daemon. DRBD >>is a kernel module. > > Now I'm the one confused. > What are these processes that show up when I ps -ef ? > > root......2562....1..0..2008..?....00:00:00 [drbd7_worker] > root.....17558....1..0..2008..?....00:00:00 [drbd7_receiver] > root.....24647....1..0.Jan02..?....00:00:27 [drbd7_asender] > > Doesn't the '1'---^ here, mean 'root' detached ? > > > > > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > > -- View this message in context: http://www.nabble.com/Re%3A-Re%3A-Re%3A-Stopping-the-Heartbeat-daemon-does-not-stop-the-DRBD-Daemon-tp22865728p22874239.html Sent from the Linux-HA mailing list archive at Nabble.com. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
