<?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: ASA 5525 update in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379805#M923918</link>
    <description>&lt;P&gt;Hi Pasha,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the screenshot. I assume there are 2 ASA with firepower module where 1 has been updated and other has not been.&lt;/P&gt;
&lt;P&gt;If you are trying to run the upgrade from the first ASA module (which is already upgraded) for secondary, it will fail. Both the modules would be treated as individual modules even if the ASA's are in HA.&lt;/P&gt;
&lt;P&gt;So the upgrade script or attempt needs to be run from secondary ASA module which is still on 6.1.0.6.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May be I am getting all of this wrong and there is something wrong on the device itself which is causing the upgrade to fail even if you are doing all correct. If my understanding above is incorrect, I would suggest to open TAC case so someone can remote in to system and verify why and where things are going wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;Yogesh&lt;/P&gt;</description>
    <pubDate>Tue, 08 May 2018 06:13:35 GMT</pubDate>
    <dc:creator>yogdhanu</dc:creator>
    <dc:date>2018-05-08T06:13:35Z</dc:date>
    <item>
      <title>ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379197#M923909</link>
      <description>&lt;P&gt;Hi guys. I need your help. We have 2 asa,&amp;nbsp;fmc, asdm. Tried to install last software updates (6.2.3), everything went good except one asa. FMC, first ASA updated successfully. But on second asa it doesnt pass readiness check.&lt;/P&gt;
&lt;P&gt;Currently it's version is 6.1.0.6&amp;nbsp;and 6.2.3 says we can update straightly from it. I checked console, no log folder created in /var/log/sf/updates/&lt;STRONG&gt;Cisco_Network_Sensor_Upgrade-6.2.3-83&lt;/STRONG&gt;, but were for others (e.g. Sourcefire_3D_Def...)&lt;/P&gt;
&lt;P&gt;Then i tried to run readiness-check manually to see some logs as there werent any in gui. So, running&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;perl /var/sf/bin/install_update.pl --readiness-check /var/sf/updates/Cisco_Network_Sensor_Upgrade-6.2.3-83&amp;nbsp;&lt;/STRONG&gt;show me this error:&amp;nbsp;&lt;STRONG&gt;Update is not a signed or content update at /var/sf/bin/install_update.pl line 509.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;line 509:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; if (defined($$update_info{is_sig_valid}))&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; # signed package. validated_filename is the extracted makeself file&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; $filepath = $$update_info{'validated_filename'};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; $is_bundle = 1;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; if ($$update_info{is_sig_valid} == 0)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; warn "Update has invalid signature";&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; exit_update(1, "cleanup");&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; }&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; }&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; else&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; # unsigned package. filename is the file argument passed to this script&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; $filepath = $$update_info{'filename'};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; $is_bundle = 0;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; # Allow unsigned updates only for GeoDB, VDB, SRU&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; if (($$update_info{'update_type'} !~ /GeoLocation.+Database/) &amp;amp;&amp;amp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; ($$update_info{'update_type'} !~ /Vulnerability.+Database/) &amp;amp;&amp;amp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; ($$update_info{'update_type'} !~ /Rule.+Update/))&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; warn "Update is not a signed or content update";&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; exit_update(1, "cleanup");&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; }&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; }&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As wee see is_sig_valid is not defined. From&amp;nbsp;SF::Util::Update module we can see, if I understand right, it is defined when checksum (md5sum,sha512sum) executed correctly. But there is no problem with checksums, i check it manually and it is competing with original md5 and sha512 hashes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, i thought about straight update incompability and because of that i checked&amp;nbsp;Cisco_Network_Sensor_Upgrade-6.2.0-362,&amp;nbsp;Cisco_Network_Sensor_Upgrade-6.2.2-81 and failed with same error. Please, help me to udnerstand and solve the problem&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:44:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379197#M923909</guid>
      <dc:creator>pasha-life</dc:creator>
      <dc:date>2020-02-21T15:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379205#M923910</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Hi&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Could you please confirm the downloaded file is for ASA5525? or may be download it again?&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: black;"&gt;Please also make sure the file you are downloading is Cisco_Network_Sensor_Upgrade-6.2.3-83.sh ?&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: black;"&gt;The .REL.tar file is only for upgrade from 6.2.2&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: black;"&gt;I would just suggest to download the file again from the site and then upload on FMC and try the readiness check again.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: black;"&gt;Hope it helps,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: black;"&gt;Yogesh&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 10:39:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379205#M923910</guid>
      <dc:creator>yogdhanu</dc:creator>
      <dc:date>2018-05-07T10:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379209#M923911</link>
      <description>Yes, I confirm. Exactly .sh file, NOT .rel.tar from &lt;A href="https://software.cisco.com/download/home/286271172/type/286277393/release/6.2.3" target="_blank"&gt;https://software.cisco.com/download/home/286271172/type/286277393/release/6.2.3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What's the point of redownloading it if hashes are equal?</description>
      <pubDate>Mon, 07 May 2018 10:44:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379209#M923911</guid>
      <dc:creator>pasha-life</dc:creator>
      <dc:date>2018-05-07T10:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379217#M923912</link>
      <description>Just in case, I did as you told and got same error..Can anyone, please, explain me, what's the problem?</description>
      <pubDate>Mon, 07 May 2018 11:09:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379217#M923912</guid>
      <dc:creator>pasha-life</dc:creator>
      <dc:date>2018-05-07T11:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379254#M923913</link>
      <description>&lt;P&gt;Ok, I am editing logic of install_update.pl, because it sees official update unsigned. So, check begins and here is some errors from output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[180507 12:03:12:366] FAILED 000_start/105_check_model_number.sh&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;**********************************************************&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[180507 12:03:12:014] Starting script: 000_start/105_check_model_number.sh&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Entering 000_start/105_check_model_number.sh...&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Fatal error: This update is not for model number 66. Exiting.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;**********************************************************&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[180507 12:03:13:109] Starting script: 000_start/107_version_check.sh&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Entering 000_start/107_version_check.sh...&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Checking version requirement...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; The product version is 6.2.3.1.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Fatal error: This patch is for IMS versions greater than or equal to 6.1.0 and less than 6.2.3.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[180507 12:04:28:076] # UPGRADE READINESS CHECK COMPLETE status : FAILED! #&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems it wants to install update on already updated asa. How should I run readiness check&amp;nbsp;to another one? Can't see option to point it to install_update.pl&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>Mon, 07 May 2018 12:20:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379254#M923913</guid>
      <dc:creator>pasha-life</dc:creator>
      <dc:date>2018-05-07T12:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379290#M923914</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems confusing.&lt;/P&gt;
