Unsolved
This post is more than 5 years old
4 Posts
0
88815
April 1st, 2011 11:00
Getting ambient temperature from iDRAC
I'm running three T710s and I'm trying to automate a temperature log. I can see the temperatures on the iDRAC web page but cannot get them from the command line. There is a command listed in the documentation for getting the temperature, but it doesn't seem to work on my machines. Any help?
No Events found!


DELL-Rey G
4 Apprentice
•
1.1K Posts
0
April 1st, 2011 15:00
what command are you trying and what do you get in response?
br1009
4 Posts
0
April 1st, 2011 17:00
/admin1-> racadm getconfig -g cfgServerTemperature
ERROR: Invalid group name specified.
The same command works with cfgServerPower instead of cfgServerTemperature. My notes say the command comes from the racadm manual on page 246.
Thanks for your help.
DELL-Rey G
4 Apprentice
•
1.1K Posts
0
April 4th, 2011 08:00
I must admit, I cant find the cfgServerTemp command anywhere, I have gone back 4 versions of the users guides and racadm commands. Do you have a link to the manual where it shows this command?
br1009
4 Posts
0
April 4th, 2011 10:00
I can't find it either. Let me apologize, I may have sent you on a false trail. There is a command cfgServerPower (pg 248 of my manual version 1.1), and I may have just made up cfgServerTemperature to see if there was something undocumented.
Clearly the temperature is available because I can see it on the web interface, but I need a simple way to get it so I can write a script. Is there anything like that I can use?
Thanks for your quick responses.
Truck
DELL-Jeff M
2 Intern
•
793 Posts
1
April 4th, 2011 17:00
First, you would do better to look at the documentation version appropriate for your system and iDRAC firmware revision.
http://support.dell.com/support/edocs/software/smdrac3/idrac/index.htm
Second, I dug through the documentation, and I don't see a way to pull temperature information using racadm unless you are dealing with a CMC rather than an iDRAC 6, which is on the monolithic servers like a T310, R610, and so on. You might be able to do it with an IPMI utility, but I'm not sure.
DELL-Rey G
4 Apprentice
•
1.1K Posts
1
April 5th, 2011 09:00
Perhaps this will work for you. This is the same information shown in the idrac gui
omreport chassis temps
br1009
4 Posts
0
April 6th, 2011 14:00
>> JeffLM
Thanks. I have the 1.1 documentation which seems to be the same SM CLP version as the iDRAC card gives me. I'll see what IPMI gets me.
>> Reybeast
I tried the command and this is what I got:
/admin1-> omreport chassis temps
cmdstat
status : 2
status_tag : COMMAND PROCESSING FAILED
error : 253
error_tag : COMMAND NOT RECOGNIZED
/admin1-> racadm omreport chassis temps
ERROR: Invalid subcommand specified.
Am I missing something?
Thanks to both of you for putting up with me, this is one of those, "there has to be a way to do it" kinds of problems that I've been beating my head against for quite some time and getting nowhere.
Truck
jtalky
1 Message
0
June 7th, 2012 11:00
This worked great for me.
Thanks for the solution.
I didn't use racadm before the command, just simple:
omreport chassis temps
dececk
3 Posts
0
June 7th, 2012 15:00
to get server temperature from idrac, you have to enable IPMI and use Dell OpenManage Power Center from a console
en.community.dell.com/.../3534.dell-openmanage-power-center.aspx
to get server temperature from localhost, you have to install Dell OpenManage Server Administrator (on server) and type "omreport chassis temps" from command line