<?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: FMC Health Alert not clearable (Interface Status (Modified)) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4583731#M1088850</link>
    <description>&lt;P&gt;Running a newly installed 7.0.1 here and I'm getting this as well.&lt;/P&gt;&lt;P&gt;Running&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;OmniQuery.pl -db mdb -e "select status,category,hex(uuid),body from notification where status=11;" &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Doesn't return any results though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;admin@DJ-FW01:~$ sudo OmniQuery.pl -db mdb -e "select status,category,hex(uuid),body from notification where status=11;"&lt;BR /&gt;Password:&lt;BR /&gt;+--------+----------+-----------+------+&lt;BR /&gt;| status | category | hex(uuid) | body |&lt;BR /&gt;+--------+----------+-----------+------+&lt;/P&gt;&lt;P&gt;0 rows in set (0.000796 seconds)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: my bad, I was in FTD, not&amp;nbsp; FMC.&lt;/P&gt;&lt;P&gt;This worked!&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2022 11:29:16 GMT</pubDate>
    <dc:creator>Martin Ostberg</dc:creator>
    <dc:date>2022-04-01T11:29:16Z</dc:date>
    <item>
      <title>FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4528153#M1086250</link>
      <description>&lt;P&gt;We just upgrade to FMC v7.0.1 and afterwards we seeing an issue with a Health Alert that we cannot clear. The following is showing for one of our FTDs. At the interfaces shown are disabled interfaces on the FTD that are not in use which they should be since we don't use them. We cannot figure out how to clear this alert. If you click the alert, it takes us to the Health Monitoring page where both the FMC and FTD are showing Green without and alerts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot441.png" style="width: 757px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/140778iF9516D7D0DF4B343/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot441.png" alt="screenshot441.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Prior to raising a TAC case I figured I check here.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 21:55:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4528153#M1086250</guid>
      <dc:creator>Legusol</dc:creator>
      <dc:date>2022-01-07T21:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4528234#M1086257</link>
      <description>&lt;P&gt;Here is the fix to delete the messages. The following commands need to be run as root from the FMC cli (expert mode):&lt;/P&gt;
&lt;PRE&gt;OmniQuery.pl -db mdb -e "select status,category,hex(uuid),body from notification where status=11;"
OmniQuery.pl -db mdb -e 'delete from notification where uuid=unhex("&amp;lt;insert the uuid that the first command returns here&amp;gt;");'
OmniQuery.pl -db mdb -e "select status,category,hex(uuid),body from notification where status=11;"&lt;/PRE&gt;
&lt;P&gt;repeat line 2 as necessary if there is more than one entry to be removed. The output after line 2 should be "Command returned no results." That is normal. Line 3 (same as line 1) should return "0 rows in set" if you removed the messages successfully.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The following bugID applies: &lt;A href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwa14518" target="_blank"&gt;https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwa14518&lt;/A&gt; &lt;BR /&gt;(internal only as of this writing since it is still under investigation with only a work around in place and not a proper fix)&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jan 2022 07:51:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4528234#M1086257</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2022-01-08T07:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4528971#M1086310</link>
      <description>&lt;P&gt;Thank you! That worked perfectly!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 17:01:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4528971#M1086310</guid>
      <dc:creator>Legusol</dc:creator>
      <dc:date>2022-01-10T17:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4577042#M1088567</link>
      <description>&lt;P&gt;Worked with FMCv v6.7.0.3 as well! Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 13:57:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4577042#M1088567</guid>
      <dc:creator>ste.ant</dc:creator>
      <dc:date>2022-03-23T13:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4583731#M1088850</link>
      <description>&lt;P&gt;Running a newly installed 7.0.1 here and I'm getting this as well.&lt;/P&gt;&lt;P&gt;Running&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;OmniQuery.pl -db mdb -e "select status,category,hex(uuid),body from notification where status=11;" &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Doesn't return any results though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;admin@DJ-FW01:~$ sudo OmniQuery.pl -db mdb -e "select status,category,hex(uuid),body from notification where status=11;"&lt;BR /&gt;Password:&lt;BR /&gt;+--------+----------+-----------+------+&lt;BR /&gt;| status | category | hex(uuid) | body |&lt;BR /&gt;+--------+----------+-----------+------+&lt;/P&gt;&lt;P&gt;0 rows in set (0.000796 seconds)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: my bad, I was in FTD, not&amp;nbsp; FMC.&lt;/P&gt;&lt;P&gt;This worked!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 11:29:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4583731#M1088850</guid>
      <dc:creator>Martin Ostberg</dc:creator>
      <dc:date>2022-04-01T11:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4586767#M1088968</link>
      <description>&lt;P&gt;Just worked for me. I had to remember to do a sudo SU first, which gives you root user access. Then run the commands.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 20:11:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4586767#M1088968</guid>
      <dc:creator>tjmann</dc:creator>
      <dc:date>2022-04-05T20:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4633185#M1090987</link>
      <description>&lt;P&gt;Hi Marvin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running image 7.0.2-88 on my 4600 FMC, and tried running the commands you listed above. For some reason, they just won't clear. I ran all lines several times, but still display in notification window. It never returns a "0 rows" after running the 3rd line. Any other suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 13:28:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4633185#M1090987</guid>
      <dc:creator>mdelvecc</dc:creator>
      <dc:date>2022-06-16T13:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4633189#M1090989</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1367751"&gt;@mdelvecc&lt;/a&gt; is your FMC in HA by chance? If so be sure to run the commands on the active FMC.&lt;/P&gt;
