This article describes a procedure to collect satellite device core-files required by JTAC to debug or troubleshoot issues reported in Junos Fusion solution.
Verify satellite core files using following command:
root@AD> show system core-dumps satellite 202
215 Data follows, terminated by "."
Slot-ID: 202
ls: cannot access /var/tmp/*exception*: No such file or directory
/var/tmp/corefiles:
total 9788
-rw-r--r-- 1 root root 258888 Jun 21 13:39 sd202.lcmd.2554.1466516365.core.tgz
-rw-r--r-- 1 root root 255551 Jun 25 11:39 sd202.lcmd.28246.1466854759.core.tgz
-rw-r--r-- 1 root root 253011 Jun 21 13:40 sd202.lcmd.8465.1466516402.core.tgz
-rw-r--r-- 1 root root 3048619 Sep 7 14:33 sd202.spfe.2479.1473258820.core.tgz
-rw-r--r-- 1 root root 3141512 May 2 14:13 sd202.spfe.25424.1462198422.core.tgz
-rw-r--r-- 1 root root 3054226 Apr 30 21:47 sd202.spfe.2906.1462052874.core.tgz
The following command will copy core files from SD to AD.
AD> request chassis satellite file-copy <source SD> <destination-AD>
<source-SD> URL of source file e.g. For SD, use sd100:/
<destination-AD> URL of destination file e.g. For AD, use /var/tmp/Core_destination
Example:-
labroot@AD> request chassis satellite file-copy sd202:/var/tmp/corefiles/* /var/tmp/Core_destination
sd202.lcmd.2554.1466516365.core.tgz 100% 253KB 252.8KB/s 00:00
sd202.lcmd.28246.1466854759.core.tgz 100% 250KB 249.6KB/s 00:00
sd202.lcmd.8465.1466516402.core.tgz 100% 247KB 247.1KB/s 00:00
sd202.spfe.2479.1473258820.core.tgz 100% 2977KB 2.9MB/s 00:01
sd202.spfe.25424.1462198422.core.tgz 100% 3068KB 3.0MB/s 00:00
sd202.spfe.2906.1462052874.core.tgz 100% 2983KB 2.9MB/s 00:00