Step 4: Log the System Boot-Message Information
Action
To log the system boot-message information, use the following JUNOS CLI operational mode command:
user@host> show system boot-messages | save filenameSample Output
user@host>show system boot-messages|save testWrote 80 lines of output to 'test'user@host>show system boot-messagesCopyright (c) 1992-1998 FreeBSD Inc.Copyright (c) 1996-2000 Juniper Networks, Inc.All rights reserved.Copyright (c) 1982, 1986, 1989, 1991, 1993The Regents of the University of California. All rights reserved.JUNOS 4.1-20000216-Zf8469 #0: 2000-02-16 12:57:28 UTCtlim@single.juniper.net:/p/build/20000216-0905/4.1/release_kernel/sys/compile/GENERICCPU: Pentium Pro (332.55-MHz 686-class CPU)Origin = "GenuineIntel" Id = 0x66a Stepping=10Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,<b16>,<b17>,MMX,<b24>>Teknor CPU Card Recognizedreal memory = 805306368 (786432K bytes)avail memory = 786280448 (767852K bytes)Probing for devices on PCI bus 0:chip0 <generic PCI bridge (vendor=8086 device=7192 subclass=0)> rev 3 class 60000 on pci0:0:0chip1 <Intel 82371AB PCI-ISA bridge> rev 1 class 60100 on pci0:7:0chip2 <Intel 82371AB IDE interface> rev 1 class 10180 on pci0:7:1chip3 <Intel 82371AB USB interface> rev 1 class c0300 int d irq 11 on pci0:7:2smb0 <Intel 82371AB SMB controller> rev 1 class 68000 on pci0:7:3pcic0 <TI PCI-1131 PCI-CardBus Bridge> rev 1 class 60700 int a irq 15 on pci0:13:0TI1131 PCI Config Reg: [pci only][FUNC0 pci int]pcic1 <TI PCI-1131 PCI-CardBus Bridge> rev 1 class 60700 int b irq 12 on pci0:13:1TI1131 PCI Config Reg: [pci only][FUNC1 pci int]fxp0 <Intel EtherExpress Pro 10/100B Ethernet> rev 8 class 20000 int a irq 12 on pci0:16:0chip4 <generic PCI bridge (vendor=1011 device=0022 subclass=4)> rev 4 class 60400 on pci0:17:0fxp1 <Intel EtherExpress Pro 10/100B Ethernet> rev 8 class 20000 int a irq 10 on pci0:19:0Probing for devices on PCI bus 1:mcs0 <Miscellaneous Control Subsystem> rev 12 class ff0000 int a irq 12 on pci1:13:0fxp2 <Intel EtherExpress Pro 10/100B Ethernet> rev 8 class 20000 int a irq 10 on pci1:14:0Probing for devices on the ISA bus:sc0 at 0x60-0x6f irq 1 on motherboardsc0: EGA color <16 virtual consoles, flags=0x0>ed0 not found at 0x300ed1 not found at 0x280ed2 not found at 0x340psm0 not found at 0x60sio0 at 0x3f8-0x3ff irq 4 flags 0x20010 on isasio0: type 16550A, consolesio1 at 0x3e8-0x3ef irq 5 flags 0x20000 on isasio1: type 16550Asio2 at 0x2f8-0x2ff irq 3 flags 0x20000 on isasio2: type 16550Apcic0 at 0x3e0-0x3e1 on isaPC-Card ctlr(0) TI PCI-1131 [CardBus bridge mode] (5 mem & 2 I/O windows)pcic0: slot 0 controller I/O address 0x3e0npx0 flags 0x1 on motherboardnpx0: INT 16 interfacefdc0: direction bit not setfdc0: cmd 3 failed at out byte 1 of 3fdc0 not found at 0x3f0wdc0 at 0x1f0-0x1f7 irq 14 on isawdc0: unit 0 (wd0): <SunDisk SDCFB-80>, single-sector-i/owd0: 76MB (156672 sectors), 612 cyls, 8 heads, 32 S/T, 512 B/Swdc0: unit 1 (wd1): <IBM-DCXA-210000>wd1: 8063MB (16514064 sectors), 16383 cyls, 16 heads, 63 S/T, 512 B/Swdc1 not found at 0x170wdc2 not found at 0x180ep0 not found at 0x300fxp0: Ethernet address 00:a0:a5:12:05:5afxp1: Ethernet address 00:a0:a5:12:05:59fxp2: Ethernet address 02:00:00:00:00:01swapon: adding /dev/wd1s1b as swap deviceAutomatic reboot in progress.../dev/rwd0s1a: clean, 16599 free (95 frags, 2063 blocks, 0.1% fragmentation)/dev/rwd0s1e: clean, 9233 free (9 frags, 1153 blocks, 0.1% fragmentation)/dev/rwd0s1a: clean, 16599 free (95 frags, 2063 blocks, 0.1% fragmentation)/dev/rwd1s1f: clean, 4301055 free (335 frags, 537590 blocks, 0.0% fragmentation)What It Means
The sample output shows the initial messages generated by the system kernel upon boot. This is the content of the
/var/run/dmesg.bootfile.