On Tue, Jun 29, 2010 at 1:48 PM, Alain.Moulle <[email protected]> wrote: > > /usr/sbin/fence_ipmilan -a <BMC address of node1> -A MD5 -p mypass -l > mylogin -o list -v > N/A > /usr/sbin/fence_ipmilan -a <BMC address of node1> -A NONE -p mypass -l > mylogin -o list -v > N/A > /usr/sbin/fence_ipmilan -a <BMC address of node1> -A PASSWORD -p mypass > -l mylogin -o list -v > N/A
I'm told ipmi doesn't support autodiscovery (which is consistent with your results). In that case, you need to set the folling two params for the stonith agent: pcmk_host_check=static-list pcmk_host_list="whitespace list of hosts the device controls" After that it should work > > Alain > >> What happens if you run fence_ipmilan manually (with the necessary >> authentication options) and -o list >> Does it show node names? > > > _______________________________________________ > 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
