cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
608
Views
5
Helpful
2
Replies

IOS Problem after Update > no "copy runn start"

Robert_Berger
Level 1
Level 1

Hello everybody,

After updateing IOS

from: c1700-k9o3sv8y7-mz.123-2.XE.bin

to: c1700-k9o3sv8y7-mz.123-8T.bin

on a Cisco1760-V3PN/K9

i can not save the running config. By console, by telnet ssh, by SDM 1.2

IOS Message:

myxx# copy runn start

Destination filename [startup-config]?

Building configuration...

% Warning: Saving this config to nvram may corrupt any network management or security files stored at the end of nvram.

Continue? [no]:

What to Do ?

I tried with "erase startup..." but it does not help

Now i get massages like:

.Jul 3 10:20:13.771 UTC: %SYS-4-CONFIG_NV_OVERRUN: Non config data present at the end of nvram is corrupted[OK]

thank Robert

2 Replies 2

s.conway
Level 1
Level 1

Sounds like your config file is larger than the NVRAM. I'm not familar with the 1700 series but I had this issue today on a 3620 with 12.2(5).

near the bottom of a 'show version' will display the size of the NVRAM. In my case the "non-volatile configuration memory" is only 29K. As seen in the show flash output my config file 'router-confg' is over 38K. The way around this was to configure compression for the config file. This may or may not be an option for your 1700.

router#config t

service compress-config

exit

router#sh ver

Cisco Internetwork Operating System Software

IOS (tm) 3600 Software (C3620-IS-M), Version 12.2(5), RELEASE SOFTWARE (fc1)

Copyright (c) 1986-2001 by cisco Systems, Inc.

Compiled Tue 11-Sep-01 18:13 by pwade

Image text-base: 0x600089A8, data-base: 0x61180000

ROM: System Bootstrap, Version 11.1(20)AA2, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)

router uptime is 2 hours, 55 minutes

System returned to ROM by reload at 20:35:24 est Mon Jul 5 2004

System restarted at 20:36:41 est Mon Jul 5 2004

System image file is "flash:c3620-is-mz.122-5.bin"

cisco 3620 (R4700) processor (revision 0x81) with 44032K/5120K bytes of memory.

Processor board ID 26434670

R4700 CPU at 80Mhz, Implementation 33, Rev 1.0

Bridging software.

X.25 software, Version 3.0.0.

SuperLAT software (copyright 1990 by Meridian Technology Corp).

2 FastEthernet/IEEE 802.3 interface(s)

1 Serial network interface(s)

DRAM configuration is 32 bits wide with parity disabled.

29K bytes of non-volatile configuration memory.

16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

router#sh flash

System flash directory:

File Length Name/status

1 10835776 c3620-is-mz.122-5.bin

2 38741 router-confg

[10874648 bytes used, 5378280 available, 16252928 total]

16384K bytes of processor board System flash (Read/Write)

Thank's!

After searching in Knowlidge Base i found the compress option.

Anyway it was interresting that my config was 13 k and NVRAM was 32 k and shows me 8 k free at the time of message.

"this is now the picture with compression with a 14 k config"

xxxx#sh file system

File Systems:

Size(b) Free(b) Type Flags Prefixes

- - opaque rw archive:

- - opaque rw system:

29688 15614 nvram rw nvram:

xxxx#copy runn start

Compressed configuration from 14140 bytes to 6422 bytes[OK]

xxxx#sh vers

......

Cisco IOS Software, C1700 Software (C1700-K9O3SV8Y7-M), Version 12.3(8)T, RELEASE SOFTWARE (fc2)

......

Cisco 1760 (MPC860P) processor (revision 0x500) with 116332K/14740K bytes of memory.

Processor board ID FOC081727CC (2784819715), with hardware revision 0000

MPC860P processor: part number 5, mask 2

1 Ethernet interface

1 FastEthernet interface

2 ISDN Basic Rate interfaces

1 Virtual Private Network (VPN) Module

2 Voice FXS interfaces

4 Voice NT or TE BRI interfaces

32K bytes of NVRAM.

32768K bytes of processor board System flash (Read/Write)