cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
2078
Views
0
Helpful
4
Replies

Cisco Nexus 93240 Logging not enough memory

Hi I am haveing a issue with a Nexus 93240 not able to Copy running startup 

pnp-csw-01# copy running-config startup-config
[########################################] 100%
Configuration update aborted: request was aborted

option tried
run bash
sudo su -
cd /nxos/dme_logs/
pwd
ls -l
deleted the .old but still not working last part is to reboot but not an option before service slot

when trying to see log this error comes
Configuration update aborted: request was aborted
pnp-csw-01# sh logg | last 20
not enough memory
pnp-csw-01#

Software
BIOS: version 05.39
NXOS: version 9.3(3)
BIOS compile time: 08/30/2019
NXOS image file is: bootflash:///nxos.9.3.3.bin
NXOS compile time: 12/22/2019 2:00:00 [12/22/2019 14:00:37]

thanks at advanced

1 Accepted Solution

Accepted Solutions

Looks good. You are safe in case of a reload is required.

 

Cheers,

Sergiu

View solution in original post

4 Replies 4

Sergiu.Daniluk
VIP Alumni
VIP Alumni

Hi @jorgenLauridsen28921 

I would suggest to use "show run diff" just to see if there any unsaved config. The output will show differences between running and startup config.

Example:

 

DC-Team-N9K-1# show run diff 
*** Startup-config
--- Running-config
***************
*** 12,23 ****
--- 12,25 ----
 
+ feature nxapi
  feature bash-shell
  feature scp-server
+ cfs eth distribute

What ever is with "+" is present in running but not in startup config.

 

Stay safe,

Sergiu

Great thanks this is the output 

pnp-csw-01# show runn diff
*** Startup-config
--- Running-config
***************
*** 17,26 ****
--- 16,26 ----
limit-resource m4route-mem minimum 58 maximum 58
limit-resource m6route-mem minimum 8 maximum 8
feature-set fex

feature telnet
+ feature bash-shell
cfs eth distribute
feature interface-vlan
feature netflow
feature lacp
feature vpc

Looks good. You are safe in case of a reload is required.

 

Cheers,

Sergiu

Hi, we have the same problem. It's not clear to me what was the solution to:

pnp-csw-01# copy running-config startup-config
[########################################] 100%
Configuration update aborted: request was aborted

pnp-csw-01# sh logg
not enough memory