cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1695
Views
10
Helpful
2
Replies

N7K Write Error

Hi !

Recently I fixed configuration and try to save running-config on N7K.

But Error showed up like this; 

 

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

 

I searched it and found this is N7K Error. but can't find to how to fix this bug.

How can I write running-config on this device?

1 Accepted Solution

Accepted Solutions

marce1000
VIP
VIP

 

        - FYI : https://bst.cloudapps.cisco.com/bugsearch/bug/CSCtw54476

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

View solution in original post

2 Replies 2

marce1000
VIP
VIP

 

        - FYI : https://bst.cloudapps.cisco.com/bugsearch/bug/CSCtw54476

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Hello,

 

the bug below might apply as well:

 

Copy Run Start Fails Due To /nxos/dme_logs 100% Utilization
CSCvc77151
Customer Visible
Notifications
Save Bug
Open Support Case
Description
Symptom:
Unable to save running configuration on a Nexus 9000.

N9K-1# copy run start
[########################################] 100%
Configuration update aborted: request was aborted

Conditions:
/nxos/dme_logs/ directory is 100% utilized due to svc_ifc_confelem.*.log or svc_ifc_eventmgr.*.log files

Workaround:
++++ Enable bash feature on the switch if it is not already on ++++

conf t
feature bash

++++ Enter bash shell, become super user, change to /nxos/dme_logs/ directory, validate you are in the /nxos/dme_logs/ directory, and list the contents of this directory to identify the files taking up the most space ++++

run bash
sudo su -
cd /nxos/dme_logs/
pwd
ls -l

++++ Delete the files taking up the most space ++++

rm

Further Problem Description:
In the current DME implementation the DME logs are stored in the two following locations within the file system:

[+] /logflash/debug_logs/
[+] /nxos/dme_logs

This is related to CSCux08144 which provides a fix for dme_logs in the /logflash/debug_logs/ directory only. This defect will address this issue in the /nxos/dme_logs/ directory.