<?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 FPolicy: Is there a way to configure retry backoff/interval for max-connection-retries for connection from SVM to Fpolicy server ? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/FPolicy-Is-there-a-way-to-configure-retry-backoff-interval-for-max-connection/m-p/468156#M45444</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are using an asynchronous FPolicy engine to collect file audit events from ONTAP.&lt;/SPAN&gt;&lt;BR /&gt;As shown in the logs below, when FPolicy server goes down, ontap exhausts all 20 of its configured reconnect attempts in just 39 seconds (from 09:41:48 to 09:42:27). Once these retries are exhausted, the engine transitions to a permanent disconnected state (TCP Connection to FPolicy server failed) and&amp;nbsp; does not auto-reconnect when the server comes back online even after a minute.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Event logs in the diagnostic mode -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;Time                Node                      Severity  Event
------------------- ------------------------- --------- ---------------------------
7/15/2026 09:42:27  FsxId04eda4994b6009ffe-01 ERROR     fpolicy.server.connectError: Node failed to establish a connection with the FPolicy server "x.y.z.z" of policy "cloud_poc_policy" for Vserver ntfs-fsx (reason: "TCP Connection to FPolicy server failed.").
7/15/2026 09:42:27  FsxId04eda4994b6009ffe-02 ERROR     fpolicy.server.connectError: Node failed to establish a connection with the FPolicy server "x.y.z.z" of policy "cloud_poc_policy" for Vserver ntfs-fsx (reason: "TCP Connection to FPolicy server failed.").
7/15/2026 09:41:48  FsxId04eda4994b6009ffe-01 ERROR     fpolicy.server.disconnect: Connection to the FPolicy server "x.y.z.z" of policy "cloud_poc_policy" is broken for Vserver ntfs-fsx ( reason: "Connection to FPolicy server is broken(EPIPE) received." ).
7/15/2026 09:41:48  FsxId04eda4994b6009ffe-02 ERROR     fpolicy.server.disconnect: Connection to the FPolicy server "x.y.z.z" of policy "cloud_poc_policy" is broken for Vserver ntfs-fsx ( reason: "Connection to FPolicy server is broken(EPIPE) received." ).&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Engine Config -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt; vserver fpolicy policy external-engine show -vserver ntfs-fsx -engine-name cloud_poc_engine -instance

                                        Vserver: ntfs-fsx
                                         Engine: cloud_poc_engine
                        Primary FPolicy Servers: x.y.z.z
                 Port Number of FPolicy Service: 32200
                      Secondary FPolicy Servers: -
                           External Engine Type: asynchronous
          SSL Option for External Communication: no-auth
                Timeout for Canceling a Request: 20s
                 Timeout for Aborting a Request: 40s
           Interval for Sending Status Requests: 30s
                          Max Reconnect Attempt: 20
Maximum Outstanding Requests for FPolicy Server: 500
Timeout for Disconnecting Non-responsive Server: 100s
       Interval for Sending Keep-Alive Messages: 2m
                     FQDN or Custom Common Name: -
                   Serial Number of Certificate: -
                          Certificate Authority: -
                            Receive Buffer Size: 262144
                               Send Buffer Size: 1048576
   Session ID Purge Timeout During Reconnection: 10s
                  Is Resiliency Feature Enabled: true
        Maximum Notification Retention Duration: 10m
             Directory for Notification Storage: /data/
                         External Engine Format: xml&lt;/LI-CODE&gt;&lt;P&gt;Policy config -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;                        Vserver: ntfs-fsx
                         Policy: cloud_poc_policy
              Events to Monitor: cloud_poc_event
                 FPolicy Engine: cloud_poc_engine
Is Mandatory Screening Required: false
        Allow Privileged Access: no
User Name for Privileged Access: -
    Is Passthrough Read Enabled: false
          Persistent Store Name: -&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Documentation&amp;nbsp;&lt;A href="https://docs.netapp.com/us-en/ontap/nas-audit/plan-fpolicy-external-engine-config-concept.html#what-the-advanced-external-engine-options-are" target="_blank" rel="noopener"&gt;https://docs.netapp.com/us-en/ontap/nas-audit/plan-fpolicy-external-engine-config-concept.html#what-the-advanced-external-engine-options-are&lt;/A&gt;&amp;nbsp; doesn't have any info on this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2026 17:35:33 GMT</pubDate>
    <dc:creator>Adarsh</dc:creator>
    <dc:date>2026-07-15T17:35:33Z</dc:date>
    <item>
      <title>FPolicy: Is there a way to configure retry backoff/interval for max-connection-retries for connection from SVM to Fpolicy server ?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/FPolicy-Is-there-a-way-to-configure-retry-backoff-interval-for-max-connection/m-p/468156#M45444</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are using an asynchronous FPolicy engine to collect file audit events from ONTAP.&lt;/SPAN&gt;&lt;BR /&gt;As shown in the logs below, when FPolicy server goes down, ontap exhausts all 20 of its configured reconnect attempts in just 39 seconds (from 09:41:48 to 09:42:27). Once these retries are exhausted, the engine transitions to a permanent disconnected state (TCP Connection to FPolicy server failed) and&amp;nbsp; does not auto-reconnect when the server comes back online even after a minute.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Event logs in the diagnostic mode -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;Time                Node                      Severity  Event
