Hi, On Mon, Jun 02, 2008 at 08:33:34AM -0700, Rob Aronson wrote: > Can anyone give me some guidance on the best way to do stonith using DRAC4 > as my stonith device? I've used wti switches before, with that I create > clone resources for each node. I can't come up with what I should create > when I have 4 nodes, each with an address that needs to be controlled and > turned off in the event of a fencing action.
First you'd need a stonith plugin for drac4. Somebody mentioned using it, but nobody contributed one. You can create four clones, each with one stonith resource capable of managing one node. See CIB idioms page for some examples (I suppose that DRAC4 is similar to the IBM RSA): http://www.linux-ha.org/CIB/Idioms#head-3e3ea07ea8014bd5d0b11ad9d08c2ea1be5e7694 Alternatively, but that depends on the plugin implementation, it could be possible to create just one cloned resource and configure it with all pairs of nodes and IP addresses of drac devices. Then it is the plugin's responsibility to pick the right drac device for the given node. Thanks, Dejan > > Thanks in advance > > -- > Rob Aronson > Storage, Virtualization and Orchestration Practice Manager, Novacoast > USA > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
