<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
Excellent work and explanation!!  It would be wonderful to see these useful techniques get integrated back into Red Hat's Cluster Suite, with appropriate credit acknowledging the author's work.<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>

<HR LENGTH="375">
<BR>
<B><FONT SIZE="1"><FONT COLOR="#000066">Robert Hurst, Sr. Caché Administrator</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#3333ff">Beth Israel Deaconess Medical Center</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#6666ff">1135 Tremont Street, REN-7</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#6666ff">Boston, Massachusetts   02120-2140</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#6666ff">617-754-8754 ∙ Fax: 617-754-8730 ∙ Cell: 401-787-3154</FONT></FONT></B><BR>
<FONT SIZE="1"><FONT COLOR="#9999ff">Any technology distinguishable from magic is insufficiently advanced.</FONT></FONT>
</TD>
</TR>
</TABLE>
<BR>
<BR>
On Thu, 2008-08-07 at 18:20 +0200, Marc Grimme wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Thursday 07 August 2008 17:55:43 Miolinux wrote:
> On Thu, 2008-08-07 at 09:57 +0200, Marc Grimme wrote:
> > You might want to take a look at this ILO Fence Agent.
> > <A HREF="http://download.atix.de/yum/comoonics/redhat-el5/productive/noarch/RPMS/c">http://download.atix.de/yum/comoonics/redhat-el5/productive/noarch/RPMS/c</A>
> >omoonics-bootimage-fenceclient-ilo-0.1-18.noarch.rpm I think when I wrote
> > it I detected the same problem and fixed it there. Marc.
>
> Wow, pretty impressive,
> thank you very much, your script saves me a lot of headache.
>
> # time ./fence_ilo -a xx.xx.xx.xx -l admin -p xxxxxxxx
> success
>
> real    0m49.406s
> user    0m0.138s
> sys     0m0.015s
>
> # time ./fence_fast_ilo -a xx.xx.xx.xx -l admin -p xxxxxxxx
>
> real    0m8.713s
> user    0m0.041s
> sys     0m0.011s
>
> Bye
> Miolinux
>
> --
> Linux-cluster mailing list
> <A HREF="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</A>
> <A HREF="https://www.redhat.com/mailman/listinfo/linux-cluster">https://www.redhat.com/mailman/listinfo/linux-cluster</A>

You can also use this agent for mapping iso images as cds and the like. Look 
at the -x/--xmlfile option. We use it very often for such things like 
creating users/mapping isos ...

<RIB_INFO MODE = "write">
        <INSERT_VIRTUAL_MEDIA DEVICE="CDROM"
        IMAGE_URL="<A HREF="http://servername/atix/livecd.img">http://servername/atix/livecd.img"/</A>>
        <SET_VM_STATUS DEVICE = "CDROM">
                <VM_BOOT_OPTION value = "BOOT_ONCE"/>
                <VM_WRITE_PROTECT value = "Y"/>
        </SET_VM_STATUS>
</RIB_INFO>

or for resetting the ilo which is not so bad from time to time:

  <RIB_INFO MODE="write">
    <RESET_RIB/>
  </RIB_INFO>

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>