Step 3: Display Error Messages in the Chassis Process Log File
Action
To display router component errors in the chassis process (
chassisd) system log file, use the following CLI command:user@host>show log chassisdThe chassis process (
chassisd) log file tracks the state of each chassis component. For examples of sample output, see the JUNOS System Basics and Services Command Reference.To search for specific information in the log file, use the
| match component-namecommand; for example,show log messages | match fpc. If there is a space in the component name, enclose the component name in quotation marks; for example, |match "power supply".To search for multiple items in the log file, use the
| matchcommand followed by the multiple items, separated by the|(pipe), and enclosed in quotation marks; for example,| match "fpc | sfm | kernel | tnp".To monitor the
chassisdfile in real time, use themonitor start chassisdCLI command. This command displays the new entries in the file until you stop monitoring by using themonitor stop chassisdCLI command.