&lt;P&gt;If it's stand alone, then you may have some other root cause and would need to open a TAC case for resolution.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 13:33:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4633189#M1090989</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2022-06-16T13:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4633200#M1090990</link>
      <description>&lt;P&gt;Yes, I am running H/A pair, but ran it on the active. I see the table populated with the warnings, after I run the commands. I ran the same commands on the standby FMC and it returned "0 rows", which I would expect.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 13:53:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4633200#M1090990</guid>
      <dc:creator>mdelvecc</dc:creator>
      <dc:date>2022-06-16T13:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4714707#M1094701</link>
      <description>&lt;P&gt;The solution worked, but we are running FMC 7.1.0.1 (build 28) and in the &lt;A href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwa14518" target="_blank" rel="noopener"&gt;bug tool&lt;/A&gt; it says:&lt;/P&gt;
&lt;DIV class="row text-weight-400 margin-bottom-6px flex flex-middle qtr-margin-bottom"&gt;
&lt;DIV class="col-9"&gt;Known Fixed Releases (&lt;SPAN&gt;2 of&amp;nbsp;&lt;/SPAN&gt;2)&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="col-12 header-content break-word custom-text-color-light"&gt;
&lt;DIV class="panel-section panel-fixed"&gt;
&lt;DIV&gt;
&lt;DIV class="node-wrapper custom-text-color-light"&gt;
&lt;DIV class="node-content-wrapper"&gt;&lt;SPAN class="qtr-padding"&gt;7.1.0&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="node-wrapper custom-text-color-light highlight"&gt;
&lt;DIV class="node-content-wrapper"&gt;&lt;SPAN class="qtr-padding"&gt;7.0.1&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;Which seems to be not true.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 07:33:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4714707#M1094701</guid>
      <dc:creator>Priit Kosmopoliit</dc:creator>
      <dc:date>2022-11-02T07:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4834544#M1100393</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I also encountered this bug, what I want to know is:&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;1: Is the interface displayed by the health alarm unavailable?&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;(modified [eht1/13 , eth1/14 , eth1/15 , eth1/16] , even if the indicator lights are normal after I connect eth1/16, but there is no data interaction)&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;2: The following commands need to be run as root from the FMC cli (expert mode): How to enter root mode&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;3: After clearing the error message, whether the interface can be used normally.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thank you very much! &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 19:31:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4834544#M1100393</guid>
      <dc:creator>longlong_liu</dc:creator>
      <dc:date>2023-05-12T19:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4835330#M1100405</link>
      <description>&lt;P&gt;1. I was told by TAC that the bug has to do with the newer software parsing the MTU setting in the interface configuration where it did not do so before.&lt;/P&gt;
