Step 3: Display SIB Error Messages in the Chassis Daemon Log File
The chassis daemon (
chassisd) log file keeps track of the state of each chassis component.Action
To display the SIB error messages logged in the chassis daemon log file, use the following CLI command:
user@host>show log chassisd | match sibSample Output
user@host> show log chassisd | match sibJan 29 18:37:07 CHASSISD_FRU_OFFLINE_NOTICE: Taking SIB 2 offline - Offlined bycli commandJan 29 18:37:07 CHASSISD_SNMP_TRAP10: SNMP trap: FRU power off: jnxFruContentsIndex 15, jnxFruL1Index 3, jnxFruL2Index 0, jnxFruL3Index 0, jnxFruName SIB 2, jnxFruType 9, jnxFruSlot 3, jnxFruOfflineReason 7, jnxFruLastPowerOff 1701082, jnxFruLastPowerOn 3250Jan 29 18:37:09 send: yellow alarm set, device SIB 2, reason SIB 2 Not OnlineJan 29 18:37:09 fm_recv_hsl_start_sib_ack plane case. Checking plane control toall line cards?Jan 29 18:37:09 fm_recv_hsl_start_sib_ack: Awaiting spmb ack for LC#0!Jan 29 18:37:09 fm_recv_hsl_start_sib_ack plane case. Checking plane control toall line cards?Jan 29 18:37:09 fm_recv_hsl_start_sib_ack: Awaiting spmb ack for LC#0!Jan 29 18:37:09 fm_recv_hsl_start_sib_ack plane case. Checking plane control toall line cards?Jan 29 18:37:09 fm_recv_hsl_start_sib_ack plane case. Sending plane control to all line cards!What It Means
The
chassisddatabase provides the date, time, and a component status message. Thechassisddatabase is dynamic. It is initialized at router startup and is updated when components are added or removed. You can search for multiple items in thechassisdlog file by using the| match sibcommand to see error messages that are generated when an SIB fails or is offline. Use this information to diagnose an SIB problem and to let JTAC know what error messages were generated and the router events that occurred before and after the problem. For more information about system log messages, see the JUNOS System Log Messages Reference.