01-13-2017 02:34 AM - edited 03-08-2019 08:54 AM
Dear Team,
We have 4 cisco catalyst 2960s switches in stack, after some changes on switch we put write memory command that time we got startup-config file open failed (Not enough space) Error.
Error- startup-config file open failed (Not enough space)
please tell me in this condition what we do, we are trying to solve this issue but till we did not get any answer how to solve this error.
If anyone know how to solve this please tell me
Regard's
Sudhir
Solved! Go to Solution.
01-13-2017 04:09 AM
ok try this post
show boot
check the buffer size and change it and then reload the switch
(conf t)boot buffersize (number for nvram size)
then run again--- dir nvram:
looks like nvram has become corrupted , hopefully its not hardware at fault
01-13-2017 02:55 AM
hi
Try compress the configs in flash...service compress-config to free up space , what space is left when your run ...dir nvram:
can anything be deleted from nvram ?
after its compressed try again , if not then you need to delete something
01-13-2017 03:56 AM
Hi,
thanks for your support, but when i put service compress-config on switch that time we get below error
Error- (config)#service compress-config
Boot ROMs do not support NVRAM compression.
Disabling service compress-config.
And when we put
CISCO1#dir nvram:
that time we get below mentioned output
CISCO1#dir nvram:
Directory of nvram:/
%Error opening nvram:/ (Function not implemented)
524288 bytes total (483211 bytes free)
plz tell in this case what we do....
Regards
Sudhir
01-13-2017 04:09 AM
ok try this post
show boot
check the buffer size and change it and then reload the switch
(conf t)boot buffersize (number for nvram size)
then run again--- dir nvram:
looks like nvram has become corrupted , hopefully its not hardware at fault
01-13-2017 04:49 AM
Hi Mark,
thanks for your quick reply
but can you tell me what buffersize I configure on switch
Regards
Sudhir
01-13-2017 04:51 AM
can you post the show boot so I can see what you have first please
01-15-2017 08:53 PM
I configured boot buffersize 524288 now waiting for restart approval.... thank for Quick support.
CISCO#sh boot
BOOT path-list : flash:c2960s-universalk9-mz.150-2.SE7.bin
Config file : flash:/config.text
Private Config file : flash:/private-config.text
Enable Break : no
Manual Boot : no
Allow Dev Key : yes
HELPER path-list :
Auto upgrade : yes
Auto upgrade path :
NVRAM/Config file
buffer size: 524288
Timeout for Config
Download: 0 seconds
Config Download
via DHCP: disabled (next boot: disabled)
-------------------
12-16-2020 04:01 PM - edited 12-16-2020 04:04 PM
Found this thread, but I couldn't really reboot the device (who knows how long it hasn't been saving the config), so I just ran:
erase startup-config
then
write memory
and it seemed to fix it without needing to modify the buffer size or reboot it.
Here's the log.
VG202#wr startup-config file open failed (Not enough space) VG202#erase startup-config Erasing the nvram filesystem will remove all configuration files! Continue? [confirm] [OK] Erase of nvram: complete VG202#wr Building configuration... [OK] VG202#wr Building configuration... Compressed configuration from 16148 bytes to 7628 bytes[OK] VG202#
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