[Pacemaker] IPaddr local_start_script" fails or wrong usage?
Bernd Helber
bernd at helber-it-services.com
Tue Nov 1 11:25:54 UTC 2011
Hi List.
i use a IPaddr Ressource with local_start_script Value.
I'm kind a wondered, cause if i trigger thoses scripts, from the Console
it works like a charme.
If i trigger it from the Cluster to failover, it to the other node.
The Ressource cleanly fails over, but what makes me wonder, the script
doesn't get triggered.
SO it absolutely unclear to me why it's not triggerd.
Or may it be possible that the local_start_script value isn't usable for
common Shell Scripts?
My current issue, ist that i have to trigger this Script, cause i have to
tell the Switches at my Weboster with Useranme an Password, that it's a
regular failover, unfortunately i don't have an alternative, to this
procedure.
primitive class="ocf" id="res_IPaddr_1" provider="heartbeat"
type="IPaddr">
<instance_attributes id="res_IPaddr_1-instance_attributes">
<nvpair id="nvpair-res_IPaddr_1-local_start_script"
name="local_start_script" value="/etc/start_clusterip.sh"/>
<nvpair id="nvpair-res_IPaddr_1-ip" name="ip"
value="xxx.xxx.xxx.xxx"/>
<nvpair id="nvpair-res_IPaddr_1-nic" name="nic" value="eth0"/>
<nvpair id="nvpair-res_IPaddr_1-cidr_netmask"
name="cidr_netmask" value="255.255.255.255"/>
<nvpair id="nvpair-res_IPaddr_1-broadcast" name="broadcast"
value="xxx.xxx.xxx.xxx"/>
<nvpair id="nvpair-res_IPaddr_1-iflabel" name="iflabel"
value="FloatingIP"/>
</instance_attributes>
<operations id="res_IPaddr_1-operations">
<op id="op-res_IPaddr_1-start" interval="0" name="start"
timeout="20"/>
<op id="op-res_IPaddr_1-stop" interval="0" name="stop"
timeout="20"/>
<op id="op-res_IPaddr_1-monitor" interval="5" name="monitor"
start-delay="0" timeout="20"/>
<op id="op-res_IPaddr_1-validate-all" interval="0"
name="validate-all" timeout="20"/>
</operations>
<meta_attributes id="res_IPaddr_1-meta_attributes">
<nvpair id="res_IPaddr_1-meta_attributes-target-role"
name="target-role" value="started"/>
<nvpair id="res_IPaddr_1-meta_attributes-priority"
name="priority" value="10"/>
<nvpair id="res_IPaddr_1-meta_attributes-allow-migrate"
name="allow-migrate" value="true"/>
<nvpair id="res_IPaddr_1-meta_attributes-failure-timeout"
name="failure-timeout" value="60"/>
<nvpair id="res_IPaddr_1-meta_attributes-is-managed"
name="is-managed" value="true"/>
h1906375:~ # crm_mon -1n
============
Last updated: Tue Nov 1 11:23:45 2011
Stack: openais
Current DC: nodename1 - partition with quorum
Version: 1.1.5-ecb6baaf7fc091b023d6d4ba7e0fce26d32cf5c8
2 Nodes configured, 2 expected votes
4 Resources configured.
============
Node nodenmae1: online
res_IPaddr_1 (ocf::heartbeat:IPaddr) Started
rhel6vm (ocf::heartbeat:VirtualDomain) Started
stonith:0 (stonith:external/ssh) Started
Node nodename1: online
stonith:1 (stonith:external/ssh) Started
h1906375:~ #
Tanks in advance.
More information about the Pacemaker
mailing list