[Contents] [Prev] [Next] [Index] [Report an Error]


Collect Crash Data

This chapter explains the crashes that can occur in different areas of the JUNOS software, and provides procedures you use to collect the crash data necessary for troubleshooting by the Juniper Networks Technical Assistance Center (JTAC). (See Table 58.)


Table 58: Checklist for Collecting Crash Data
Collecting Crash Data Tasks
Command or Action
  1. Check the Routing Engine Core Files

file list detail /var/crash

  1. Collect and Send Crash Data to JTAC


  1. List the Core Files

start shell
su
root password
cd /var/crash
ls -l

  1. Compress the vmcore File

gzip vmcore.number

To unzip the vmcore file:
gzip -d vmcore.number.gz

  1. Log Software Version Information

show version

  1. Open a Case with JTAC

support@juniper.net
ftp ftp.juniper.net


  1. Check for Daemon Core Files

file list detail /var/tmp

  1. Collect and Send Crash Data to JTAC


  1. List the Daemon Core Files

start shell
su
root password
cd /var/tmp
ls -l

  1. Compress the Daemon Core Files

gzip daemon-executable-name.core.number

  1. Log Software Version Information

show version

  1. Open a Case with JTAC

support@juniper.net
ftp ftp.juniper.net

  1. Display the Crash Stack Traceback and Registration Information

start shell
su
root password
vty component-executable-name
show nvram
show syslog messages

  1. Clear the NVRAM Contents

start shell
su
root password
vty
component-executable-name
clear nvram

  1. Check Packet Forwarding Engine Microkernel Core Files

file list detail /var/crash

  1. Collect and Send Crash Data to JTAC


  1. List the Core Files Generated by the Crash

start shell
su
root password
cd /var/crash
ls -l

  1. Compress the Core Files

gzip filename

  1. Log Software Version Information

show version

  1. Open a Case with JTAC

support@juniper.net
ftp ftp.juniper.net



[Contents] [Prev] [Next] [Index] [Report an Error]