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.
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 beipmitool -I open chassis identify
.From
man ipmitool
:EDIT: Further research indicates you probably don't want the
-I open
option an that you first need to runkldload ipmi
to load the kernel module.