<?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: ONELINER - Show all Kernel Parameter in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121020#M22503</link>
    <description>&lt;P&gt;You&amp;nbsp;cannot&amp;nbsp;configure&amp;nbsp;SecureXL&amp;nbsp;kernel parameters on-the-fly with the "fw ctl set" command.&lt;/P&gt;
&lt;P&gt;You must configure them only permanently in the special configuration file -&amp;nbsp;$PPKDIR/conf/simkern.conf Schedule a maintenance window, because this procedure requires a reboot. For SecureXL&amp;nbsp;kernel parameters, see more here&amp;nbsp;&lt;A title="How to check the value of kernel parameter for SecureXL" href="https://supportcontent.checkpoint.com/solutions?id=sk43387" target="_blank" rel="noopener"&gt;sk43387&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Sat, 12 Jun 2021 08:32:28 GMT</pubDate>
    <dc:creator>HeikoAnkenbrand</dc:creator>
    <dc:date>2021-06-12T08:32:28Z</dc:date>
    <item>
      <title>ONELINER - Show all Kernel Parameter</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/120930#M22481</link>
      <description>&lt;P&gt;This oneliner shows you all kernel parameters of the firewall gateway with their values. &lt;BR /&gt;This can be useful in the debug case to see an overview of all kernel parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;modinfo -p $FWDIR/boot/modules/fw_kern*.o | sort -u | awk 'BEGIN {FS=":"} ; {print $1}' | xargs -n 1 fw ctl get int&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Here is an example of the output:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kernel_Parameter.PNG" style="width: 829px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/12118i83B0BC47B1BC687A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Kernel_Parameter.PNG" alt="Kernel_Parameter.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Version:&lt;BR /&gt;&lt;BR /&gt;01-28-2026&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; R82+R82.10 upgrade&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;05-04-2021&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; created&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 11:35:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/120930#M22481</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2026-01-29T11:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Show all Kernel Parameter</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/120966#M22491</link>
      <description>&lt;P&gt;Here is the equivalent command to list all the variables in the sim (SecureXL Implementation Module) driver:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;modinfo -p $PPKDIR/boot/modules/sim_kern*.o | sort -u | awk 'BEGIN {FS=":"} ; {print $1}' | xargs -i fw ctl get int {} -a 2&amp;gt; /dev/null | grep "PPAK 0:" | cut -d: -f2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;While this command and the one Heiko provided can be useful for obtaining insight to the various kernel settings that are available, be warned that the variable names may not mean what you think they mean, or cause unintended consequences (including even crashing or hanging the firewall) if you attempt to tamper with them.&amp;nbsp; Most of these variables are undocumented, and I'd especially not recommend messing with those outside a lab environment without consulting TAC first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 15:03:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/120966#M22491</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2021-06-11T15:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Show all Kernel Parameter</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121018#M22501</link>
      <description>&lt;P&gt;How can I change the kernel parameters permanently?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 08:16:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121018#M22501</guid>
      <dc:creator>Lars_Laschner</dc:creator>
      <dc:date>2021-06-12T08:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Show all Kernel Parameter</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121019#M22502</link>
      <description>&lt;P&gt;You can configure some of the&amp;nbsp;Firewall&amp;nbsp;kernel parameters only permanently in the special configuration file&amp;nbsp;$FWDIR/boot/modules/fwkern.conf.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 08:25:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121019#M22502</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2021-06-12T08:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Show all Kernel Parameter</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121020#M22503</link>
      <description>&lt;P&gt;You&amp;nbsp;cannot&amp;nbsp;configure&amp;nbsp;SecureXL&amp;nbsp;kernel parameters on-the-fly with the "fw ctl set" command.&lt;/P&gt;
&lt;P&gt;You must configure them only permanently in the special configuration file -&amp;nbsp;$PPKDIR/conf/simkern.conf Schedule a maintenance window, because this procedure requires a reboot. For SecureXL&amp;nbsp;kernel parameters, see more here&amp;nbsp;&lt;A title="How to check the value of kernel parameter for SecureXL" href="https://supportcontent.checkpoint.com/solutions?id=sk43387" target="_blank" rel="noopener"&gt;sk43387&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 08:32:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121020#M22503</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2021-06-12T08:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Show all Kernel Parameter</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121034#M22513</link>
      <description>&lt;P&gt;Would it be possible to print all kernel tables with respective values, tresholds and peaks?&lt;/P&gt;
&lt;P&gt;I can imagine it will help with some troubleshooting (if some table is full as an example).&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 20:48:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121034#M22513</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2021-06-12T20:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Show all Kernel Parameter</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121095#M22521</link>
      <description>&lt;P&gt;fw tab -u gives you all the kernel tables with what's in them.&lt;BR /&gt;fw tab -s will give you a summary of all the tables with # of entries and high water mark.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 04:39:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121095#M22521</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2021-06-14T04:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Show all Kernel Parameter</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121205#M22531</link>
      <description>&lt;P&gt;Nice info!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 21:08:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ONELINER-Show-all-Kernel-Parameter/m-p/121205#M22531</guid>
      <dc:creator>Power_Support</dc:creator>
      <dc:date>2021-06-14T21:08:58Z</dc:date>
    </item>
  </channel>
</rss>

