On 25.10.2011 16:09, Jake Smith wrote:

> $ stonith -t ipmilan hostname="Condor" ipaddr="192.168.2.61" port="623" 
> auth="md5" priv="admin" login="xxxx" password="xxxxxx" -S
> CRIT: Unable to setup connection: 16
> 
> however ipmitool reports all is fine...
> 
> $ ipmitool -H 192.168.2.62 -p 623 -A md5 -U root -P 53serverDN chassis power 
> status
> Chassis Power is on
> 
> 
> Any thoughts?

I'm investigating what's going on. As a quick workaround, you might use
external/ipmi stonith:

primitive nodeX-stonith stonith:external/ipmi \
        params hostname="nodeX" ipaddr="IP_ADDRESS" interface="lan" \
        userid="user" passwd="password"

Best regards

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-ha
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp

Reply via email to