<?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: SMS disk requirment in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/SMS-disk-requirment/m-p/225658#M37602</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/65882"&gt;@Moudar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The disk consumption of the logs depends on the daily log amount (size). After this info you can predict it will be enough on not.&lt;/P&gt;
&lt;P&gt;$FWDIR/log &amp;lt;- count the size of a day logs.&lt;/P&gt;
&lt;P&gt;Akos&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2024 14:56:17 GMT</pubDate>
    <dc:creator>AkosBakos</dc:creator>
    <dc:date>2024-09-04T14:56:17Z</dc:date>
    <item>
      <title>SMS disk requirment</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SMS-disk-requirment/m-p/225655#M37600</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If my SMS log settings looks like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sms-log-disk.JPG" style="width: 689px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/27498i5FE31D91E5E0BBA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="sms-log-disk.JPG" alt="sms-log-disk.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How big should the disk be in that case?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="disk-1.JPG" style="width: 567px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/27499i58527A23B159EFC8/image-size/large?v=v2&amp;amp;px=999" role="button" title="disk-1.JPG" alt="disk-1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As you can see, there is 246 GB of free disk space available. This should be sufficient for up to one week before the SMS server starts complaining about low disk space. So what should be done ?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 14:30:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SMS-disk-requirment/m-p/225655#M37600</guid>
      <dc:creator>Moudar</dc:creator>
      <dc:date>2024-09-04T14:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: SMS disk requirment</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SMS-disk-requirment/m-p/225658#M37602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/65882"&gt;@Moudar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The disk consumption of the logs depends on the daily log amount (size). After this info you can predict it will be enough on not.&lt;/P&gt;
&lt;P&gt;$FWDIR/log &amp;lt;- count the size of a day logs.&lt;/P&gt;
&lt;P&gt;Akos&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 14:56:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SMS-disk-requirment/m-p/225658#M37602</guid>
      <dc:creator>AkosBakos</dc:creator>
      <dc:date>2024-09-04T14:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: SMS disk requirment</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SMS-disk-requirment/m-p/225676#M37616</link>
      <description>&lt;H3&gt;Storage requirements&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;Using the sustained logs per second, estimate the expected log volume per day. Then, use the expected log volume per day to calculate the disk space needed for the customer's retention requirements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The average log size is&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;~150 bytes&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;in size. Use this information to perform the following calculation&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;STRONG&gt;(Sustained logs per second) x (Seconds per working day) x (Log entry size) ÷ 1024 ÷ 1024 ÷ 1024 = Log storage in GB per da&lt;/STRONG&gt;y&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;&lt;SPAN&gt;: We use the Logging Rate/sec value to calculate the sustained logs per second. We assume the server will receive this number of sustained logs per second for a certain number of hours during a workday. In this example, we estimate a 12-hour workday, but you may need to adjust this period based on your scenario.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Log files and log index are the same size (log indexing has a 1:1 ratio). The default retention period for indexing is 14 days. However, the retention period can be changed.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then calculate the disk size required for the customer's specified retention period.&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;STRONG&gt;Log storage in GB per day x Retention period = Storage required for log retention (GB)&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;H4&gt;&lt;BR /&gt;Example calculation:&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;2500 logs per second&lt;/LI&gt;
&lt;LI&gt;90-day retention period&lt;/LI&gt;
&lt;LI&gt;14 days for indexes to be kept&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;CODE&gt;2500 x 43200 x 150 ÷ 1024 ÷ 1024 ÷ 1024 = 16 GB&lt;BR /&gt;(~16 GB x 90 days) + (16 GB x 14) = 1664 GB required&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 17:06:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SMS-disk-requirment/m-p/225676#M37616</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2024-09-04T17:06:20Z</dc:date>
    </item>
  </channel>
</rss>

