I've been using Linux for many years - back to when it was a hobby OS and the 0.x kernel was out. Even so, I'm always learning new things from the people around me -- much like with OTM / G-Log. Today's lesson came from a friend of mine, Ralph:
Here's some real-world output from dmidecode -- as you can tell, it's definitely very detailed and helpful for us sysadmins!
--Chris
Not sure if either of you have com across this yet or not, but if you
have not, it is quite impressive. I did try this on other unix flavors
but it seems to be only on Linux.
Type "dmidecode" at a linux prompt and it will list out all
specifications of a linux machine.
System Manufacturer
Bios Level
Bios Settings
Hardware information such as
- Memory modules
- Processors
- PCI Cards
- System Cache
And much much more. Pretty impressive.
Ralph
have not, it is quite impressive. I did try this on other unix flavors
but it seems to be only on Linux.
Type "dmidecode" at a linux prompt and it will list out all
specifications of a linux machine.
System Manufacturer
Bios Level
Bios Settings
Hardware information such as
- Memory modules
- Processors
- PCI Cards
- System Cache
And much much more. Pretty impressive.
Ralph
Code:
# dmidecode 2.2 SMBIOS 2.4 present. 64 structures occupying 3240 bytes. Table at 0xBFB9C000. Handle 0xDA00 DMI type 218, 11 bytes. OEM-specific Type Header And Data: DA 0B 00 DA B2 00 17 00 0E 20 00 Handle 0x0000 DMI type 0, 24 bytes. BIOS Information Vendor: Dell Inc. Version: 2.0.1 Release Date: 10/27/2007 Address: 0xF0000 Runtime Size: 64 kB ROM Size: 1024 kB Characteristics: ISA is supported PCI is supported PNP is supported BIOS is upgradeable BIOS shadowing is allowed ESCD support is available Boot from CD is supported Selectable boot is supported EDD is supported Japanese floppy for Toshiba 1.2 MB is supported (int 13h) 5.25"/360 KB floppy services are supported (int 13h) 5.25"/1.2 MB floppy services are supported (int 13h) 3.5"/720 KB floppy services are supported (int 13h) Print screen service is supported (int 5h) 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) CGA/mono video services are supported (int 10h) ACPI is supported USB legacy is supported BIOS boot specification is supported Function key-initiated network boot is supported Handle 0x0100 DMI type 1, 27 bytes. System Information Manufacturer: Dell Inc. Product Name: PowerEdge 2950 Version: Not Specified Serial Number: XXXXXX UUID: 44454C4C-5300-1053-804B-CAC04F514231 Wake-up Type: Power Switch Handle 0x0200 DMI type 2, 9 bytes. Base Board Information Manufacturer: Dell Inc. Product Name: 0NH278 Version: A01 Serial Number: XXXXXXXXXXXXX Handle 0x0300 DMI type 3, 21 bytes. Chassis Information Manufacturer: Dell Inc. Type: Rack Mount Chassis Lock: Present Version: Not Specified Serial Number: XXXXXXX Asset Tag: Not Specified Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: Unknown OEM Information: 0x00000000 Heigth: 2 U Number Of Power Cords: Unspecified Contained Elements: 0 Handle 0x0400 DMI type 4, 40 bytes. Processor Information Socket Designation: CPU1 Type: Central Processor Family: Xeon Manufacturer: Intel ID: F6 06 00 00 FF FB EB BF Signature: Type 0, Family 6, Model F, Stepping 6 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (Fast floating-point save and restore) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Hyper-threading technology) TM (Thermal monitor supported) SBF (Signal break on FERR) Version: Intel(R) Xeon(R) CPU 5160 @ 3.00GHz Voltage: 1.4 V External Clock: 1333 MHz Max Speed: 3600 MHz Current Speed: 3000 MHz Status: Populated, Enabled Upgrade:L1 Cache Handle: 0x0700 L2 Cache Handle: 0x0701 L3 Cache Handle: 0x0702 Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified Handle 0x0401 DMI type 4, 40 bytes. Processor Information Socket Designation: CPU2 Type: Central Processor Family: Xeon Manufacturer: Intel ID: F6 06 00 00 FF FB EB BF Signature: Type 0, Family 6, Model F, Stepping 6 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (Fast floating-point save and restore) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Hyper-threading technology) TM (Thermal monitor supported) SBF (Signal break on FERR) Version: Intel(R) Xeon(R) CPU 5160 @ 3.00GHz Voltage: 1.4 V External Clock: 1333 MHz Max Speed: 3600 MHz Current Speed: 3000 MHz Status: Populated, Idle Upgrade: L1 Cache Handle: 0x0703 L2 Cache Handle: 0x0704 L3 Cache Handle: 0x0705 Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified Handle 0x0700 DMI type 7, 19 bytes. Cache Information Socket Designation: Not Specified Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 64 KB Maximum Size: 64 KB Supported SRAM Types: Unknown Installed SRAM Type: Unknown Speed: Unknown Error Correction Type: Single-bit ECC System Type: Data Associativity: 8-way Set-associative ... ... ...