<div>If you have a drac, it should either be visible with the OpenManage interface, commands, or as a 10/100 port on the far left of the back of the server; and also should give you a setup screen during bootup.  If you don't have one though, you can still use ipmi fencing to the on-board BMC/ESM card.  We've found the only real drawback to this is that sometimes the ipmi fencing may have difficulty communicating to a locked up host or a host which has kernel panic'd.</div>

<div>The drac is better though, as it allows for ssh and full power-off/power-on functionality.  Also, if your drac is a drac5 and has firmware greater than 1.20 on it (such as 1.33), you'll need to use the fence_drac5 module which is included but not fully documented.<br>
<br></div>
<div class="gmail_quote">On Tue, Aug 11, 2009 at 11:39 AM, <span dir="ltr"><<a href="mailto:bergman@merctech.com">bergman@merctech.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote"><br><br>In the message dated: Tue, 11 Aug 2009 14:14:03 +0200,<br>The pithy ruminations from Juan Ramon Martin Blanco on<br>
<Re: [Linux-cluster] do I have a fence DRAC device?> were:<br>=> --===============1917368601==<br>=> Content-Type: multipart/alternative; boundary=0016364c7c07663f600470dca3b8<br>=><br>=> --0016364c7c07663f600470dca3b8<br>
=> Content-Type: text/plain; charset=ISO-8859-1<br>=> Content-Transfer-Encoding: quoted-printable<br>=><br>
<div class="im">=> On Tue, Aug 11, 2009 at 2:03 PM, ESGLinux <<a href="mailto:esggrupos@gmail.com">esggrupos@gmail.com</a>> wrote:<br>=><br>=> > Thanks<br></div>=> > I=B4ll check it when I could reboot the server.<br>

<div class="im">=> ><br>=> > greetings,<br>=> ><br>=> You have a BMC ipmi in the first network interface, it can be configured at<br>=> boot time (I don't  remember if inside the BIOS or pressing cntrl+something<br>
=> during boot)<br></div>=><br><br>Based on my notes, here's how I configured the DRAC interface on a Dell 1950<br>for use as a fence device:<br><br>       Configuring the card from Linux depending on the installation of Dell's<br>
       OMSA package. Once that's installed, use the following<br>commands:<br><br>               racadm config -g cfgSerial -o cfgSerialTelnetEnable 1<br>               racadm config -g cfgLanNetworking -o cfgDNSRacName HOSTNAME_FOR_INTERFACE<br>
               racadm config -g cfgDNSDomainName DOMAINNAME_FOR_INTERFACE<br>               racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 2 PASSWORD<br>               racadm config -g cfgNicEnable 1<br>               racadm config -g cfgNicIpAddress WWW.XXX.YYY.ZZZ<br>
               racadm config -g cfgNicNetmask WWW.XXX.YYY.ZZZ<br>               racadm config -g cfgNicGateway WWW.XXX.YYY.ZZZ<br>               racadm config -g cfgNicUseDhcp 0<br><br><br>       I also save a backup of the configuration with:<br>
<br>               racadm getconfig -f ~/drac_config<br><br><br>Hope this helps,<br><br>Mark<br><br>----<br>Mark Bergman                              voice: 215-662-7310<br><a href="mailto:mark.bergman@uphs.upenn.edu">mark.bergman@uphs.upenn.edu</a>                 fax: 215-614-0266<br>
System Administrator     Section of Biomedical Image Analysis<br>Department of Radiology            University of Pennsylvania<br>     PGP Key: <a href="https://www.rad.upenn.edu/sbia/bergman" target="_blank">https://www.rad.upenn.edu/sbia/bergman</a><br>
<br><br>=> Greetings,<br>
<div>
<div></div>
<div class="h5">=> Juanra<br>=><br>=> ><br>=> > ESG<br>=> ><br>=> > 2009/8/10 Paras pradhan <<a href="mailto:pradhanparas@gmail.com">pradhanparas@gmail.com</a>><br>=> ><br>=> > On Mon, Aug 10, 2009 at 5:24 AM, ESGLinux<<a href="mailto:esggrupos@gmail.com">esggrupos@gmail.com</a>> wrote:<br>
=> >> > Hi all,<br>=> >> > I was designing a 2 node cluster and I was going to use 2 servers DELL<br>=> >> > PowerEdge 1950. I was going to buy a DRAC card to use for fencing but<br>=> >> > running several commands in the servers I have noticed that when I run<br>
=> >> this<br>=> >> > command:<br>=> >> > #ipmitool lan print<br>=> >> > Set in Progress : Set Complete<br>=> >> > Auth Type Support : NONE MD2 MD5 PASSWORD<br>=> >> > Auth Type Enable : Callback : MD2 MD5<br>
=> >> >                         : User : MD2 MD5<br>=> >> >                         : Operator : MD2 MD5<br>=> >> >                         : Admin : MD2 MD5<br>=> >> >                         : OEM : MD2 MD5<br>
=> >> > IP Address Source : Static Address<br>=> >> > IP Address : 0.0.0.0<br>=> >> > Subnet Mask : 0.0.0.0<br>=> >> > MAC Address : 00:1e:c9:ae:6f:7e<br>=> >> > SNMP Community String : public<br>
=> >> > IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10<br>=> >> > Default Gateway IP : 0.0.0.0<br>=> >> > Default Gateway MAC : 00:00:00:00:00:00<br>=> >> > Backup Gateway IP : 0.0.0.0<br>
=> >> > Backup Gateway MAC : 00:00:00:00:00:00<br>=> >> > 802.1q VLAN ID : Disabled<br>=> >> > 802.1q VLAN Priority : 0<br>=> >> > RMCP+ Cipher Suites : 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14<br>
=> >> > Cipher Suite Priv Max : aaaaaaaaaaaaaaa<br>=> >> >                         : X=Cipher Suite Unused<br>=> >> >                         : c=CALLBACK<br>=> >> >                         : u=USER<br>
=> >> >                         : o=OPERATOR<br>=> >> >                         : a=ADMIN<br>=> >> >                         : O=OEM<br>=> >> > does this mean that I already have an ipmi card (not configured) that<br>
=> I<br>=> >> can<br>=> >> > use for fencing? if the anwser is yes, where hell must I configure it?<br>=>  I<br></div></div>=> >> > don=B4t see wher can I do it.<br>=> >> > If I haven=B4t a fencing device which one do you recommed to use?<br>

<div>
<div></div>
<div class="h5">=> >> > Thanks in advance<br>=> >> > ESG<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>=> >> ><br>=> >><br>=> >> Yes you have IPMI and if you are using 1950 Dell, DRAC should be there<br>
=> >> too. You can see if you have DRAC or not when the server starts and<br>=> >> before the loading of the OS.<br>=> >><br>=> >> I have 1850s and I am using DRAC for fencing.<br>=> >><br>
=> >><br>=> >> Paras.<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>
=> >><br>=> ><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" target="_blank">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>
</div></div></blockquote></div><br>