1752777 Members
6383 Online
108789 Solutions
New Discussion юеВ

temperature

 
SOLVED
Go to solution
Duffs
Regular Advisor

temperature

Hi,

I have searched sam, stm and various env files and I have been as yet unsuccessful in finding the current temperature of a machine.

Can anyone tell me how to find out the temp of a Unix server.

Dermot.
10 REPLIES 10
Vikas Dokhe
Advisor

Re: temperature

Hi,

What is server model?

If you can login thr. GSP do following pro

GSP>ps
PS

Power Monitor Status:
Firmware Revision : 3
System Power state: On Power Switch : On
Temperature : Normal Selected fan state: Normal

Power supplies | Fan
# State Type | States
-----------------------------------------------------------
0 Normal Type 0 | Normal
1 Normal Type 0 |

above o/p u will find temp is normal

Regards,
Vikas
Duffs
Regular Advisor

Re: temperature

Hi,

There are rp7410's which use MP as opposed to GSP but there are also L-classes that use GSP. I have actually obtained this info also however I was really looking for something more specific than 'NORMAL', i.e. the actual temp in degrees?

Cheers,
Dermot
Robert-Jan Goossens_1
Honored Contributor

Re: temperature

Hi Dermot,

Check this doc.

Document description: RP7410 (Matterhorn) - overtemp ranges
Document id: 4000082396

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000075095165

Regards,
Robert-Jan
RAC_1
Honored Contributor

Re: temperature

V class servers have something as env command. That used to give exact temp. of the system. But on other systems PS is what you can come close to.

Anil
There is no substitute to HARDWORK
Keith Bryson
Honored Contributor

Re: temperature

Hiya Dermot

If you are interested in the temperature of the environment (which has a bearing on the machine temperature), as an alternative you could use STM to report the temperature of connected disk enclosures instead (assuming they're in the same rack). I've suceeded in this with DS2300s and SC10s.

Sorry if this doesn't help, I've been in the same situation as yourself and nothing appears to be available!!

All the best - Keith
Arse-cover at all costs
A. Clay Stephenson
Acclaimed Contributor

Re: temperature

By far the best (and most universal) way to do this is to use an instrument designed for this purpose. It's called a thermometer. You really should have a digital thermometer equipped with a data port and then this becomes trivially easy. I've used inexpensive models manufactured by ExTech; these come with mutiple thermocouples and a serial port so that measurements can be made at various locations in the DataCenter simultaneously. It's very easy then to write a monitor program to sample this data.
If it ain't broke, I can fix that.
TwoProc
Honored Contributor

Re: temperature

A Clay - got a web site or reference point(s) for both purchase and code? You caught my eye with the whole idea of multiple sensors in the room - instead of just one per room. I'd also like to be able to program more handling options myself than just use "whatever the system comes with". Thanks ...
We are the people our parents warned us about --Jimmy Buffett
Stefan Stechemesser
Honored Contributor
Solution

Re: temperature

Hi Dermot,

on a r[p|x][7|8]xx machines you can connect to the mp and try these commands from the MP:


MP> cm


Enter HE to get a list of available commands



MP:CM> de

Display summary status of the selected MP device.

B - BPS (Bulk Power Supplies)
U - CLU (Cabinet Utilities: Fans, Intrusion, Clock's etc.)
A - PACI (Partition Console Interface)
G - MP (Management Processor)
P - PM (Power Management)
H - Cell Board Controller (PDHC)
Select device: U

CPU Cabinet 0 Utilities Status
FW Revision : 4.020 built Apr 2 2004 at 11:12:21
Master Clock Freq : 130 MHZ
Fabric Freq : 500 MHZ
PWR HKP SP RUN REM ATT FLT
Front Panel LED State : * * * * . . .

Inlet Air Temperature : 24 deg C

Fan Rate (% of max) : Standby Main I/O
83 83 90

Fan Status : 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 2
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0
Stby/Main : N N N N N N N N N N N N N N N N N N N N N
IO : N N N N N N
(N:Normal Operation -:Unpowered f:Failure Imminent F:Failed)


The "Inlet Air temperature" is exactly what you are looking for.

best regards

Stefan
Duffs
Regular Advisor

Re: temperature

Stefan,

Thanks a million! This is exactly what I was looking for.

Cheers,
Dermot