<?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: Blink PnP in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/147903#M23767</link>
    <description>&lt;P&gt;Sorry for reviving an old thread, but I had the same issue in an earlier &lt;A href="https://community.checkpoint.com/t5/Security-Gateways/Blink-directly-from-USB/td-p/121231" target="_blank" rel="noopener"&gt;thread.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually got blink-install from USB to work and have used it to install r80.40 with take 120 on 34 different 5800 appliances.&lt;/P&gt;&lt;P&gt;The trick is to format the USB as FAT32. Blink will not mount anything else and therefore ground to a halt.&lt;/P&gt;&lt;P&gt;Hopefully R81.* blink supports exFAT or NTFS, I currently don't have any R81.* to check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do note that the blink image with the take after T120 is too large for FAT32. The same goes for R81.10 when I look at its size now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A side note, from my thread. I did create my script to produce batches of blink-images so that all I had to do was to move the USB-drive to a new appliance in the order I wanted/created. Configured clish in the most basic way, IP on mgmt-interface so I then could access to boxes remotely and finish configuring. It's pretty neat and opens to use several USB-sticks at the same time if you keep track of the order or even completely configure the gate &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Not sure why I haven't added it to my github to share, but will if it's interesting.&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 08:00:22 GMT</pubDate>
    <dc:creator>David_Brodin</dc:creator>
    <dc:date>2022-05-05T08:00:22Z</dc:date>
    <item>
      <title>Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/137718#M23755</link>
      <description>&lt;P&gt;Can anyone please give me a hint on why Blink PnP isn't working for me.&lt;/P&gt;&lt;P&gt;I have a brand new 6200 appliance. Pre-installed is R81 and FTW isn't run.&lt;BR /&gt;I've put "blink_image_1.1_Check_Point_R80.40_T294_JHF_T139_SecurityGateway.tgz" on a blank USB flash drive, formated as NTFS (also tried exFAT)&lt;/P&gt;&lt;P&gt;I've booted up the appliance, I've set an expert password. That's all.&lt;BR /&gt;I then insert the USB with the blink-image and all that happens is this line in /var/log/blink_PlugAndPlay.log&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;[ Wed Jan 5 10:33:47 EST 2022 ] Detecting new usb...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;So.. I've figured out that inserting a USB flash drive triggers the script /usr/bin/BlinkPlugAndPlay.sh. Unfortunately the script bails out as it tries to identify the USB flash drive so the USB flash drive never gets mounted.&lt;/P&gt;&lt;P&gt;It never gets past this part of the script:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;sleep 5&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;dmesg &amp;gt; $BLINK_USB_DETECTION&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;DRIVEIS=`tail $BLINK_USB_DETECTION -n 100 | grep "assuming" | tail -n 1 | cut -f1 -d":"`&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;if [[ "X$DRIVEIS" == "X" ]]; then&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; &amp;nbsp;exit 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;fi&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I understand the script looks for the string "assuming" in dmesg output. The problem is that there is no string "assuming" in dmesg output!&lt;/P&gt;&lt;P&gt;I've tried with like eight or nine different USB flash drives from five different vendors without luck.&lt;BR /&gt;With some USB flash drives there is a message about "Assuming drive cache: write through" but that doesn't match as the word "Assuming" is with a capital "A". However... I don't think it's supposed to match on that string because if it does, the next part of the script fails to correctly find the drive identifyer (like sdb).&lt;/P&gt;&lt;P&gt;This is the next part:&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;DRIVE_REAL=`tail $BLINK_USB_DETECTION -n 100 | grep "$DRIVEIS:" | tail -n 1 | cut -f2 -d":" | tr -d " "`&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;if [[ "X$DRIVE_REAL" == "X" ]]; then&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; &amp;nbsp;exit 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT size="2"&gt;f&lt;/FONT&gt;i&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 09:08:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/137718#M23755</guid>
      <dc:creator>Tobias_C</dc:creator>
      <dc:date>2022-01-05T09:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/137723#M23756</link>
      <description>&lt;P&gt;Blink install is usually performed in WebGUI CPUSE. Did you read&amp;nbsp;&lt;A class="cp_link sc_ellipsis" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk120193&amp;amp;partition=Basic&amp;amp;product=Quantum" target="_blank" rel="noopener"&gt;sk120193: &lt;STRONG&gt;Blink&lt;/STRONG&gt; - Gaia Fast Deployment&lt;/A&gt;&amp;nbsp;? The USB autoinstall you write of i never have heard about - this has worked for you already on other appliance models ?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 11:31:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/137723#M23756</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2022-01-05T11:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/137725#M23757</link>
      <description>&lt;P&gt;Well... an earlier co-worker used it a couple of years ago installing a bunch of 5100's.&lt;BR /&gt;I know the documentation around blink pnp is more or less non-existent but it is briefly mentioned in a&amp;nbsp;&lt;SPAN&gt;TechTalk about CDT and Blink.&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/Security-Gateways/TechTalk-CDT-and-Blink-Video-and-Slides/m-p/35182" target="_blank"&gt;https://community.checkpoint.com/t5/Security-Gateways/TechTalk-CDT-and-Blink-Video-and-Slides/m-p/35182&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There's also a couple of other post that touches the subject, for example&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/Security-Gateways/Blink-directly-from-USB/m-p/121231" target="_blank"&gt;https://community.checkpoint.com/t5/Security-Gateways/Blink-directly-from-USB/m-p/121231&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 12:02:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/137725#M23757</guid>
      <dc:creator>Tobias_C</dc:creator>
      <dc:date>2022-01-05T12:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/137750#M23758</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/11393"&gt;@Tobias_C&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Indeed when we first launched Blink, we have created a simple way of launching the blink installation directly from a USB stick (without the need to do any additional operation).&lt;/P&gt;
