<?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: SAN card configuration procedure on Gaia OS in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/SAN-card-configuration-procedure-on-Gaia-OS/m-p/70108#M5387</link>
    <description>&lt;P&gt;Thanks for the quick answer!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know if there are any special configuration needs to be done if I want to use "SAN Multipath" functionality?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2019 13:34:27 GMT</pubDate>
    <dc:creator>Bechor</dc:creator>
    <dc:date>2019-12-11T13:34:27Z</dc:date>
    <item>
      <title>SAN card configuration procedure on Gaia OS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/SAN-card-configuration-procedure-on-Gaia-OS/m-p/70097#M5385</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Following &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk134476" target="_blank" rel="noopener"&gt;sk134476&lt;/A&gt;, I’m trying to allocate a certified procedure for properly configuring the SAN card on Gaia OS…&lt;/P&gt;
&lt;P&gt;After installing the supported SAN card on the Open Server – what procedure needs to be executed on Gaia so it will recognize the external storage as the GW’s partition?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Background story:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;One of my customers wants to connect his Log Server (R80.30) to an external storage (Infinidat) using a dedicated SAN card installed (LPe 11002) on his Open Server.&lt;/P&gt;
&lt;P&gt;So I’m looking for the relevant procedure that he should follow…&lt;/P&gt;
&lt;P&gt;Does anyone has any practical experience with that?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 11:59:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/SAN-card-configuration-procedure-on-Gaia-OS/m-p/70097#M5385</guid>
      <dc:creator>Bechor</dc:creator>
      <dc:date>2019-12-11T11:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAN card configuration procedure on Gaia OS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/SAN-card-configuration-procedure-on-Gaia-OS/m-p/70106#M5386</link>
      <description>&lt;P&gt;Same as adding any Secondary Disk to a Gaia Machine.&lt;/P&gt;&lt;P&gt;Expert Mode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat /proc/partitions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to determine the name of the raw partition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;parted /dev/cciss/c0d1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- replace the&amp;nbsp;cciss/c0d1 with the relevant device name for the partition as shown in the previous output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to start the parted tool that used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mklabel gpt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;creates the gpt label&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unit TB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sets the system to be working with Terabytes as the Unit Size&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mkpart primary 0.00TB 3.60TB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - replace the 3.60TB with the actual size of the partition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;quit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to return back to Gaia Expert prompt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mkfs -t ext3 /dev/cciss/c0d1p1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- formats the new parition created, replace the ext3 with the format wanted and the&amp;nbsp;cciss/c0d1p1 with the&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; &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; device name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mkdir /cplos&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - creates the mount point for the new partition&amp;nbsp; &amp;nbsp; replace cplogs with the directory name want to use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mount -t ext3 /dev/cciss/c0dp1 /cplog&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - mounts the filesystem&amp;nbsp; replace ext3 with the format wanted and the&amp;nbsp;cciss/c0d1p1 with the&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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; device name and the /cplog with the mount point created&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add the following line to /etc/fstab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/dev/cciss/c0d1p1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/cplogs&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;ext3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;defaults&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;obviously need to replace the parts with your actual settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reboot the box and confirm that can access your mount point directory afterwards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do a df -kh and confirm see your mount point etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that follow the standard procedure to redirect the logs to the new area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was taken from what we did for a HP DL380 Server with built in RAID Card but the principal will be the same just need to identify how Gaia identifies the SAN Card&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 13:19:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/SAN-card-configuration-procedure-on-Gaia-OS/m-p/70106#M5386</guid>
      <dc:creator>mdjmcnally</dc:creator>
      <dc:date>2019-12-11T13:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAN card configuration procedure on Gaia OS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/SAN-card-configuration-procedure-on-Gaia-OS/m-p/70108#M5387</link>
      <description>&lt;P&gt;Thanks for the quick answer!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know if there are any special configuration needs to be done if I want to use "SAN Multipath" functionality?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 13:34:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/SAN-card-configuration-procedure-on-Gaia-OS/m-p/70108#M5387</guid>
      <dc:creator>Bechor</dc:creator>
      <dc:date>2019-12-11T13:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAN card configuration procedure on Gaia OS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/SAN-card-configuration-procedure-on-Gaia-OS/m-p/70110#M5388</link>
      <description>&lt;P&gt;Effectively that would be handled by the SAN Card.&amp;nbsp; So don't see why there would be anything involved there from a Gaia perspective.&lt;/P&gt;&lt;P&gt;Gaia just see's the disk/partition etc presented to it as a Disk.&amp;nbsp; &amp;nbsp; If the SAN Card has multiple paths after that then should be transparent to the Gaia OS.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 13:45:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/SAN-card-configuration-procedure-on-Gaia-OS/m-p/70110#M5388</guid>
      <dc:creator>mdjmcnally</dc:creator>
      <dc:date>2019-12-11T13:45:48Z</dc:date>
    </item>
  </channel>
</rss>

