03-03-2023 10:17 AM
I am trying to do an ISSU upgrade of my 93108 switch. The switch is in NXOS mode. I am getting getting the following error on the upgrade check:
Installer will perform impact only check. Please wait.
Pre-upgrade check failed. Return code 0x4093008A (Free space in bootflash is not enough for fast-reload or non-disruptive upgrade.
Minimum required free space is 2.5 times the target image size).
I also found this in the logs:
N9K imag_bv_uri is bootflash:/nxos.9.3.2.bin<Fri Mar 3 16:46:13 2023> get_file_space_required:img_path /bootflash/nxos.9.3.2.bin
<Fri Mar 3 16:46:13 2023> get_file_space_required: Image Size : 1414403072 for image /bootflash/nxos.9.3.2.bin
<Fri Mar 3 16:46:13 2023> get_file_space_required: Space Required: 3677447987
<Fri Mar 3 16:46:13 2023> check_bootflash_space: bootlfash vfs free_space = 2949132288 space_required = 3677447987
<Fri Mar 3 16:46:13 2023> check_bootflash_space: Not enough free diskspace to proceed. Automatically deleting logflash contents to create space.
<Fri Mar 3 16:46:13 2023> check_bootflash_space: After removing logs, bootlfash vfs free_space = 2949132288 space_required = 3677447987
<Fri Mar 3 16:46:13 2023> fsm_action_image_verification:Bootflash does not have enough space of 3677447987.
I have cleared some old firmware out of the bootflash. There is one file that I am not sure what it is.
1256158511 Dec 18 18:36:54 2019 auto-s
Any thoughts to what this is and if I can safely delete it? My bootflash is not set to use it.
Current Boot Variables:
sup-1
NXOS variable = bootflash:/nxos.9.3.2.bin
Boot POAP Disabled
Boot Variables on next reload:
sup-1
NXOS variable = bootflash:/nxos.9.3.2.bin
Solved! Go to Solution.
03-09-2023 03:15 AM
Hello @Andy Guley
The "auto-s" file in your bootflash may be related to automatic software installation (ASI) feature of NX-OS, which allows you to configure your switch to automatically download and install software images from a designated server.
Before deleting the file, you may want to check if ASI is currently enabled on your switch and if the file is being used by it. T
To do this:
show install all status
If ASI is enabled, you may want to disable it before deleting the file to ensure that it won't cause any issues during or after the ISSU upgrade.
To disable ASI:
no feature auto-install
Once you have disabled ASI, you can try deleting the "auto-s" file and check if it frees up enough space for the upgrade.
If the upgrade check still fails, you may need to delete other files or consider upgrading the bootflash itself to a larger capacity.
03-09-2023 03:15 AM
Hello @Andy Guley
The "auto-s" file in your bootflash may be related to automatic software installation (ASI) feature of NX-OS, which allows you to configure your switch to automatically download and install software images from a designated server.
Before deleting the file, you may want to check if ASI is currently enabled on your switch and if the file is being used by it. T
To do this:
show install all status
If ASI is enabled, you may want to disable it before deleting the file to ensure that it won't cause any issues during or after the ISSU upgrade.
To disable ASI:
no feature auto-install
Once you have disabled ASI, you can try deleting the "auto-s" file and check if it frees up enough space for the upgrade.
If the upgrade check still fails, you may need to delete other files or consider upgrading the bootflash itself to a larger capacity.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide