Re: experience with dell DRAC 4?



IPMI ties into NIC #1, the IP is set in the BIOS of the server, not the DRAC.
Just make sure the IP is different then the IP that FreeBSD is using for the
NIC itself, otherwise you will have lots of issue.

I wrote this script so I can easily reboot/power cycle from my Blackberry with
MobileSSH...

#!/bin/sh
echo "Valid options are: status, cycle"
echo "Enter servername then command"
read servername command
/usr/local/bin/ipmitool -I lan -H $servername -U root -P mslkyocm chassis
power $command
exit 0

Then use something like:
remote_reboot <enter>
mysql01 cycle<enter>

and wa la, your machine is being power cycled, just rememebr that the
hostnames are in /etc/hosts for this to work.

Hope this helps
Brad
On Tuesday 21 March 2006 11:24, Eric Anderson wrote:
Andrew McNaughton wrote:
On Fri, 17 Mar 2006, Eric Anderson wrote:
The least amount of setup needed is to configure the DRAC's IP
information, and of course cabling it up. Once that's done, you can
do everything else remotely (what I did). You can ssh into the DRAC
(default u/pw: admin/calvin), and do lots of things. If you have
console redirection enabled in the BIOS, you can ssh to the DRAC,
connect to the console, and use it to do lots of stuff. I usually
use the console redirection feature in the DRAC web console - it
works great with FreeBSD 6.x with jre 1.5 installed, and gives you
the actual video/kb/mouse console as if you were in front of the
machine, great for fixing crashed machines, debugging, etc.

Now, I just need to get a remote-power-cycling script going on
FreeBSD to reboot a machine automatically..

I gather the DRAC does ipmi as well as console access. If so, then
ipmitool makes it easy to script this. eg something like:

ipmitool -H <host> -U user -f <file with password> chassis power cycle

There is IPMI support - but I have to admit, I'm not sure how to use
it. There's a config area for IP information, but I'm not certain where
there's a physical connection to connect it through - unless I'm
supposed to use the same IP info as the DRAC (they are different
configuration areas). Either way, I haven't been successful with it yet..

If anyone is currently using IPMI on Dell servers with FreeBSD, I'd love
to hear details..

Eric

--
Thank You

Brad Bendy
Shock Webhosting, LLC.
http://www.shockwebhost.com
602-550-4004
_______________________________________________
freebsd-isp@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Questions about monitoring Dell servers
    ... IP and the like) and you can use a web browser to get a console ... the BMC, I couldn't see any IP info for it at all in the system. ... wasn't sure if the BMC networking portion would work without the DRAC ... IPMI and DRAC are separate and independent. ...
    (freebsd-questions)
  • Re: Questions about monitoring Dell servers
    ... I'm trying to figure out the best way to monitor these boxes. ... DRAC = console over network ... IP and the like) and you can use a web browser to get a console window. ... Install ipmitool and use it to access IPMI over the network. ...
    (freebsd-questions)
  • Re: Hardware Console Redirection
    ... ah la 0x2F8 which is logically connected to a serial port on the DRAC5 via the daughterboard connection. ... If you also use the bios console redirection the ... FreeBSD fully supports the dell drac cards (at least RELENG_6 does ...
    (freebsd-questions)
  • Re: 6.0 on Dell 1850 with DRAC4 management card?
    ... >>> Just get a small console server (depending on the amount of servers you ... >>> get on your serial port through the console server via ssh. ... to really like the DRAC cards on the Dells they look after. ... >> I've never enabled the DRAC card on any dell I have that came with them... ...
    (freebsd-stable)
  • Re: experience with dell DRAC 4?
    ... If you have console redirection enabled in the BIOS, you can ssh to the DRAC, connect to the console, and use it to do lots of stuff. ... I just need to get a remote-power-cycling script going on FreeBSD to reboot a machine automatically.. ...
    (freebsd-isp)