Vlad, you are misunderstanding what he is trying to use the iLO card for.<br>
<br>
In this setup is is being used as a fencing device, not an network card.<br>
(As you say, it is indeed not a network card)<br>
In other word, the iLO card in node A is used by other nodes in the <br>
cluster to fence (in this case forcefully power off) node A, the <br>
iLO card is _not_ used by node A for any ethernet traffic.<br><br>
To quote from old an old mail on this topic:<br>
<br>
Fencing is the act of forcefully preventing a node from being able to<br>
access resources after that node has been evicted from the cluster<br>
This is done in an attempt to avoid corruption.<br>
<br>
The canonical example of when it is needed is the live-hang scenario, as<br>
you described:<br>
<br>
1. node A hangs with I/Os pending to a shared file system<br>
2. node B and node C decide that node A is dead and recover resources<br>
allocated on node A (including the shared file system)<br>
3. node A resumes normal operation<br>
4. node A completes I/Os to shared file system<br>
<br>
At this point, the shared file system is probably corrupt.  If you're<br>
lucky, fsck will fix it -- if you're not, you'll need to restore from<br>
backup.  I/O fencing (STONITH, STOMITH, or whatever we want to call it) <br>
prevents the last step (step 4) from happening.<br>
<br>
How fencing is done (power cycling via external switch, SCSI<br>
reservations, FC zoning, integrated methods like IPMI, iLO, manual<br>
intervention, etc.) is unimportant - so long as whatever method is used<br>
can guarantee that step 4 can not complete.<br>
<br>
Please excuse my English<br>