&lt;P&gt;If the firepower module is already running 6.2.3.1, why do you need to install 6.2.3?&lt;/P&gt;
&lt;P&gt;If the script is identifying the version incorrectly, than it might be a bug and I would suggest to open TAC case.&lt;/P&gt;
&lt;P&gt;The error about the model also indicates that the file downloaded might not be right one.&lt;/P&gt;
&lt;P&gt;I am also assuming that this is about ASA with firepower module and not the ASA box running FTD code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;Yogesh&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 13:22:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379290#M923914</guid>
      <dc:creator>yogdhanu</dc:creator>
      <dc:date>2018-05-07T13:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379292#M923915</link>
      <description>&lt;P&gt;Dear Mr. Yoghdanu,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I told above, everything is correct. Dont bother about that. Yes, the script is identifying incorrectly, because it compares (BEGIN&amp;nbsp; 000_start/105_check_model_number.sh) version from /etc/sf/ims.conf, which is firepower module config file. Why it checks that file for version if I want to upgrade ASA itself, not FPM? How it supposed to know which asa is it updating? What is difference in launching readiness check from gui and on console? I tried to pass uid to install_update.pl, it didnt work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. Yes, this is ASA with FPM, not FTD.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 13:30:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379292#M923915</guid>
      <dc:creator>pasha-life</dc:creator>
      <dc:date>2018-05-07T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379320#M923916</link>
      <description>&lt;P&gt;Yes , you are right. The script would check /etc/sf/ims.conf as that's where the firepower module information is stored.&lt;/P&gt;
