- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
01-29-2015 09:52 PM
Need help with understanding output for this.
show system state filter env.* | match thermal
env.s1.thermal.0: { 'alarm': False, 'avg': 55.000, 'desc': 6220 Core Temperature, 'hyst': 4.500, 'max': 95.000, 'min': 5.000, 'notified-avg': 55.000, 'samples': [ 55.000, 55.000, 55.000, ], 'shutdown': False, }
env.s1.thermal.1: { 'alarm': False, 'avg': 39.000, 'desc': System Temperature, 'hyst': 3.250, 'max': 70.000, 'min': 5.000, 'notified-avg': 41.333, 'samples': [ 39.000, 39.000, 39.000, ], 'shutdown': False, }
what does false mean
what is 6220 Core Temperature and system tempreature.
hyst
samples ?
shutdown false means if it will not shutdown false if temp reach max ?
thanks for help in advance.
01-29-2015 11:55 PM
Hello Mandar,
I hope, you took this CLI output from a PA-200 firewall. "false" mean, there are no alarm currently activated. If any incident/alarm is not active then the firewall will show as "false".
A PA-200 firewall is having one physical dual-core CPU, that represent through "6220 Core". For Example, if you apply the same command on a PA-3000 FW, you will be able to see CAVIUM, OCELOT, INTEL etc.
The average value will be calculated based on multiple sample(3 sample mostly) taken within a small time interval,
For your better understanding, ihave given an example of 2 CLI command 1. >show system state filter env.* | match thermal and >> show system environmentals
Hope this helps.
** Please mark my answer as correct/helpful if appropriate.**
Thanks
01-30-2015 07:55 AM
Hi Kulkarni,
False - I used for any kind of Alarm. In this case you can consider as "Alarm False" which means there is No Alarm. In case it turns True than "Alarm True", which means system has some issue.
"6220 Core" - is a dual core CPU
'samples': [ 55.000, 55.000, 55.000, ] - is a temperature samples, it should be always bellow 60, other wise "false" will be turn into "True", and its a temperature alarm.
I am not sure of "shutdown" word.
Regards,
Hardik shah
02-01-2015 10:36 PM
what does this represent shutdown': False, }
02-02-2015 08:40 AM
Hello Mandar,
"shutdown': False" represent that, there was no incident ( system shutdown) happened because of the thermal condition and the "Alarm=False".
Hope this will give you a better clarity.
Thanks
02-22-2016 01:11 AM
ok , what is difference between 6220 Core Temperature and System Temperature
I see pattern on one of our firewall were 6220 core tempreature is high 56 Degree but system temperature is normal 39 Degree
what does that say to us.
Thanks for help.
02-22-2016 03:21 AM
The core temperature is measured on the CPU, which is typically the source of heat whereas system temperature is measured elsewhere in the chassis. it is normal for the core temperature to be higher than the system temperature
05-03-2016 09:50 PM
how much is average temperature for 6220 Core Temperature we expect to see on firewall.
05-04-2016 12:50 AM
The average needs to be between the recommended operating temperatures (5 - 95) and will vary depending on your environment, room temperature (office desktop or AC serverroom) , amount of traffic (more traffic means more computational cycles means more heat) etc, so it is not possible to give a global average
07-25-2017 01:59 PM
I think I recall TAC telling me that each firewall platform has an upper temperature limit at which the firewall will shut itself down. Can anyone shed any more light on this?
03-01-2023 02:21 PM
But if it shutdown, it would be shutdown. Right? Maybe not for a chassis system where it's possible you could be connected to the MPC and it could tell you that one of the NPC or DPC cards shutdown due to overheating. But if the chassis itself or MPC overheats...
I am wondering if Shutdown:False instead refers to the system being set to shutdown upon a temperature threshold. Not sure if this is configuration.
In either case though... it's not clear at what temp the shutdown would happen. I assume that it's not the same as the alarm threshold.
03-02-2023 06:02 AM
+1 on needing to know the shutdown vs alarm threshold. Does the shutdown action need to be enabled, or is it just always there? At what temperature does the system shut itself down vs just fire an alarm?
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!