CPU Temperature Details


 
Thread Tools Search this Thread
Operating Systems Solaris CPU Temperature Details
# 1  
Old 11-30-2009
CPU Temperature Details

How to get a CPU temperature and current power consumption in T5220 server both from system controller and Operating system. I need details by cores. Thanks in advance.
# 2  
Old 12-01-2009
you can try to use "ipmitool" to get this readings...
# 3  
Old 12-01-2009
I did try but got following error

Code:
bash-3.00# /usr/sfw/bin/ipmitool -I lanplus -H 10.63.25.176 chassis power status
Password:
Error: Unable to establish IPMI v2 / RMCP+ session
Unable to get Chassis Power Status
You have new mail in /var/mail//root
bash-3.00#


Last edited by DukeNuke2; 12-01-2009 at 05:46 AM.. Reason: code tags!
# 4  
Old 12-01-2009
you have to give "username" and "password" in the statement...
# 5  
Old 12-01-2009
It didn't work that way either ..

Code:
bash-3.00# /usr/sfw/bin/ipmitool -I lanplus -H 10.63.25.176 -U root -f /ipmi.pass chassis power status
Error: Unable to establish IPMI v2 / RMCP+ session
Unable to get Chassis Power Status
bash-3.00#


Last edited by DukeNuke2; 12-01-2009 at 07:50 AM..
# 6  
Old 12-01-2009
where is the password?

and please use code tags!
# 7  
Old 12-01-2009
its in the /ipmi.pass and even if try to give the password manually i get same error
Code:
Error: Unable to establish IPMI v2 / RMCP+ session
Unable to get Chassis Power Status

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Hardware

Max CPU temperature?

What is the max operating temperature for 'UltraSPARC IIIi 1 GHz' ? thanks. (1 Reply)
Discussion started by: orange47
1 Replies

2. UNIX for Dummies Questions & Answers

at -l doesnt give details of the scheduled job. How to get the details?

I have scheduled couple of shell scripts to run using 'at' command. The o/p of at -l is: $ at -l 1320904800.a Thu Nov 10 01:00:00 2011 1320894000.a Wed Nov 9 22:00:00 2011 1320876000.a Wed Nov 9 17:00:00 2011 $ uname -a SunOS dc2prcrptetl2 5.9 Generic_122300-54 sun4u sparc... (2 Replies)
Discussion started by: superparticle
2 Replies

3. UNIX for Advanced & Expert Users

UNIX / LINUX OS CPU configuration details

Hi, How to find the cpu configuration details of Cores, Speed MHz, virtual processors for the following servers: LINUX OS Servers: Linux 2.6.9-89.0.3.ELsmp #1 SMP Sat Jun 13 07:05:54 EDT 2009 i686 i686 i386 GNU/Linux. (Cores, Speed, Processor) Linux 2.6.18-164.el5 #1 SMP Tue Aug 18... (5 Replies)
Discussion started by: jagtheesh
5 Replies

4. Solaris

How to read CPU temperature?

Hello all, I am using prtdiag -v command to find the temperature sensors . And i dont see the following o/p . ystem Configuration: Hewlett-Packard HP Z400 Workstation BIOS Configuration: Hewlett-Packard 786G3 v01.17 08/19/2009 ==== Processor Sockets ==================================== ... (2 Replies)
Discussion started by: b.preeya22
2 Replies

5. UNIX for Advanced & Expert Users

Script to access multiple linux servers to get system details such as CPU usage

Hi Is there any shell script that accesses multiple linux servers to get details such as CPU usage, RAM used etc. The access of the servers must be parallel not serial in the sense it must ping all the servers at a time to get information.The script has to be triggered from a host system and get... (7 Replies)
Discussion started by: mssrivatsa
7 Replies

6. Solaris

How to change CPU threshold high temperature

Hi, I have a NETRA 240 server wich should work on high temperature environment (up to 50 deg celsius). After reaching ~48 deg, the system is shuting down. The HighShutDownThreshold of the CPU is set to 89 deg The PowerOffThreshold of the CPU is set to 96 deg Please help me to change these... (2 Replies)
Discussion started by: Danielz
2 Replies

7. Solaris

CPU temperature

Hi all I have a SUN V480 server with 4 processores and I've noticed that the temperature for 2 of the 4 processers are quite high (63 degrees Celsius). Does anyone know what the operating temperatures of the Sparc CPU's are? I'm not getting any warning messages yet, but I want to resolve the... (3 Replies)
Discussion started by: soliberus
3 Replies

8. Solaris

E450 CPU temperature 80 degree F

Hi all, We are getting CPU warning temeratures sometimes and our server is shutdown at 80 degree F. We notice our server room temperature at 18 degree celcius . Our we have already cleaned dust from grills near CPU Fan . CPU fans are working (moving) . It is our experience that CPU... (5 Replies)
Discussion started by: Hitesh Shah
5 Replies

9. HP-UX

temperature records

I'm fairly new to hpux, so this is what i've been trying to figure out. Is it possible to get any logs on hpux that would indicate if the system, cpu, or other hardware components reached above normal or critical temperatures? Thanks, -K (0 Replies)
Discussion started by: uzerx
0 Replies
Login or Register to Ask a Question