&lt;P&gt;ASA IOS code is different. Version 6.2.3 is for Firepower module only. Its not for ASA.&lt;/P&gt;
&lt;P&gt;ASA's still continue to run 9.x.x codes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that clarifies it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 14:07:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379320#M923916</guid>
      <dc:creator>yogdhanu</dc:creator>
      <dc:date>2018-05-07T14:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379782#M923917</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cisco.png" style="width: 614px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/11595iAAF2F03BF0B81CF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="cisco.png" alt="cisco.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'm not talking about IOS. See screen below. Can't update that second device to 6.2.3.1 as i've explained many times in posts above.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/54516"&gt;@yogdhanu&lt;/a&gt;&amp;nbsp;The script would check /etc/sf/ims.conf as that's where the firepower module information is stored.@&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, that's what i'm saying. It checks and sees 6.2.3 soft version in /etc/sf/ims.conf, but on my second device version is 6.1.0.6. That's why he doesn't go further as it thinks device is up-dated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 05:36:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379782#M923917</guid>
      <dc:creator>pasha-life</dc:creator>
      <dc:date>2018-05-08T05:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379805#M923918</link>
      <description>&lt;P&gt;Hi Pasha,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the screenshot. I assume there are 2 ASA with firepower module where 1 has been updated and other has not been.&lt;/P&gt;
&lt;P&gt;If you are trying to run the upgrade from the first ASA module (which is already upgraded) for secondary, it will fail. Both the modules would be treated as individual modules even if the ASA's are in HA.&lt;/P&gt;
&lt;P&gt;So the upgrade script or attempt needs to be run from secondary ASA module which is still on 6.1.0.6.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May be I am getting all of this wrong and there is something wrong on the device itself which is causing the upgrade to fail even if you are doing all correct. If my understanding above is incorrect, I would suggest to open TAC case so someone can remote in to system and verify why and where things are going wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;Yogesh&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 06:13:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379805#M923918</guid>
      <dc:creator>yogdhanu</dc:creator>
      <dc:date>2018-05-08T06:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379807#M923919</link>
      <description>&lt;P&gt;&lt;STRONG&gt;-So the upgrade script or attempt needs to be run from secondary ASA module which is still on 6.1.0.6.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, exactly! But how should I run it only on secondary ASA? I get exception error from GUI, that's why i was trying to do it manually from console.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 06:17:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3379807#M923919</guid>
      <dc:creator>pasha-life</dc:creator>
      <dc:date>2018-05-08T06:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3380159#M923920</link>
      <description>&lt;P&gt;Ok, I solved this problem. Another question. Now it shows this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Starting script: 200_pre/001_check_reg.pl&lt;BR /&gt;Entering 001_check_reg.pl&lt;BR /&gt;Device registration in progress. Cannot continue. at 200_pre/001_check_reg.pl line 15.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From script:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my $regdone = SF::PeerManager::Registration::isPeerNotFinishedRegistration();&lt;/P&gt;
&lt;P&gt;if ($regdone != 0) {&lt;BR /&gt; warn "Device registration in progress. Cannot continue.";&lt;BR /&gt; exit 1;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't understand, what does it mean?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 14:58:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3380159#M923920</guid>
      <dc:creator>pasha-life</dc:creator>
      <dc:date>2018-05-08T14:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525 update</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3380634#M923921</link>
      <description>&lt;P&gt;Hi Pasha,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it means the device on which upgrade is running isn't registered with the FMC.&lt;/P&gt;
&lt;P&gt;If you run "show managers" on the CLISH mode of the device, it should probably show manager details with status as pending.&lt;/P&gt;
&lt;P&gt;Please finish the manager (FMC) registration first and then this script would pass.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;yogesh&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 12:32:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-update/m-p/3380634#M923921</guid>
      <dc:creator>yogdhanu</dc:creator>
      <dc:date>2018-05-09T12:32:17Z</dc:date>
    </item>
  </channel>
</rss>

