On 2012-04-03T10:32:48, Rainer Krienke <[email protected]> wrote:

Hi Rainer,

> I am new to HA setup and my first try was to set up a HA cluster (using
> SLES 11 SP2 and the SLES11 SP2 HA extension)  that simply offers an
> OCFS2 filesystem. I did the setup according to the SLES 11 SP2 HA
> manual, that describes the steps needed quite exactly.

Not quite, you disabled fencing, which our documentation is quite clear
on I hope. Like Florian says, this is the problem.


> primitive stonith_sbd stonith:external/sbd \
>         op monitor interval="15" timeout="15" start-delay="15" \
>         params sbd_device="/dev/disk/by-id/scsi-259316a7265713551-part1"

You do have a fencing device configured, so all you need to do is to
set:

> property $id="cib-bootstrap-options" \
>         dc-version="1.1.6-b988976485d15cb702c9307df55512d323831a5e" \
>         cluster-infrastructure="openais" \
>         expected-quorum-votes="2" \
>         stonith-timeout="30s" \
>         no-quorum-policy="ignore" \
>         stonith-enabled="false"

stonith-enabled="true" an all shall be well.

(Though you may want to use multiple SBD devices to protect against loss
of a single device.)


Regards,
    Lars

-- 
Architect Storage/HA
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 
21284 (AG Nürnberg)
"Experience is the name everyone gives to their mistakes." -- Oscar Wilde

_______________________________________________
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