This article shows how to perform a core dump for analysis. Routers generate core-dumps when a serious issue is encountered. The support engineers need the core-dump(s) to decode them and determine whether the issue is a known hardware or software issue. In order for JTAC to decode the core-dump, the core-dump needs to be taken from the router and then uploaded to the Juniper FTP server.
> show system core-dumps
-rw-r--r-- 1 root wheel 12345678 Feb 14 16:40 /var/crash/core-TAZ-TBB-0.gz.core.0 /var/tmp/*core*: No such file or directory /var/crash/kernel.*: No such file or directory /tftpboot/corefiles/*core*: No such file or directory
root@router> ftp 207.17.137.56
ftp> cd pub/incoming
ftp> mkdir <Your Case Number>
ftp> cd <Your Case Number>
ftp> binary
ftp> put <Your File Name>
ftp> quit
2025-06-26: Minor, non-technical update
2013-02-20: Article created