Hello, <br><br>Thanks for your answer...<br><br><div class="gmail_quote">2009/5/5 Ian Hayes <span dir="ltr"><<a href="mailto:cthulhucalling@gmail.com">cthulhucalling@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
For hostname you can put the FQDN or IP address...<br><br>I believe that you're a bit confused what iLO is capable of. </blockquote><div><br>I absolutelly agree with you ;-)<br><br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
IP3 and IP6 are for the iLO, the cluster can't use them for networking. </blockquote><div><br>I don't use for networking (I think...) I only want to use it to fence.... (iīm begin to think this is my mistake)<br> </div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The cluster members need to be able to reach the iLO (IP3 and 6 in this case) from eth0 or eth1. </blockquote>
<div><br>I think I could reach the iLO from the interfaces ILO (In my configuration ethMng, IP3 and IP6)<br> <br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In a 2-node cluster, this can be as simple as connecting eth0 or eth1 on one node to the iLO of the other node via crossover cable. The iLO is its own device that exists outside of the operating system.<br>
<br>Here's an example of a cluster that I've built previously that is similar to your setup<br><br>Host1:<br>eth0 192.168.0.1 (host1)<br>eth1 10.1.1.1 (host1-management)<br>iLO 10.1.1.2<br><br>Host 2<br>eth0 192.168.0.2 (host2)<br>

eth1: 10.1.1.3 (host2-management)<br>iLO 10.1.1.4<br><br>All cluster management communication in this cluster is via eth1. I specified host1-management and host2-management as the hostnames in the cluster config to partition off cluster traffic from the interfaces that are actually doing the VIP work. The nodes provide a virtual IP on eth0, and a script service, with the daemon bound to the VIP. For the iLOs and eth1, you could either plug them into a switch on their own non-trunked VLAN, or you can connect eth1 of host1 to the iLO of host 2, and eth1 of host2 to the iLO of host1. Both eth1 and iLOs don't need a gateway since they're on the same subnet.<br>

</blockquote><div><br>If I have understand, if I use a dedicated switch, I must to connect IP2, IP3, IP5 and IP6 to the same switche and IP1 and IP4 to the service switch, isnīt it?<br><br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>To configure the iLO, you just set up the correct IP address, mask and create a username and password that has the appropriate privileges (power). These get put into the cluster.conf file via system-config-cluster or Luci. You would need to create two fence resources. In the above case, I would create a Fence_Host_1 and Fence_Host_2 dence devices, using fence_ilo.<br>

</blockquote><div><br>this is ok, is what I have done but with fence_ipmi<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Fence_Host_1 would have the IP address of host1's iLO, a valid login and password for that iLO. Host2 is similar, but has the IP address of host2's iLO. Attach Fence_Host_1 to host1 and Fence_Host_2 to host2. This way, the entire cluster knows "to fence host1, I see that I need to use the Fence_Host_1 method. Fence_host_1 uses fence_ilo as its method, target ip address 10.1.1.2, username foo, password bar. To fence host2, it uses fence_ilo as its method, target address 10.1.1.4, username foobar, password barfoo". These get passed to the fence_ilo script and it handles the rest. You can play with this my manually running fence_ilo.</blockquote>
<div><br>I think I have understood<br><br>My problem was that I thought I can reach the iLO interfaces  only using the iLO interfaces.<br><br>Iīll try this configuration and I will post my results,<br><br>thanks for your answer<br>
<br>ESG<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br><div class="gmail_quote"><div><div></div><div class="h5">On Tue, May 5, 2009 at 11:37 AM, ESGLinux <span dir="ltr"><<a href="mailto:esggrupos@gmail.com" target="_blank">esggrupos@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
Hello all, <br><br>Iīm configuring a 2 nodes cluster on 2 servers HP Proliant DL165 G5<br>This servers have HP ProLiant Lights-Out 100 Remote Management and I want to use it as fencing device.<br><br>My first idea was to configure them with IPMI and it works almost fine but I have detected that when I have the network down, the fence devices doesn't work because the nodes can't reach the othe node to fence it.<br>


<br>I have tried with a dedicated switch and a direct cable but it doesn't work and I begin to think Iīm doing something wrong because the interface with the ipmi configured doesnt appear on the servers. Iīll try to explain:<br>


<br>I have<br>node1<br>eth0: IP1<br>eth1: IP2<br>In the bios I have configured ethMng : IP3<br><br>node2<br>
eth0: IP4<br>
eth1: IP5<br>
In the bios I have configured ethMng : IP6<br>
<br><br>with the network up all works fine and I can use fence_node to fence the nodes, and the cluster works fine.<br><br>But, if I disconnect IP1, IP2, IP3, IP4 (This simulate a switch fail) I expect the cluster become fencing with IP3 and IP6 but the system doesn't find these IPīs and all the cluster hungs. <br>


<br>Looking the fence devices avaliable with conga I have seen that there is one called:<br><table><tbody><tr><td><b></b><br></td>
                                <td>HP iLO</td></tr></tbody></table>with this parameters to configure:<br>Name      <br>Hostname     <br>Login     <br>Password     <br>Password Script (optional)<br><br>All are self explanatory but I donīt know what to put on Hostname (which hostname? the same machine, the other? FQDN.. IP....)<br>


<br>So, I have 2 questions:<br>If I use IPMI what Iīm doing wrong?<br>and <br>If I use HP iLO, what I need to configure???<br><br>any idea, manual, doc, suggest.... is welcome<br><br>thanks in advance<br><br>ESG<br><br><br>


<br></div></div>--<br>
Linux-cluster mailing list<br>
<a href="mailto:Linux-cluster@redhat.com" target="_blank">Linux-cluster@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-cluster" target="_blank">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br></blockquote></div><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" target="_blank">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br></blockquote></div><br>