Re: SunFire v240 hardware question
Chris Ross <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On 12/02/2012 08:33 PM, Greg Earle wrote:
> We have a couple of V240s afflicted with this ailment.
>
> [...]
>
> To make sure they're not going nuclear, we have "cron" jobs (on Solaris 10)
> that do
>
> /usr/sbin/prtpicl -v -c temperature-sensor | /usr/bin/egrep 'mb|Temperature'
>
> to monitor the temperature sensors.
Is there any support in NetBSD (or FreeBSD?) for reading this sort of
processor temperature sensor data? It would be nice to see how close to
nuclear I am. :-)
- Chris
> On the one with 2 failed fans they read
>
> :1:7 [/] # psrinfo -v
> Status of virtual processor 0 as of: 12/02/2012 17:22:03
> on-line since 03/31/2012 03:31:57.
> The sparcv9 processor operates at 1002 MHz,
> and has a sparcv9 floating point processor.
> Status of virtual processor 1 as of: 12/02/2012 17:22:03
> on-line since 03/31/2012 03:31:58.
> The sparcv9 processor operates at 1002 MHz,
> and has a sparcv9 floating point processor.
>
> mb_p0_t_core (temperature-sensor, ad00000ad1)
> :Temperature 51
> :name mb_p0_t_core
> mb_p1_t_core (temperature-sensor, ad00000ad9)
> :Temperature 51
> :name mb_p1_t_core
> mb_t_enc (temperature-sensor, ad00000ae1)
> :Temperature 22
> :name mb_t_enc
>
> [...]