Re: [CentOS] ipmitool and CentOS 7

2016-05-27 Thread pfaff
View this message in context: http://centos.1050465.n5.nabble.com/CentOS-ipmitool-and-CentOS-7-tp5743237p5743470.html Sent from the CentOS mailing list archive at Nabble.com. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/lis

Re: [CentOS] ipmitool and CentOS 7

2016-05-19 Thread Tony Mountifield
In article <9cf631373071c5bea4449327175be454.squir...@host290.hostmonster.com>, 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 -- Tony Mountifield W

Re: [CentOS] ipmitool and CentOS 7

2016-05-17 Thread m . roth
Original Message Subject: ipmitool and CentOS 7 From:m.r...@5-cent.us Date:Mon, May 16, 2016 16:57 To: "CentOS" -- On Dells running CentOS 6, we could use

Re: [CentOS] ipmitool and CentOS 7

2016-05-17 Thread Tony Mountifield
In article <6e52db905de447530ff164eb9130a9fc.squir...@host290.hostmonster.com>, wrote: > 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 > s

Re: [CentOS] ipmitool and CentOS 7

2016-05-16 Thread Wes James
In 6.7 in virtualbox, when I do uname -a I see: Linux localhost.localdomain 2.6.32-642.el6.x86_64 #1 SMP Tue May 10 17:27:01 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Then I run your command: echo $(uname -n | sed -e 's/\..*//' ) and see: localhost On 7.2 on virutalbox I see this: $ uname -a L

[CentOS] ipmitool and CentOS 7

2016-05-16 Thread m . roth
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. Anyon