cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5678
Views
0
Helpful
3
Replies

ASR1K Unzip core.gz

Mahesh Gohil
Level 7
Level 7

Hello Experts,

Any idea how to retrieve these files.

ABC#dir harddisk:/core
Directory of harddisk:/core/

1343490  -rw-    34021985  Jun 18 2012 22:53:55 +00:00  ABC_RP_0_linux_iosd-imag_26634.core.gz
1343491  -rw-  -2116973532  Jun 18 2012 23:06:52 +00:00  kernel.rp_20120618230652.core.gz

                  

Tried searching internet but did not find anything.

Regards # Mahesh

1 Accepted Solution

Accepted Solutions

Ivan Shirshin
Cisco Employee
Cisco Employee

Hi Mahesh,

Copy this file as any other from the router to a server or PC using FTP:

http://www.cisco.com/en/US/docs/ios/fundamentals/command/reference/cf_c1.html#wp1064741

     ABC#copy harddisk:/core/ABC_RP_0_linux_iosd-imag_26634.core.gz ftp:

     ...

Then you could send those to Cisco for analysis, unzip using 7zip or gunzip on Unix/Linux machine, etc.

Kind Regards,
Ivan

**Please grade this post if you find it useful.

Kind Regards,
Ivan

View solution in original post

3 Replies 3

Ton V Engelen
Level 3
Level 3

Hi,

if you mean you want to extract these files and you re working on linux

gunzip ABC_RP_0_linux_iosd-imag_26634.core.gz

gunzip kernel.rp_20120618230652.core.gz

Google for the gunzip command for more info.

Hi,

Thanks for your reply.

I tried same but not working

ABC#gunzip harddisk:/core/ABC_RP_0_linux_iosd-imag_26634.core.gz

        ^

% Invalid input detected at '^' marker.

I also tried IOS-XR way (Go to RUN and then gunzip) but also not working.

No idea of this specific ASR running IOS-XE.

regards # Mahesh

Ivan Shirshin
Cisco Employee
Cisco Employee

Hi Mahesh,

Copy this file as any other from the router to a server or PC using FTP:

http://www.cisco.com/en/US/docs/ios/fundamentals/command/reference/cf_c1.html#wp1064741

     ABC#copy harddisk:/core/ABC_RP_0_linux_iosd-imag_26634.core.gz ftp:

     ...

Then you could send those to Cisco for analysis, unzip using 7zip or gunzip on Unix/Linux machine, etc.

Kind Regards,
Ivan

**Please grade this post if you find it useful.

Kind Regards,
Ivan