cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
15460
Views
0
Helpful
2
Replies

Archive Command

Patrick McHenry
Level 4
Level 4


Hi,

I've added the archive command with some success. With the last switch I'm adding it to I'm having some problems. I entered the config as I have for the others but, it wouldn't seem to write to the file even though it looked correct so, I decided to enter it again and got this message:

ACB13(config-archive)#path tftp://Main_Campus/ACB1/ACB13/ACB13

Archive is being written, cannot change path now - please try again later.

Any suggestions? Is there a way to kill archive that is being written?

Thanks, Pat.

1 Accepted Solution

Accepted Solutions

Somasundaram Jayaraman
Cisco Employee
Cisco Employee

Hi,

can you try removing the path and try adding it again.

following are the outputs from my lab device

cisco_2#sh archive

Archive feature not enabled

cisco_2#conf ter

Enter configuration commands, one per line.  End with CNTL/Z.

cisco_2(config)#archive

cisco_2(config-archive)#path tftp://test3

cisco_2(config-archive)#exit

cisco_2(config)#do wr

Building configuration...

[OK]

cisco_2(config)#do sh archi

The maximum archive configurations allowed is 14.

The next archive file will be named tftp://test3--0

Archive #  Name

   1        

   2        

   3        

   4        

   5        

   6        

   7        

   8        

   9        

   10       

cisco_2(config)#archive

cisco_2(config-archive)#no path tftp://test3

cisco_2(config-archive)#exit

cisco_2(config)#do wr

Building configuration...

[OK]

cisco_2(config)#do sh archive

Archive feature not enabled

cisco_2(config)#

http://www.cisco.com/en/US/docs/ios/12_3t/fun/command/reference/cfrgt_01.html#wp1094316

Cheers

Somu

Rate this answer if the content found useful

View solution in original post

2 Replies 2

Somasundaram Jayaraman
Cisco Employee
Cisco Employee

Hi,

can you try removing the path and try adding it again.

following are the outputs from my lab device

cisco_2#sh archive

Archive feature not enabled

cisco_2#conf ter

Enter configuration commands, one per line.  End with CNTL/Z.

cisco_2(config)#archive

cisco_2(config-archive)#path tftp://test3

cisco_2(config-archive)#exit

cisco_2(config)#do wr

Building configuration...

[OK]

cisco_2(config)#do sh archi

The maximum archive configurations allowed is 14.

The next archive file will be named tftp://test3--0

Archive #  Name

   1        

   2        

   3        

   4        

   5        

   6        

   7        

   8        

   9        

   10       

cisco_2(config)#archive

cisco_2(config-archive)#no path tftp://test3

cisco_2(config-archive)#exit

cisco_2(config)#do wr

Building configuration...

[OK]

cisco_2(config)#do sh archive

Archive feature not enabled

cisco_2(config)#

http://www.cisco.com/en/US/docs/ios/12_3t/fun/command/reference/cfrgt_01.html#wp1094316

Cheers

Somu

Rate this answer if the content found useful

Thanks, Somu. Worked great.