&lt;P&gt;2. From clish (&amp;gt; prompt) type "expert" (without quotes). that will switch to the Linux shell as user admin. Then type "sudo su -" (also without quotes) to change to root user. The Linux prompt will change to #, indicating you are root user.&lt;/P&gt;
&lt;P&gt;3. Yes.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 07:37:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4835330#M1100405</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2023-05-15T07:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4845562#M1101042</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326046"&gt;@Marvin Rhoads&lt;/a&gt;&amp;nbsp;thanks for sharing a solution for this, I running those commands and I'm still seeing those warning, could you please have a look?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@fmc:/Volume/home/admin# OmniQuery.pl -db mdb -e "select status,category,hex(uuid),body from notification where status=11;"&lt;BR /&gt;************ Applying dynamic update files ************&lt;BR /&gt;Dynamic update files directory: /usr/local/sf/etc/dynamic_db_updates&lt;BR /&gt;Applying file remove_ref_check_rna_ip_os_map.yaml.&lt;BR /&gt;Status: Success.&lt;BR /&gt;************ Applying dynamic update files finished ************&lt;BR /&gt;+--------+------------------------------------------------------+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+&lt;BR /&gt;| status | category | hex(uuid) | body |&lt;BR /&gt;+--------+------------------------------------------------------+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+&lt;BR /&gt;| 11 | health:category.qwerjyue-andv-7654-2345-g4678494gi94 | FF93C555564B3A4CA13B5C80A63DB8A2 | {"property":"task:category.99","literal":"Modified: [Ethernet1/5, Ethernet1/6, Ethernet1/7, Ethernet1/8]","arguments":{}} |&lt;BR /&gt;| 11 | health:category.qwerjyue-andv-7654-2345-g4678494gi94 | 5CDC6A8CB2D43D559E38A39B6A1D434F | {"arguments":{},"literal":"Modified: [Ethernet1/3, Ethernet1/4, Ethernet1/5, Ethernet1/6, Ethernet1/7, Ethernet1/8]","property":"task:category.99"} |&lt;BR /&gt;| 11 | health:category.qwerjyue-andv-7654-2345-g4678494gi94 | A5F93E573B113B2FA571DB9E52AACC7D | {"arguments":{},"literal":"Modified: [Ethernet1/3, Ethernet1/4, Ethernet1/5, Ethernet1/6, Ethernet1/7, Ethernet1/8]","property":"task:category.99"} |&lt;BR /&gt;+--------+------------------------------------------------------+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+&lt;BR /&gt;3 rows in set (0.000615 seconds)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@fmc:/Volume/home/admin# OmniQuery.pl -db mdb -e 'delete from notification where uuid=unhex("&amp;lt;insert the uuid that the first command returns here&amp;gt;");'&lt;BR /&gt;************ Applying dynamic update files ************&lt;BR /&gt;Dynamic update files directory: /usr/local/sf/etc/dynamic_db_updates&lt;BR /&gt;Applying file remove_ref_check_rna_ip_os_map.yaml.&lt;BR /&gt;Status: Success.&lt;BR /&gt;************ Applying dynamic update files finished ************&lt;BR /&gt;Command returned no results.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;root@fmc:/Volume/home/admin# OmniQuery.pl -db mdb -e 'delete from notification where uuid=unhex("&amp;lt;insert the uuid that the first command returns here&amp;gt;");'&lt;BR /&gt;************ Applying dynamic update files ************&lt;BR /&gt;Dynamic update files directory: /usr/local/sf/etc/dynamic_db_updates&lt;BR /&gt;Applying file remove_ref_check_rna_ip_os_map.yaml.&lt;BR /&gt;Status: Success.&lt;BR /&gt;************ Applying dynamic update files finished ************&lt;BR /&gt;Command returned no results.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;root@fmc:/Volume/home/admin# OmniQuery.pl -db mdb -e "select status,category,hex(uuid),body from notification where status=11;"&lt;BR /&gt;************ Applying dynamic update files ************&lt;BR /&gt;Dynamic update files directory: /usr/local/sf/etc/dynamic_db_updates&lt;BR /&gt;Applying file remove_ref_check_rna_ip_os_map.yaml.&lt;BR /&gt;Status: Success.&lt;BR /&gt;************ Applying dynamic update files finished ************&lt;BR /&gt;+--------+------------------------------------------------------+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+&lt;BR /&gt;| status | category | hex(uuid) | body |&lt;BR /&gt;+--------+------------------------------------------------------+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+&lt;BR /&gt;| 11 | health:category.qwerjyue-andv-7654-2345-g4678494gi94 | FF93C555564B3A4CA13B5C80A63DB8A2 | {"property":"task:category.99","literal":"Modified: [Ethernet1/5, Ethernet1/6, Ethernet1/7, Ethernet1/8]","arguments":{}} |&lt;BR /&gt;| 11 | health:category.qwerjyue-andv-7654-2345-g4678494gi94 | 5CDC6A8CB2D43D559E38A39B6A1D434F | {"arguments":{},"literal":"Modified: [Ethernet1/3, Ethernet1/4, Ethernet1/5, Ethernet1/6, Ethernet1/7, Ethernet1/8]","property":"task:category.99"} |&lt;BR /&gt;| 11 | health:category.qwerjyue-andv-7654-2345-g4678494gi94 | A5F93E573B113B2FA571DB9E52AACC7D | {"arguments":{},"literal":"Modified: [Ethernet1/3, Ethernet1/4, Ethernet1/5, Ethernet1/6, Ethernet1/7, Ethernet1/8]","property":"task:category.99"} |&lt;BR /&gt;+--------+------------------------------------------------------+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+&lt;BR /&gt;3 rows in set (0.00063 seconds)&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 16:42:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4845562#M1101042</guid>
      <dc:creator>sammer.wehaib</dc:creator>
      <dc:date>2023-05-30T16:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4845569#M1101043</link>
      <description>&lt;P&gt;When you run:&lt;/P&gt;
&lt;P&gt;OmniQuery.pl -db mdb -e 'delete from notification where uuid=unhex("&amp;lt;insert the uuid that the first command returns here&amp;gt;");'&lt;/P&gt;
&lt;P&gt;...you must substitute your specific UUID(s) for the portion of that command within the quotes. For instance:&lt;/P&gt;
&lt;P&gt;OmniQuery.pl -db mdb -e 'delete from notification where uuid=unhex("FF93C555564B3A4CA13B5C80A63DB8A2");'&lt;/P&gt;
&lt;P&gt;...and so forth for each UUID that the query returned.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 16:52:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4845569#M1101043</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2023-05-30T16:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Health Alert not clearable (Interface Status (Modified))</title>
      <link>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4845572#M1101044</link>
      <description>&lt;P&gt;Thanks Marvin, worked like a charm, appreciate your always support and help.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 17:01:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-health-alert-not-clearable-interface-status-modified/m-p/4845572#M1101044</guid>
      <dc:creator>sammer.wehaib</dc:creator>
      <dc:date>2023-05-30T17:01:30Z</dc:date>
    </item>
  </channel>
</rss>

