
alanr at unix
Aug 3, 2005, 7:04 AM
Post #3 of 3
(1260 views)
Permalink
|
Robert Fehrenbach wrote: > Hi all, > > > I have setup a heartbeat cluster and it is working well. > > But I get some warnings: > > WARN: No STONITH device configured. > WARN: Shared disks are not protected. > > At time there is no STONITH device or shared disk configured. > > We don't use a STONITH device, is there a way to prevent this warning? > > What I want to do, is to setup an external disk, connected via fibre channel > and accessible from both nodes. > I have tried mount the external from each node and have checked that only > one node are mounted to the external disk at one time. > > This is working. (Tested manually, not configured at heartbeat). > > My goal is to mount the external disk on the node that should be active. I > think this would work, but it is possible, that > the standby node are able to mount the external disk too. This is not good. > > What is about the "WARN: Shared disks are not protected" statement by what > reason occur the line to the ha-log file. What it means is that to absolutely protect shared disks against various kinds of possible failures you ought to configure a STONITH device. For that matter, you probably ought to configure a watchdog timer... This is, of course, pretty much what it says. And, since you're planning on using shared disks, then this warning really applies to you. The way to make the warning go away is to configure a STONITH device. -- Alan Robertson <alanr [at] unix> "Openness is the foundation and preservative of friendship... Let me claim from you at all times your undisguised opinions." - William Wilberforce _______________________________________________ Linux-HA mailing list Linux-HA [at] lists http://lists.linux-ha.org/mailman/listinfo/linux-ha
|