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

How to export localStore files to an remote FTP server or repository

Hello people,

 

I need to transfer some log files from '/opt/CSCOcpm/logs/localStore/' to an remote FTP server.

Someone have any idea how we can do it?

 

I already tryed copy directly by cli, but this file is not found on 'disk:/'

 

ISE25/admin# copy disk:/opt/CSCOcpm/logs/localStore/iseLocalStore.log.2019-04-28-00-00-00-217 ftp://x.x.x.x/ISE/LAB
% Error: source file opt/CSCOcpm/logs/localStore/iseLocalStore.log.2019-04-28-00-00-00-217 not found in disk:
ISE25/admin#

 

 

Theres a way to copy it from /opt/CSCOcpm/logs/localStore to the disk:/ or export direclty to an remote FTP?

 

 

Thanks,

 

Emerson Albuquerque

1 Accepted Solution

Accepted Solutions

Damien Miller
VIP Alumni
VIP Alumni
Since you are in via root to the underlying file directory, the TAC engineer sould have been helping with this anyways.

The easiest way is to copy/move the files to "/localdisk" which is the directory you see when you do a "dir disk:" from ADE. You can then copy the file out of the ISE node with any of the configured repositories or simple copy ftp://....

View solution in original post

2 Replies 2

Damien Miller
VIP Alumni
VIP Alumni
Since you are in via root to the underlying file directory, the TAC engineer sould have been helping with this anyways.

The easiest way is to copy/move the files to "/localdisk" which is the directory you see when you do a "dir disk:" from ADE. You can then copy the file out of the ISE node with any of the configured repositories or simple copy ftp://....

Hi Damien!

 

Thanks for your reply.

 

Type this command and it works fine:

 

copy disk:/iseLocalStore.log ftp://x.x.x.x/ISE_LAB

 

Best,

 

Emerson Albuquerque