<div>Yes, the fence agent works after that. I tested it with DRAC firmware v3.20 and v3.35. </div>
<div> </div>
<div>According to Dell: </div>
<div><a class="lnk" href="http://support.dell.com/support/downloads/format.aspx?c=us&cs=19&l=en&s=dhs&SystemID=PWE_FOS_XEO_2650&os=LIN4&osl=en&deviceid=4334&libid=29&typecnt=1&vercnt=17&releaseid=R88251">
Dell Remote Access Controller - ERA and DRAC III/XT, v.3.20, A00</a> was released on 12/8/2004</div>
<div><a class="lnk" href="http://support.dell.com/support/downloads/format.aspx?c=us&cs=19&l=en&s=dhs&SystemID=PWE_FOS_XEO_2650&os=LIN4&osl=en&deviceid=4334&libid=29&typecnt=1&vercnt=17&releaseid=R99465">
Dell Remote Access Controller - ERA and DRAC III/XT, v.3.30, A00</a> was released on 6/9/2005</div>
<div><a class="lnk" href="http://support.dell.com/support/downloads/format.aspx?c=us&cs=19&l=en&s=dhs&SystemID=PWE_FOS_XEO_2650&os=LIN4&osl=en&deviceid=4334&libid=29&typecnt=1&vercnt=17&releaseid=R104823">
Dell Remote Access Controller - ERA and DRAC III/XT, v.3.31, A00</a> was released on 07/25/2005</div>
<div><a class="lnk" href="http://support.dell.com/support/downloads/format.aspx?c=us&cs=19&l=en&s=dhs&SystemID=PWE_FOS_XEO_2650&os=LIN4&osl=en&deviceid=4334&libid=29&typecnt=1&vercnt=17&releaseid=R104823">
Dell Remote Access Controller - ERA and DRAC III/XT, v.3.35, A00</a> was released on 12/25/2005</div>
<div>I am sure it would work for v3.30 and v3.31 in this case as well.</div>
<div> </div>
<div>Thanks,</div>
<div>Hai<br><br> </div>
<div><span class="gmail_quote">On 8/14/06, <b class="gmail_sendername">James Parsons</b> <<a href="mailto:jparsons@redhat.com">jparsons@redhat.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">hai wu wrote:<br><br>> The one I am using is ERA, which is almost the same as DRAC III/XT,<br>> except it is an embeded DRAC card on motherboard, compared to DRAC
<br>> III/XT, which is a seperate added DRAC card. But the telnet prompt<br>> does not have the matching pattern in /sbin/fence_drac file, so I just<br>> added the following to the file, which works now.<br>><br>
> Thanks,<br>> Hai<br><br>Hai,<br><br>So, you are saying that if you are using a DRAC ERA card, and you set<br>the $drac_version in the script to $DRAC_VERSION_III_XT, then the fence<br>agent works? If so, we'll patch the agent accordingly. Please confirm.
<br><br>-J<br><br>><br>>        if (/Dell Embedded Remote Access Controller \(ERA\)\nFirmware<br>> Version/m)<br>>         {<br>>                 $drac_version = $DRAC_VERSION_III_XT;<br>>         } else {
<br>>         if (/.*\((DRAC[^)]*)\)/m)<br>>         {<br>>                 print "detected drac version '$1'\n" if $verbose;<br>>                 $drac_version = $1 unless defined $drac_version;<br>
><br>>                 print "WARNING: detected drac version '$1' but using "<br>>                         . "user defined version '$drac_version'\n"<br>>                         if ($drac_version ne $1);
<br>>         }<br>>         else<br>>         {<br>>                 print "WARNING: unable to detect DRAC version '$_'\n";<br>>                 $drac_version = $DRAC_VERSION_UNKNOWN;<br>>         }
<br>>         }<br>><br>><br>><br>> On 8/9/06, *James Parsons* <<a href="mailto:jparsons@redhat.com">jparsons@redhat.com</a><br>> <mailto:<a href="mailto:jparsons@redhat.com">jparsons@redhat.com</a>
>> wrote:<br>><br>>     hai wu wrote:<br>><br>>     > I got the following prompts after telneting to the drac port,<br>>     maybe a<br>>     > simple upgrade for the firmware would fix this issue:
<br>>     ><br>>     > Dell Embedded Remote Access Controller (ERA)<br>>     > Firmware Version 3.31 (Build 07.15)<br>>     > Login:<br>>     ><br>>     > Thanks,<br>>     > Hai<br>
><br>>     Oops. Sorry. Unsupported version. If you want, you could hack the<br>>     agent<br>>     script (it is in perl) and get it to accept that version and just<br>>     *see*<br>>     if it works -- it might. I tried looking for documentation for that
<br>>     firmware rev and couldn't google any. If you know of some, drop me a<br>>     line and maybe we can get something working - or at least know if it<br>>     *will ever* work. :)<br>><br>>     -J<br>
><br>>     BTW, the agent supports DRAC III/XT, DRAC MC, and DRAC 4/I.<br>><br>>     ><br>>     > On 8/9/06, *James Parsons* < <a href="mailto:jparsons@redhat.com">jparsons@redhat.com</a><br>>     <mailto:
<a href="mailto:jparsons@redhat.com">jparsons@redhat.com</a>><br>>     > <mailto:<a href="mailto:jparsons@redhat.com">jparsons@redhat.com</a> <mailto:<a href="mailto:jparsons@redhat.com">jparsons@redhat.com
</a>>>> wrote:<br>>     ><br>>     >     hai wu wrote:<br>>     ><br>>     >     > I got the following errors after "reboot -fn" on<br>>     erd-tt-eproof1,<br>>     >     which
<br>>     >     > script do I need to change?<br>>     >     ><br>>     >     > Aug  9 15:35:40 erd-tt-eproof2 kernel: CMAN: removing node<br>>     >     > erd-tt-eproof1 from t<br>>     >     > he cluster : Missed too many heartbeats
<br>>     >     > Aug  9 15:35:40 erd-tt-eproof2 fenced[3437]:<br>>     erd-tt-eproof1 not a<br>>     >     > cluster member<br>>     >     >  after 0 sec post_fail_delay<br>>     >     > Aug  9 15:35:40 erd-tt-eproof2 fenced[3437]: fencing node
<br>>     >     "erd-tt-eproof1"<br>>     >     > Aug  9 15:35:42 erd-tt-eproof2 fenced[3437]: agent<br>>     "fence_drac"<br>>     >     > reports: WARNING<br>>     >     > : unable to detect DRAC version ' Dell Embedded Remote Access
<br>>     >     > Controller (ERA) F<br>>     >     > irmware Version 3.31 (Build 07.15) ' WARNING: unsupported DRAC<br>>     >     version<br>>     >     > '__unknow<br>>     >     > n__' failed: unable to determine power state
<br>>     >     ><br>>     >     > This is DRAC on Dell PE2650.<br>>     >     > Thanks,<br>>     >     > Hai<br>>     ><br>>     >     Do you know what DRAC version you are using? Can you please
<br>>     telnet<br>>     >     into<br>>     >     the drac port and find out what it says when it starts your<br>>     session?<br>>     ><br>>     >     Thanks,<br>>     ><br>>     >     -J
<br>>     ><br>>     >     --<br>>     >     Linux-cluster mailing list<br>>     >     <a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a> <mailto:<a href="mailto:Linux-cluster@redhat.com">
Linux-cluster@redhat.com</a>><br>>     <mailto: <a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a> <mailto:<a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a>>><br>
>     >     <a href="https://www.redhat.com/mailman/listinfo/linux-cluster">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>>     >     < <a href="https://www.redhat.com/mailman/listinfo/linux-cluster">
https://www.redhat.com/mailman/listinfo/linux-cluster</a>><br>>     ><br>>     ><br>>     >------------------------------------------------------------------------<br>>     ><br>>     >--<br>
>     >Linux-cluster mailing list<br>>     > <a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a> <mailto:<a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a>><br>>     >
<a href="https://www.redhat.com/mailman/listinfo/linux-cluster">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>>     ><br>><br>><br>>     --<br>>     Linux-cluster mailing list<br>>     
<a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a> <mailto:<a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a>><br>>     <a href="https://www.redhat.com/mailman/listinfo/linux-cluster">
https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>><br>><br>>------------------------------------------------------------------------<br>><br>>--<br>>Linux-cluster mailing list<br>><a href="mailto:Linux-cluster@redhat.com">
Linux-cluster@redhat.com</a><br>><a href="https://www.redhat.com/mailman/listinfo/linux-cluster">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>><br><br><br>--<br>Linux-cluster mailing list<br><a href="mailto:Linux-cluster@redhat.com">
Linux-cluster@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/linux-cluster">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br></blockquote></div><br>