<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to resolve not enough free space during upgrade in C9200 - Cisco R&amp;S				            </title>
            <link>https://www.hacktheforum.com/cisco-routing-switching/how-to-resolve-not-enough-free-space-during-upgrade-in-c9200/</link>
            <description>Hack The Forum Discussion Board</description>
            <language>en</language>
            <lastBuildDate>Mon, 11 May 2026 05:31:53 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to resolve not enough free space during upgrade in C9200</title>
                        <link>https://www.hacktheforum.com/cisco-routing-switching/how-to-resolve-not-enough-free-space-during-upgrade-in-c9200/#post-181</link>
                        <pubDate>Sat, 27 Apr 2024 07:20:46 +0000</pubDate>
                        <description><![CDATA[Copy the BIN file into each stack member.  
Change the boot variable string to point to the BIN file (instead of packages.conf). 
Boot the switch into Bundle Mode. 
If successfully boot i...]]></description>
                        <content:encoded><![CDATA[<ol>
<li>Copy the BIN file into each stack member.  </li>
<li>Change the boot variable string to point to the BIN file (instead of packages.conf). </li>
<li>Boot the switch into Bundle Mode. </li>
<li>If successfully boot into 17.3.4 (Bundle Mode), clean up the flash. </li>
<li>Invoke Install Mode. </li>
<li>Change the boot variable string to point to the packages.conf</li>
<li>Boot the stack again. </li>
<li>Clean up the flash.</li>
</ol>]]></content:encoded>
						                            <category domain="https://www.hacktheforum.com/cisco-routing-switching/">Cisco R&amp;S</category>                        <dc:creator>Ronny</dc:creator>
                        <guid isPermaLink="true">https://www.hacktheforum.com/cisco-routing-switching/how-to-resolve-not-enough-free-space-during-upgrade-in-c9200/#post-181</guid>
                    </item>
				                    <item>
                        <title>How to resolve not enough free space during upgrade in C9200</title>
                        <link>https://www.hacktheforum.com/cisco-routing-switching/how-to-resolve-not-enough-free-space-during-upgrade-in-c9200/#post-180</link>
                        <pubDate>Sat, 27 Apr 2024 07:09:02 +0000</pubDate>
                        <description><![CDATA[If you&#039;re encountering insufficient free space on your Cisco Catalyst 9200 switch to perform an OS upgrade, you&#039;ll need to free up space by removing unnecessary files from the flash filesyst...]]></description>
                        <content:encoded><![CDATA[<p>If you're encountering insufficient free space on your Cisco Catalyst 9200 switch to perform an OS upgrade, you'll need to free up space by removing unnecessary files from the flash filesystem. Here's a step-by-step guide to help you address this issue:</p>
<ul>
<li>
<p><strong>Identify Unnecessary Files</strong>: Use the commands mentioned earlier (<code>show flash:</code>, <code>dir flash:</code>, <code>show file flash:filename</code>) to identify files that can be safely removed. Focus on old software images, configuration backups, log files, and any other non-essential files taking up space.</p>
</li>
</ul>
<pre contenteditable="false"># show flash:

# dir flash:images

# show file flash:config-backup.cfg</pre>
<ul>
<li>
<p><strong>Delete Unnecessary Files</strong>: Once you've identified the files to remove, use the <code>delete</code> command to remove them from the flash filesystem. For example:</p>
<div class="dark bg-gray-950 rounded-md border- border-token-border-medium">
<div class="p-4 overflow-y-auto">
<pre contenteditable="false">delete flash:old_image.bin
delete flash:config-backup.cfg</pre>
</div>
</div>
<p>Replace <code>old_image.bin</code> and <code>config-backup.cfg</code> with the filenames of the files you want to delete.</p>
</li>
<li>
<p><strong>Confirm Deletion</strong>: The switch will prompt you to confirm the deletion of each file. Enter <code>yes</code> to confirm and proceed with the deletion.</p>
</li>
<li>
<p><strong>Verify Free Space</strong>: After deleting the unnecessary files, use the <code>show file systems</code> command to verify that enough free space is available for the OS upgrade. Ensure that the free space is sufficient for the new OS image.</p>
</li>
<li>
<p><strong>Perform OS Upgrade</strong>: Once you've freed up enough space, proceed with the OS upgrade using the appropriate procedure for your switch model.</p>
</li>
<li>
<p><strong>Cleanup After Upgrade</strong>: After completing the upgrade, you can further clean up the filesystem by removing temporary files or any additional unnecessary files that may have been generated during the upgrade process.</p>
</li>
</ul>
<p>By following these steps, you should be able to free up enough space on your Cisco Catalyst 9200 switch to perform the OS upgrade successfully. Always exercise caution when deleting files to avoid accidentally removing critical data.</p>]]></content:encoded>
						                            <category domain="https://www.hacktheforum.com/cisco-routing-switching/">Cisco R&amp;S</category>                        <dc:creator>Techie</dc:creator>
                        <guid isPermaLink="true">https://www.hacktheforum.com/cisco-routing-switching/how-to-resolve-not-enough-free-space-during-upgrade-in-c9200/#post-180</guid>
                    </item>
							        </channel>
        </rss>
		