<?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: cprid_util error in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66350#M13591</link>
    <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;A reboot fixed the problem.&lt;/P&gt;&lt;P&gt;I checked SIC from both the CMA and from both gateways, and SIC was good.&lt;/P&gt;&lt;P&gt;A less intrusive way is to run the following which also fixed the problem.&amp;nbsp; Stop then start the CPRID process.&lt;/P&gt;&lt;P&gt;To Stop # $CPDIR/bin/cpridstop&lt;/P&gt;&lt;P&gt;To Start # $CPDIR/bin/cpridstart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I verified the above two commands fixed the problem on another gateway that was showing NULL BUF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2019 13:52:18 GMT</pubDate>
    <dc:creator>Luis_Dominguez1</dc:creator>
    <dc:date>2019-10-31T13:52:18Z</dc:date>
    <item>
      <title>cprid_util error</title>
      <link>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66255#M13560</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Greetings,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My envornment:&amp;nbsp; MDS R80.20 Take 103 10.255.19.21 is running R80.10 Take 154 in a cluster where the cprid_util command executes properly.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After running mdsenv X.X.X.X for the correct CMA, I'm trying to execute a cprid_util command, but I get the following output.&amp;nbsp; I can't find any references to "status=3" which I assume is the error code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[Expert@CheDC-MDS1:0]# cprid_util -server 10.255.19.21 -verbose -debug rexec -rcmd /bin/bash -c "df -h"&lt;BR /&gt;my_callback status=3 opq=0x3 run_stat=0 len = #0#&lt;BR /&gt;&amp;lt;&amp;lt;(NULL BUF)&amp;gt;&amp;gt;&lt;BR /&gt;info=&lt;BR /&gt;remote command status = 0&lt;BR /&gt;0&lt;BR /&gt;(NULL BUF)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Good output looks like this and note the status=0:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[Expert@CheDC-MDS1:0]# cprid_util -server 10.255.19.20 -verbose -debug rexec -rcmd /bin/bash -c "df -h"&lt;BR /&gt;my_callback status=0 opq=0x3 run_stat=0 len = #317#&lt;BR /&gt;&amp;lt;&amp;lt;Filesystem Size Used Avail Use% Mounted on&lt;BR /&gt;/dev/mapper/vg_splat-lv_current&lt;BR /&gt;32G 6.3G 24G 22% /&lt;BR /&gt;/dev/sda1 289M 104M 171M 38% /boot&lt;BR /&gt;tmpfs 3.8G 0 3.8G 0% /dev/shm&lt;BR /&gt;/dev/mapper/vg_splat-lv_log&lt;BR /&gt;59G 16G 40G 28% /var/log&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;info=(&lt;BR /&gt;:type (opsec_info)&lt;BR /&gt;:stderr_buflen (0)&lt;BR /&gt;:stderr_offset (0)&lt;BR /&gt;:stdout_buflen (317)&lt;BR /&gt;:stdout_offset (0)&lt;BR /&gt;:WIFSTOPPED (0)&lt;BR /&gt;:WSTOPSIG (0)&lt;BR /&gt;:WIFEXITED (1)&lt;BR /&gt;:WEXITSTATUS (0)&lt;BR /&gt;:WIFSIGNALED (0)&lt;BR /&gt;:WTERMSIG (0)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;remote command status = 0&lt;BR /&gt;0&lt;BR /&gt;Filesystem Size Used Avail Use% Mounted on&lt;BR /&gt;/dev/mapper/vg_splat-lv_current&lt;BR /&gt;32G 6.3G 24G 22% /&lt;BR /&gt;/dev/sda1 289M 104M 171M 38% /boot&lt;BR /&gt;tmpfs 3.8G 0 3.8G 0% /dev/shm&lt;BR /&gt;/dev/mapper/vg_splat-lv_log&lt;BR /&gt;59G 16G 40G 28% /var/log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does anyone know an sk that helps me figure out why the cprid_util fails?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks my fellow Check Mates!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Luis&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 14:06:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66255#M13560</guid>
      <dc:creator>Luis_Dominguez1</dc:creator>
      <dc:date>2019-10-30T14:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: cprid_util error</title>
      <link>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66257#M13562</link>
      <description>&lt;P&gt;The only available sk is&amp;nbsp;&lt;A class="cp_link sc_ellipsis" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk101047&amp;amp;partition=Expert&amp;amp;product=Security" target="_blank"&gt;sk101047: How to manage Security Gateway using the "&lt;STRONG&gt;cprid_util&lt;/STRONG&gt;" tool&lt;/A&gt;&amp;nbsp; - so i would involve TAC...&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 14:28:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66257#M13562</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2019-10-30T14:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: cprid_util error</title>
      <link>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66277#M13568</link>
      <description>&lt;P&gt;Thanks for the response G_W!&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 19:37:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66277#M13568</guid>
      <dc:creator>Luis_Dominguez1</dc:creator>
      <dc:date>2019-10-30T19:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: cprid_util error</title>
      <link>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66286#M13572</link>
      <description>Does the .20 IP happen to be the backup member of the cluster?&lt;BR /&gt;Is the .21 the active member? If so, there are numerous items here about backup gateways and NAT (hiding behind VIP), problem could be in this specific area... Check log and maybe tcpdump on the primary to see if traffic is  partially handled by the primary and dropped.</description>
      <pubDate>Wed, 30 Oct 2019 22:45:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66286#M13572</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2019-10-30T22:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: cprid_util error</title>
      <link>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66344#M13589</link>
      <description>&lt;P&gt;Hi Maarten,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.20 is active with .21 standby.&amp;nbsp; I checked fwha_forw_packet_to_not_active is set to 1 via $FWDIR/boot/modules/fwkern.conf on both firewalls.&amp;nbsp; It's not what you described, but I thought it was worth mentioning.&lt;/P&gt;&lt;P&gt;tcpdump -vv -nni bond1 host CMA_IP on both firewalls shows similar traffic flows.&amp;nbsp; The only difference is the number of packets which makes sense since .20 responds with data.&lt;/P&gt;&lt;P&gt;I have another cluster with both members responding correctly to the cprid_util command.&amp;nbsp; The other cluster is running R80.10 Take 154 too.&lt;/P&gt;&lt;P&gt;I'm going to open a ticket with CP tech support.&lt;/P&gt;&lt;P&gt;I'll let you know what I find.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 13:11:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66344#M13589</guid>
      <dc:creator>Luis_Dominguez1</dc:creator>
      <dc:date>2019-10-31T13:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: cprid_util error</title>
      <link>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66350#M13591</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;A reboot fixed the problem.&lt;/P&gt;&lt;P&gt;I checked SIC from both the CMA and from both gateways, and SIC was good.&lt;/P&gt;&lt;P&gt;A less intrusive way is to run the following which also fixed the problem.&amp;nbsp; Stop then start the CPRID process.&lt;/P&gt;&lt;P&gt;To Stop # $CPDIR/bin/cpridstop&lt;/P&gt;&lt;P&gt;To Start # $CPDIR/bin/cpridstart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I verified the above two commands fixed the problem on another gateway that was showing NULL BUF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 13:52:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/cprid-util-error/m-p/66350#M13591</guid>
      <dc:creator>Luis_Dominguez1</dc:creator>
      <dc:date>2019-10-31T13:52:18Z</dc:date>
    </item>
  </channel>
</rss>

