Different Temperature Sensors

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Different Temperature Sensors

L1 Bithead

I need to know what is the difference between those three sensors please,
S1    CPU Die temperature sensor

S1    U9 temperature sensor
S1    U66 temperature sensor

 

After adding the temperature reading of PA device to PRTG the above indicators were shown and I need to know the indication of each one.

1 accepted solution

Accepted Solutions

Community Team Member

Hi @Waly ,

 

I don't know which is which exactly but you can check this with the command "show system environmentals"

This will give you Thermal information and much more.

 

Here's an example on a PA-5050:


----Thermal----
Slot Description Alarm Degrees C Min C Max C
S1 Temperature @ 10G Phys [U171] False 36.50 5.00 60.00
S1 Temperature @ Jaguar [U172] False 51.00 5.00 60.00
S1 Temperature @ Tiger [U173] False 46.00 5.00 60.00
S1 Temperature @ Dune [U174] False 37.00 5.00 60.00

 

The CLI command '> show system state filter env.* | match thermal' will return similar information:

 

 

> show system state filter env.* | match thermal

env.s1.thermal.0: { 'alarm': False, 'avg': 30.800, 'desc': Temperature @ 10G Phys [U171], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 30.500,

30.500, 31.000, 31.000, 31.000, ], }

env.s1.thermal.1: { 'alarm': False, 'avg': 41.500, 'desc': Temperature @ Jaguar [U172], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 41.500,

41.500, 41.500, 41.500, 41.500, ], }

env.s1.thermal.2: { 'alarm': False, 'avg': 36.000, 'desc': Temperature @ Tiger [U173], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 36.000,

36.000, 36.000, 36.000, 36.000, ], }

env.s1.thermal.3: { 'alarm': False, 'avg': 34.200, 'desc': Temperature @ Dune [U174], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 34.000,

34.000, 34.000, 34.500, 34.500, ], }

 

 

In the above example 10G Phys (=SFP+ chip), Jaguar (=signature id chip), Tiger (network chip), Dune (=switch fabric).


Please do the same on your device to identify the chips corresponding to the U-numbers.

 

Hope this helps,

-Kim.

LIVEcommunity team member, CISSP
Cheers,
Kiwi
Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.

View solution in original post

1 REPLY 1

Community Team Member

Hi @Waly ,

 

I don't know which is which exactly but you can check this with the command "show system environmentals"

This will give you Thermal information and much more.

 

Here's an example on a PA-5050:


----Thermal----
Slot Description Alarm Degrees C Min C Max C
S1 Temperature @ 10G Phys [U171] False 36.50 5.00 60.00
S1 Temperature @ Jaguar [U172] False 51.00 5.00 60.00
S1 Temperature @ Tiger [U173] False 46.00 5.00 60.00
S1 Temperature @ Dune [U174] False 37.00 5.00 60.00

 

The CLI command '> show system state filter env.* | match thermal' will return similar information:

 

 

> show system state filter env.* | match thermal

env.s1.thermal.0: { 'alarm': False, 'avg': 30.800, 'desc': Temperature @ 10G Phys [U171], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 30.500,

30.500, 31.000, 31.000, 31.000, ], }

env.s1.thermal.1: { 'alarm': False, 'avg': 41.500, 'desc': Temperature @ Jaguar [U172], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 41.500,

41.500, 41.500, 41.500, 41.500, ], }

env.s1.thermal.2: { 'alarm': False, 'avg': 36.000, 'desc': Temperature @ Tiger [U173], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 36.000,

36.000, 36.000, 36.000, 36.000, ], }

env.s1.thermal.3: { 'alarm': False, 'avg': 34.200, 'desc': Temperature @ Dune [U174], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 34.000,

34.000, 34.000, 34.500, 34.500, ], }

 

 

In the above example 10G Phys (=SFP+ chip), Jaguar (=signature id chip), Tiger (network chip), Dune (=switch fabric).


Please do the same on your device to identify the chips corresponding to the U-numbers.

 

Hope this helps,

-Kim.

LIVEcommunity team member, CISSP
Cheers,
Kiwi
Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.
  • 1 accepted solution
  • 432 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!