&lt;P&gt;Unfortunately starting R80.30 with the update of the kernel version, this capability stopped working.&lt;/P&gt;
&lt;P&gt;We are working on bringing it back with the next major release.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Gregory&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 15:11:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/137750#M23758</guid>
      <dc:creator>Gregory_Azratz</dc:creator>
      <dc:date>2022-01-05T15:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/137753#M23759</link>
      <description>&lt;P&gt;Ahh... that explains!&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 15:54:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/137753#M23759</guid>
      <dc:creator>Tobias_C</dc:creator>
      <dc:date>2022-01-05T15:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138518#M23760</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/26655"&gt;@Gregory_Azratz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you say the next major release, does this mean R81, R81.10 or something else???&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 13:54:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138518#M23760</guid>
      <dc:creator>sliramp</dc:creator>
      <dc:date>2022-01-15T13:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138530#M23761</link>
      <description>&lt;P&gt;The next release is R81.20.&lt;BR /&gt;He could be referring to a later release also.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 21:53:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138530#M23761</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2022-01-15T21:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138541#M23762</link>
      <description>&lt;P&gt;sorry for the confusion - we are working on bringing it back in R81.20&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jan 2022 12:45:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138541#M23762</guid>
      <dc:creator>Gregory_Azratz</dc:creator>
      <dc:date>2022-01-16T12:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138637#M23763</link>
      <description>&lt;P&gt;That's a bummer. I was really looking forward to using this method to install 50 gateways without going through the hassle of doing 50 first time wizards and 50 CPUSE upgrades. Is there another method that could help speed this process up ?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 13:36:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138637#M23763</guid>
      <dc:creator>sliramp</dc:creator>
      <dc:date>2022-01-17T13:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138660#M23764</link>
      <description>&lt;P&gt;&lt;A class="cp_link sc_ellipsis" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk65205&amp;amp;partition=Basic&amp;amp;product=Quantum" target="_blank"&gt;sk65205: How to install SecurePlatform / Gaia from a USB device on Check Point appliance and Open Servers using &lt;STRONG&gt;ISOmorphic&lt;/STRONG&gt; Tool&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 15:25:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138660#M23764</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2022-01-17T15:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138768#M23765</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/46281"&gt;@sliramp&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;agreed, but don't worry &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;SPAN style="font-family: inherit; background-color: #ffffff;"&gt;we have many other ways to achieve your goal of installing 50 machine without the hassle of 50 FTW and 50 CPUSE upgrades.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I suggest that we have session in order to understand your needs and limitations, and&amp;nbsp; provide possible solutions&lt;/P&gt;
&lt;P&gt;what do you think?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 16:49:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138768#M23765</guid>
      <dc:creator>Gregory_Azratz</dc:creator>
      <dc:date>2022-01-18T16:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138860#M23766</link>
      <description>&lt;P&gt;Did you have a look into&amp;nbsp;&lt;A class="cp_link sc_ellipsis" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk65205&amp;amp;partition=Basic&amp;amp;product=Quantum" target="_blank" rel="noopener noreferrer"&gt;sk65205: How to install SecurePlatform / Gaia from a USB device on Check Point appliance and Open Se...&lt;/A&gt;&amp;nbsp;yet?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 11:15:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/138860#M23766</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2022-01-19T11:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/147903#M23767</link>
      <description>&lt;P&gt;Sorry for reviving an old thread, but I had the same issue in an earlier &lt;A href="https://community.checkpoint.com/t5/Security-Gateways/Blink-directly-from-USB/td-p/121231" target="_blank" rel="noopener"&gt;thread.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually got blink-install from USB to work and have used it to install r80.40 with take 120 on 34 different 5800 appliances.&lt;/P&gt;&lt;P&gt;The trick is to format the USB as FAT32. Blink will not mount anything else and therefore ground to a halt.&lt;/P&gt;&lt;P&gt;Hopefully R81.* blink supports exFAT or NTFS, I currently don't have any R81.* to check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do note that the blink image with the take after T120 is too large for FAT32. The same goes for R81.10 when I look at its size now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A side note, from my thread. I did create my script to produce batches of blink-images so that all I had to do was to move the USB-drive to a new appliance in the order I wanted/created. Configured clish in the most basic way, IP on mgmt-interface so I then could access to boxes remotely and finish configuring. It's pretty neat and opens to use several USB-sticks at the same time if you keep track of the order or even completely configure the gate &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Not sure why I haven't added it to my github to share, but will if it's interesting.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 08:00:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/147903#M23767</guid>
      <dc:creator>David_Brodin</dc:creator>
      <dc:date>2022-05-05T08:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Blink PnP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/148647#M23768</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/17822"&gt;@David_Brodin&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;There were some issues with Blink PnP from R80.40 to R81.10.&lt;BR /&gt;From the following base version (R81.20) it should work.&lt;BR /&gt;For an Blink images smaller than 4GB, you need to format to &lt;SPAN&gt;FAT32&lt;/SPAN&gt;&lt;BR /&gt;For an Blink images larger than 4GB, you need to format to &lt;SPAN&gt;NTFS.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2022 14:48:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Blink-PnP/m-p/148647#M23768</guid>
      <dc:creator>Dov_Fraivert</dc:creator>
      <dc:date>2022-05-15T14:48:36Z</dc:date>
    </item>
  </channel>
</rss>

