[Linux-cluster] Fence don't work with HP iLo2 (fw.1.42

Luis Godoy Gonzalez lgodoy at atichile.com
Sat Jan 26 03:58:22 UTC 2008


Hi

I have the same problem ...

DL 385G2
Red Hat Enterprice 4 U5 Cluster Suite 4 U5

For now I add one "exit 0"  when  the  script  try to power on the  host

==========================
# vi /sbin/fence_ilo
...
...
    616 elsif (/reboot/)
    617 {
    618         fail "power_status: unexpected error\n" if power_status;
    619
    620         if (! /^off$/i)
    621         {
    622                 fail "power_off: unexpected error\n" if power_off;
    623                 fail "power_status: unexpected error\n" if 
power_status;
    624                 fail "failed to turn off\n" unless (/^off$/i);
    625         }
    626
    627         if (/^off$/i)
    628         {
                           exit 0;
    629                 fail "power_on: unexpected error\n" if power_on;
    630                 fail "power_status: unexpected error\n" if 
power_status;
    631                 fail "failed to turn on\n" unless (/^on$/i);
    632         }
    633         else
    634         {

==========================

The problem is when the machine is fenced we have to power on it manualy. :(

I will check the fence_ilo in Cluster Suite U6 ... maybe this work fine 
in that version ...

Any advice will by apreciated

Sorry for my bad inglish

Luis G.



m.. mm.. wrote:
> Hi
> We are having some problems to get fence working with this hardware.
>
> Proliant 360 G5.. iLo firmware 1.42
> and os is, RedHat 5-> 2.6.18-8.el5 Cluster/GFS
>
> This script: fence_ilo
> Fence shutdown works fine, but it don't restart it.
> agent "fence_ilo" reports: failed to turn on
>
> Have someone working script to get this work?
>
>
>
>
> ...................................................................
> Luukku Plus paketilla pääset eroon tila- ja turvallisuusongelmista.
> Hanki Luukku Plus ja helpotat elämääsi. http://www.mtv3.fi/luukku
>
>
> --
> Linux-cluster mailing list
> Linux-cluster at redhat.com
> https://www.redhat.com/mailman/listinfo/linux-cluster
>
>   




More information about the Linux-cluster mailing list