------------------- ------------------------- --------- ---------------------------
7/15/2026 09:42:27  FsxId04eda4994b6009ffe-01 ERROR     fpolicy.server.connectError: Node failed to establish a connection with the FPolicy server "x.y.z.z" of policy "cloud_poc_policy" for Vserver ntfs-fsx (reason: "TCP Connection to FPolicy server failed.").
7/15/2026 09:42:27  FsxId04eda4994b6009ffe-02 ERROR     fpolicy.server.connectError: Node failed to establish a connection with the FPolicy server "x.y.z.z" of policy "cloud_poc_policy" for Vserver ntfs-fsx (reason: "TCP Connection to FPolicy server failed.").
7/15/2026 09:41:48  FsxId04eda4994b6009ffe-01 ERROR     fpolicy.server.disconnect: Connection to the FPolicy server "x.y.z.z" of policy "cloud_poc_policy" is broken for Vserver ntfs-fsx ( reason: "Connection to FPolicy server is broken(EPIPE) received." ).
7/15/2026 09:41:48  FsxId04eda4994b6009ffe-02 ERROR     fpolicy.server.disconnect: Connection to the FPolicy server "x.y.z.z" of policy "cloud_poc_policy" is broken for Vserver ntfs-fsx ( reason: "Connection to FPolicy server is broken(EPIPE) received." ).&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Engine Config -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt; vserver fpolicy policy external-engine show -vserver ntfs-fsx -engine-name cloud_poc_engine -instance

                                        Vserver: ntfs-fsx
                                         Engine: cloud_poc_engine
                        Primary FPolicy Servers: x.y.z.z
                 Port Number of FPolicy Service: 32200
                      Secondary FPolicy Servers: -
                           External Engine Type: asynchronous
          SSL Option for External Communication: no-auth
                Timeout for Canceling a Request: 20s
                 Timeout for Aborting a Request: 40s
           Interval for Sending Status Requests: 30s
                          Max Reconnect Attempt: 20
Maximum Outstanding Requests for FPolicy Server: 500
Timeout for Disconnecting Non-responsive Server: 100s
       Interval for Sending Keep-Alive Messages: 2m
                     FQDN or Custom Common Name: -
                   Serial Number of Certificate: -
                          Certificate Authority: -
                            Receive Buffer Size: 262144
                               Send Buffer Size: 1048576
   Session ID Purge Timeout During Reconnection: 10s
                  Is Resiliency Feature Enabled: true
        Maximum Notification Retention Duration: 10m
             Directory for Notification Storage: /data/
                         External Engine Format: xml&lt;/LI-CODE&gt;&lt;P&gt;Policy config -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;                        Vserver: ntfs-fsx
                         Policy: cloud_poc_policy
              Events to Monitor: cloud_poc_event
                 FPolicy Engine: cloud_poc_engine
Is Mandatory Screening Required: false
        Allow Privileged Access: no
User Name for Privileged Access: -
    Is Passthrough Read Enabled: false
          Persistent Store Name: -&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Documentation&amp;nbsp;&lt;A href="https://docs.netapp.com/us-en/ontap/nas-audit/plan-fpolicy-external-engine-config-concept.html#what-the-advanced-external-engine-options-are" target="_blank" rel="noopener"&gt;https://docs.netapp.com/us-en/ontap/nas-audit/plan-fpolicy-external-engine-config-concept.html#what-the-advanced-external-engine-options-are&lt;/A&gt;&amp;nbsp; doesn't have any info on this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2026 17:35:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/FPolicy-Is-there-a-way-to-configure-retry-backoff-interval-for-max-connection/m-p/468156#M45444</guid>
      <dc:creator>Adarsh</dc:creator>
      <dc:date>2026-07-15T17:35:33Z</dc:date>
    </item>
  </channel>
</rss>

