Hi,

On Thu, May 22, 2008 at 03:53:54AM -0400, Ciro Iriarte wrote:
> 2008/5/22 Andrew Beekhof <[EMAIL PROTECTED]>:
> > On Thu, May 22, 2008 at 7:55 AM, Ciro Iriarte <[EMAIL PROTECTED]> wrote:
> >> Tried to add a stonith ssh resource (should probably use HP iLO
> >> interface later), to a new cluster, but i'm getting this on crm_mon:
> >>
> >> ------------------------
> >> Failed actions:
> >>    stonithclone:0_start_0 (node=asusis-xen1, call=7, rc=1): complete
> >> ------------------------
> >>
> >>
> >> The resource was created with:
> >> ------------------------
> >> <clone id="stonithcloneset" globally_unique="false">
> >>        <instance_attributes id="stonithcloneset">
> >>                <attributes>
> >>                        <nvpair id="stonithcloneset-01"
> >> name="clone_node_max" value="1"/>
> >>                </attributes>
> >>        </instance_attributes>
> >>        <primitive id="stonithclone" class="stonith"
> >> type="external/ssh" provider="heartbeat">
> >>                <operations>
> >>                        <op name="monitor" interval="5s" timeout="20s"
> >> prereq="nothing" id="stonithclone-op-01"/>
> >>                        <op name="start" timeout="20s"
> >> prereq="nothing" id="stonithclone-op-02"/>
> >>                </operations>
> >>                <instance_attributes id="stonithclone">
> >>                        <attributes>
> >>                                <nvpair id="stonithclone-01"
> >> name="hostlist" value="asusis-xen1,asusis-xen2"/>
> >>                        </attributes>
> >>                </instance_attributes>
> >>        </primitive>
> >> </clone>
> >
> > isn't hostlist supposed to be whitespace separated?  instead of commas?
> 
> Well, i'm not sure, took that configuration from
> http://www.novell.com/rc/docrepository/public/37/NPP-310336/NPP-LOC-31033.pdf,
> page 87. Modified the configuration from "<nvpair id="stonithclone-01"
> name="hostlist" value="asusis-xen1,asusis-xen2"/>" to "<nvpair
> id="stonithclone-01" name="hostlist" value="asusis-xen1
> asusis-xen2"/>", but i get:
> 
> Failed actions:
>     stonithclone:0_start_0 (node=asusis-xen1, call=5, rc=1): complete

Can you please try to test your ssh stonith configuration:

stonith -d -t external/ssh hostlist="asusis-xen1,asusis-xen2" -S

Thanks,

Dejan

> name="hostlist" value="asusis-xen1,asusis-xen2"/>" to "<nvpair

> Ciro
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
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