---------------------------- Original Message ---------------------------- Subject: ipmitool and CentOS 7 From: m.roth@5-cent.us Date: Mon, May 16, 2016 16:57 To: "CentOS" centos@centos.org --------------------------------------------------------------------------
On Dells running CentOS 6, we could use this command ipmitool delloem lcd set mode userdefined "$(uname -n | sed -e 's/..*//' )" to set the little LCD screen to display the system name, In the latest sevens, it fails, and gives me usage for the command... which displays exactly that syntax.
Anyone have a clue?
---------------------------
Following myself up: it worked 100% of the time on CentOS 7 on dells. On CentOS 7, the whole set of delloem appear to fail. For example, ipmitool delloem lcd info produces "LCD info", rather than the service tag that it comes from Dell displaying. All variants I try to set it produce a list of usage options for ipmitool delloem lcd.
I'm starting to think that the delloem is broken; either it's ipmitool, or A side note, for the person who suggested uname -s - that produces Linux. -n produces the FQDN.
mark
In article 9cf631373071c5bea4449327175be454.squirrel@host290.hostmonster.com, m.roth@5-cent.us wrote:
A side note, for the person who suggested uname -s - that produces Linux. -n produces the FQDN.
That was I, but I wasn't suggesting $(uname -s), rather $(hostname -s)
Cheers Tony
I've also noticed an unexpected difference between ipmitool in CentOS 6 and 7.
The CentOS 6 ipmitool supports the IPMITOOL_OPTS environment variable but the CentOS 7 ipmitool does not.
I simply copy ipmitool from a CentOS 6 to work around this limitation.
- on CentOS 6
# which ipmitool /usr/bin/ipmitool
# rpm -q --whatprovides `which ipmitool` ipmitool-1.8.11-29.el6_7.x86_64
# ipmitool -V ipmitool version 1.8.11
- on CentOS 7
# which ipmitool /usr/bin/ipmitool
# rpm -q --whatprovides `which ipmitool` ipmitool-1.8.13-8.el7_1.x86_64
# ipmitool -V ipmitool version 1.8.13
-- View this message in context: http://centos.1050465.n5.nabble.com/CentOS-ipmitool-and-CentOS-7-tp5743237p5... Sent from the CentOS mailing list archive at Nabble.com.