Does someone know a way of showing custom text there?
Using the omconfig script from Dell does not work for me for some reason, but I don't want to install 80MB of Java and webserver and whatever anyway. Ideally some small tool should be able to do this.
Did anybody reverse engineer anything yet?
I'm currently trying to solve this on a R410 server
I use something like this on a variety of PowerEdge R<something> systems:
I haven't found a complete reference of Dell's proprietary IPMI commands, but according to the documentation I found here, the first invocation of
ipmitool
puts the supplied string into one of the display's registers, and the second one flips the display buffer to actually show this.EDIT: I put this snippet on Github, for future reference.
I've gotten this working before on various dells using IPMI. Here is a post on the matter, http://www.mail-archive.com/[email protected]/msg00352.html
You didn't say which machine it was so your mileage may vary, but IPMI does work and its nice in that you can keep the stack entirely open source and with standard linux software without relying on omconfig or any dell supplied utilities. Also check out ipmitool, which should be sufficient to do what you need if IPMI is compiled in the kernel or supplied as a module in whatever distro you are using.
Our 1900 lets you enter static text- like the server name or ip address- into a field under the BIOS setup
Dell support can provide you with small text mode programs to set the server name and other information that will be shown on the LCD. There are different utilities for the different PowerEdge generations.
On a recent iDRAC you can use
racadm set System.LCD.UserDefinedString "Test 123!"
to set a user-defined text on the LCD panel.To connect to racadm, SSH to the iDRAC address. The prompt is
racadm>>
.