Aug 21, 2011
tom

Dell “identify server” light in FreeBSD?

Question

Does anyone know of a way to turn on the identification light on a Dell rack-mount server. This is the light which you can switch on locally by pushing the (i) button on the front of the server which turns on lights in the front and rear of the server?

The machine is a Dell Poweredge 860.

I’m trying to identify a server in Utah from AZ. Haven’t had much experience with it, so forgive me if this is a newb question.

Answer

It looks like ipmitool is available for FreeBSD. Running ipmitool chassis identify should trigger the ID light for 15 seconds. If you’re running it locally on the box, I believe the full command will be ipmitool -I open chassis identify.

From man ipmitool:

identify <interval>   Control the front panel identify  light.   Default is 15.
   Use 0 to turn off.

EDIT:
Further research indicates you probably don’t want the -I open option an that you first need to run kldload ipmi to load the kernel module.

Related posts:

  1. Orange / Amber flashing light on a Dell Poweredge 2450 / 2550?
  2. How do I identify a DELL PERC RAID controller?
  3. Identify Dell Server Motherboard
  4. 10 SFF in 1U case, identify please
  5. How can I set a custom text on the LCD display on Dell PowerEdge servers

Leave a comment