<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Different Temperature Sensors in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/different-temperature-sensors/m-p/589361#M117461</link>
    <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/310694"&gt;@Waly&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know which is which exactly but you can check this with the command "&lt;EM&gt;&lt;STRONG&gt;show system environmentals&lt;/STRONG&gt;&lt;/EM&gt;"&lt;/P&gt;
&lt;P&gt;This will give you Thermal information and much more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example on a PA-5050:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;----Thermal----&lt;BR /&gt;Slot Description Alarm Degrees C Min C Max C&lt;BR /&gt;S1 Temperature @ 10G Phys [U171] False 36.50 5.00 60.00&lt;BR /&gt;S1 Temperature @ Jaguar [U172] False 51.00 5.00 60.00&lt;BR /&gt;S1 Temperature @ Tiger [U173] False 46.00 5.00 60.00&lt;BR /&gt;S1 Temperature @ Dune [U174] False 37.00 5.00 60.00&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The CLI command '&lt;SPAN&gt;&lt;SPAN class="richTextArea slds-text-longform tile__title red-txt"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;gt; show system state filter env.* | match thermal&lt;/STRONG&gt;&lt;/EM&gt;' will return similar information:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;gt; 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, ], }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the above example 10G Phys (=SFP+ chip), Jaguar (=signature id chip), Tiger (network chip), Dune (=switch fabric).&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please do the same on your device to identify the chips corresponding to the U-numbers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;-Kim.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 09:08:54 GMT</pubDate>
    <dc:creator>kiwi</dc:creator>
    <dc:date>2024-06-12T09:08:54Z</dc:date>
    <item>
      <title>Different Temperature Sensors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/different-temperature-sensors/m-p/589137#M117434</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I need to know what is the difference between those three sensors please,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;S1&amp;nbsp;&amp;nbsp;&amp;nbsp; CPU Die temperature sensor&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;S1&amp;nbsp;&amp;nbsp;&amp;nbsp; U9 temperature sensor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;S1&amp;nbsp;&amp;nbsp;&amp;nbsp; U66 temperature sensor&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 06:37:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/different-temperature-sensors/m-p/589137#M117434</guid>
      <dc:creator>Waly</dc:creator>
      <dc:date>2024-06-10T06:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Different Temperature Sensors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/different-temperature-sensors/m-p/589361#M117461</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/310694"&gt;@Waly&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know which is which exactly but you can check this with the command "&lt;EM&gt;&lt;STRONG&gt;show system environmentals&lt;/STRONG&gt;&lt;/EM&gt;"&lt;/P&gt;
&lt;P&gt;This will give you Thermal information and much more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example on a PA-5050:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;----Thermal----&lt;BR /&gt;Slot Description Alarm Degrees C Min C Max C&lt;BR /&gt;S1 Temperature @ 10G Phys [U171] False 36.50 5.00 60.00&lt;BR /&gt;S1 Temperature @ Jaguar [U172] False 51.00 5.00 60.00&lt;BR /&gt;S1 Temperature @ Tiger [U173] False 46.00 5.00 60.00&lt;BR /&gt;S1 Temperature @ Dune [U174] False 37.00 5.00 60.00&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The CLI command '&lt;SPAN&gt;&lt;SPAN class="richTextArea slds-text-longform tile__title red-txt"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;gt; show system state filter env.* | match thermal&lt;/STRONG&gt;&lt;/EM&gt;' will return similar information:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;gt; 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, ], }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the above example 10G Phys (=SFP+ chip), Jaguar (=signature id chip), Tiger (network chip), Dune (=switch fabric).&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please do the same on your device to identify the chips corresponding to the U-numbers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;-Kim.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 09:08:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/different-temperature-sensors/m-p/589361#M117461</guid>
      <dc:creator>kiwi</dc:creator>
      <dc:date>2024-06-12T09:08:54Z</dc:date>
    </item>
  </channel>
</rss>

