Bug 437105 - Problem with ILO-fencing
Summary: Problem with ILO-fencing
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: cman
Version: 5.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Ryan McCabe
QA Contact: GFS Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-03-12 13:56 UTC by Marek Grac
Modified: 2009-04-16 22:44 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-11-05 19:00:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Marek Grac 2008-03-12 13:56:05 UTC
Description of problem:

There is a problem with current ILO fencing agent. It is unable to power on the
machine.

Solution:

instead of
sendsock $socket, "<HOLD_PWR_BTN/>\n";
I put
sendsock $socket, "<HOLD_PWR_BTN TOGGLE=\"Yes\"/>\n";

Comment 1 Ryan McCabe 2008-03-13 14:03:12 UTC
Do you know what revision of the firmware is having a problem with the current
agent, and do you know whether it's iLO or iLO2? Depending on the combination of
the two, the command and parameters needed to power on the machine differs.
Adding the TOGGLE="Yes" attribute will break a lot of combinations of
ilo/firmware revisions.

FWIW, the current fencing agent works properly for me on the latest iLO firmware
(1.91) and 1.82; and firmware 1.43 (dated 2007-12-12 -- not sure if this is the
latest) on iLO2.


Note You need to log in before you can comment on or make changes to this bug.