Share:
Notifications
Clear all

To check the Available Free Space in cisco 9200 for OS upgrade

1 Posts
1 Users
0 Likes
17 Views
(@ivan)
Posts: 46
Eminent Member
Topic starter
 

To verify the available free space on a Cisco Catalyst 9200 switch for an OS upgrade, you can use the following command:

show file systems

This command will display information about the flash file systems on the switch, including the total size, used space, available space, and percentage of space used. Look for the filesystem where the current operating system is stored (usually named flash:), and check the available space to ensure it's sufficient for the new OS image.

Here's an example output of the show file systems command:

In this example, the flash file system (flash:) has 2195472 bytes (approximately 2.08 GB) of free space available.

Switch# show file systems

File Systems:

Size(b)         Free(b)      Type      Flags  Prefixes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* 15998976   2195472    disk        rw        flash:         <-- This is the flash file system
147620        1950736   nvram     rw        nvram:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
Posted : 27/04/2024 12:30 pm
Share: