[ClusterLabs] Parser error with fence_ipmilan

dan dan.oscarsson at intraphone.com
Mon Sep 14 09:48:48 UTC 2015


mån 2015-09-14 klockan 10:02 +0200 skrev dan:
> Hi
> 
> To see if my cluster problem go away with a newer version of pacemaker I
> have now installed pcemaker 1.1.12+git+a9c8177-3ubuntu1 and I had to get
> 4.0.19-1 (ubuntu) of fence-agents to get a working fence-ipmilan.
> 
> But now when the cluster wants to stonith a node I get:
> 
> fence_ipmilan: Parser error: option -n/--plug is not recognize
> fence_ipmilan: Please use '-h' for usage
> 
> Is the problem in fence-agents or in pacemaker?

Looking at the code producing this, I got it working by adding to my
cluster config for my stonith devices
port_as_ip=1 port=192.168.xx.xx

before I had:
lanplus=1 ipaddr=192.168.xx.xx
which worked fine before the new version of pacemaker.
Now I have:
lanplus=1 ipaddr=192.168.xx.xx port_as_ip=1 port=192.168.xx.xx
which works.

   Dan





More information about the Users mailing list