Hi!

I'm building two node HA cluster and everything was OK untils I wanted to add RPS10 stonith device to configuration. I have tested RPS10 and it's working fine, I can reboot other node from command line.

I have added configuration with following XML:

<clone id="stonithclonesetrps" globally_unique="false">
<instance_attributes id="stonithclonesetrps">
<attributes>
<nvpair id="stonithclonesetrps-01" name="clone_node_max" value="1"/>
</attributes>
</instance_attributes>
<primitive id="stonithclonerps" class="stonith" type="rps10" provider="heartbeat">
<operations>
<op name="monitor" interval="5s" timeout="20s" prereq="nothing" id="stonithclonerps-op-01"/>
<op name="start" timeout="20s" prereq="nothing" id="stonithclonerps-op-02"/>
</operations>
<instance_attributes id="stonithclonerps">
<attributes>
<nvpair id="stonithclonerps-01" name="hostlist" value="www1,www2"/>
</attributes>
</instance_attributes>
</primitive>
</clone>

and I'm getting folowing error in messages:
Jul 20 10:31:34 www2 tengine: [6419]: info: send_rsc_command: Initiating action 58: stonithclonerps:1_start_0 on www2 Jul 20 10:31:34 www2 crmd: [5196]: info: do_lrm_rsc_op: Performing op=stonithclonerps:1_start_0 key=58:28:74bfbd13-8088-4984-8404-366ca027edc1) Jul 20 10:31:34 www2 lrmd: [11513]: info: Try to start STONITH resource <rsc_id=stonithclonerps:1> : Device=rps10
Jul 20 10:31:34 www2 stonithd: [5194]: debug: get all calues failed
Jul 20 10:31:34 www2 lrmd: [11513]: ERROR: sending stonithRA op to stonithd failed. Jul 20 10:31:34 www2 stonithd: [5194]: ERROR: Invalid config info for rps10 device.
Jul 20 10:31:34 www2 lrmd: [5193]: WARN: mapped the invalid return code 254.
Jul 20 10:31:34 www2 crmd: [5196]: ERROR: process_lrm_event: LRM operation stonithclonerps:1_start_0 (call=56, rc=1) Error unknown error

message is same for other node

In my ha.cf I have added (on both nodes):
stonith_host    www1 rps10 /dev/ttyS0 www2 0
stonith_host    www2 rps10 /dev/ttyS0 www1 0

I would be very happy if you have any advice.

Thank you for your answer

Kind regards
Uros

--
Uroš Kositer | Zavarovalnica Maribor d.d. | Sektor za informatiko in 
organizacijo| samostojni projektant | Zagrebška 104a, SI-2000 Maribor | T: +386 
2 2332 722  | E: [EMAIL PROTECTED] | www.zav-mb.si | 080 19 20 | ŽIVLJENJE GRE 
NAPREJ IN MI Z VAMI


Izjava o omejitvi odgovornosti To elektronsko sporočilo in vse njegove morebitne priloge lahko vsebujejo zaupne in/ali privilegirane informacije in so last Zavarovalnice Maribor d.d. ter namenjene izključno naslovniku. Če ste sporočilo prejeli pomotoma, Vas prosimo, da o tem obvestite pošiljatelja, sporočilo pa takoj uničite. Kakršnokoli nepooblaščeno razkritje, distribucija ali kopiranje vsebine sporočila je izrecno prepovedano. Mnenja vsebovana v tem elektronskem sporočilu ne odražajo nujno tudi stališča Zavarovalnice Maribor d.d. Elektronsko sporočilo je pregledano s protivirusnim programom. Legal disclaimer statement This e-mail and any attachments may contain confidential and/or privileged information and is property of Zavarovalnica Maribor d.d. and intended solely for the addressee. If you are not the intended recipient (or have received this e-mail by mistake), please notify the sender immediately and delete this e-mail. Any unauthorized reproduction, disclosure or distribution of the material in this e-mail is strictly forbidden. Opinions contained in this e-mail do not necessarily reflect the opinions of Zavarovalnica Maribor d.d. This E-mail message is scanned by Anti-Virus Software. Please consider your environmental responsibilities before printing this email. _______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to