IPMI Device
Type af memory og hastighed
Chassis Information
Temperatur info
Køling Device
Electrical Current Probe
Processor og Memory Information
Serial nr
BIOS version
PCI / PCIe Slots og hastighed
SMBIOS (System Management BIOS)
SYSID
PNP (Plug og Play)
ACPI (Advanced Configuration og Power Interface)
BIOS32 (BIOS32 Service Directory)
PIR (PCI IRQ Routing)

I dette tip vil du lære om afkodning af BIOS-data (dumping af en computers DMI) og få alle oplysninger om computer hardware uden at genstarte serveren.

Mere om DMI tables

DMI-tabellen beskriver ikke kun, hvad systemet i øjeblikket er lavet af, den kan også rapportere de mulige udviklinger, såsom den hurtigste understøttede CPU eller den maksimale mængde hukommelse, der understøttes.

dmidecode – Læs biosdecode data i et læsbart format.

Data leveret af biosdecode er ikke i et format, der kan læses af mennesker. Du skal bruge dmidecode-kommandoen til at dumpe en servers DMI (SMBIOS) tabelindhold på skærmen. Denne tabel indeholder en beskrivelse af systemets hardware komponenter samt andre nyttige oplysninger såsom serienumre og BIOS-revision. Takket være denne tabel kan du hente disse oplysninger uden at skulle søge efter den faktiske hardware. Lad os se nogle eksempler på dmidecode-kommandoer.

Sådan viser du oplysninger om IPMI Device

# dmidecode --type 38
Eksempel output:

# dmidecode 2.7
SMBIOS 2.4 present.
 
Handle 0x0029, DMI type 38, 18 bytes.
IPMI Device Information
        Interface Type: KCS (Keyboard Control Style)
        Specification Version: 2.0
        I2C Slave Address: 0x10
        NV Storage Device: Not Present
        Base Address: 0x0000000000000CA2 (I/O)
        Register Spacing: Successive Byte Boundaries

Sådan viser du oplysninger om PCI / PCIe Slots

# dmidecode --type 9
Outputs:

# dmidecode 2.7
SMBIOS 2.4 present.
 
Handle 0x000E, DMI type 9, 13 bytes.
System Slot Information
        Designation: PCIX#1-133MHz
        Type: 64-bit PCI-X
        Current Usage: Available
        Length: Long
        ID: 1
        Characteristics:
                3.3 V is provided
 
Handle 0x000F, DMI type 9, 13 bytes.
System Slot Information
        Designation: PCIX#2-100MHz
        Type: 64-bit PCI-X
        Current Usage: Available
        Length: Long
        ID: 2
        Characteristics:
                3.3 V is provided
 
Handle 0x0010, DMI type 9, 13 bytes.
System Slot Information
        Designation: PCIE#3-x8
        Type: Other
        Current Usage: Available
        Length: Other
        Characteristics:
                3.3 V is provided
 
Handle 0x0011, DMI type 9, 13 bytes.
System Slot Information
        Designation: PCIE#4-x8
        Type: Other
        Current Usage: Available
        Length: Other
        Characteristics:
                3.3 V is provided
 
Handle 0x0012, DMI type 9, 13 bytes.
System Slot Information
        Designation: PCIE#5-x8
        Type: Other
        Current Usage: Available
        Length: Other
        Characteristics:
                3.3 V is provided

Task: Find ud af noget om BIOS

# dmidecode --type 0
Output:

# dmidecode 2.7
SMBIOS 2.4 present.
Handle 0x0000, DMI type 0, 24 bytes.
BIOS Information
        Vendor: Phoenix Technologies LTD
        Version: 6.00
        Release Date: 01/26/2007
        Address: 0xE56C0
        Runtime Size: 108864 bytes
        ROM Size: 1024 kB
        Characteristics:
                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
                3.5"/2.88 MB floppy services are supported (int 13h)
                ACPI is supported
                USB legacy is supported
                LS-120 boot is supported
                ATAPI Zip drive boot is supported
                BIOS boot specification is supported
                Targeted content distribution is supported

Forstå BIOS ord

Syntax er:
dmidecode --type {KEYWORD / Number }
Du skal sende dmidecode efter nøgleord:

  • bios
  • system
  • baseboard
  • chassis
  • processor
  • memory
  • cache
  • connector
  • slot

Alle DMI-typer du skal bruge med dmidecode –type {Number}:

# TypeShort Description
0BIOS
1System
2Base Board
3Chassis
4Processor
5Memory Controller
6Memory Module
7Cache
8Port Connector
9System Slots
10On Board Devices
11OEM Strings
12System Configuration Options
13BIOS Language
14Group Associations
15System Event Log
16Physical Memory Array
17Memory Device
1832-bit Memory Error
19Memory Array Mapped Address
20Memory Device Mapped Address
21Built-in Pointing Device
22Portable Battery
23System Reset
24Hardware Security
25System Power Controls
26Voltage Probe
27Cooling Device
28Temperature Probe
29Electrical Current Probe
30Out-of-band Remote Access
31Boot Integrity Services
32System Boot
3364-bit Memory Error
34Management Device
35Management Device Component
36Management Device Threshold Data
37Memory Channel
38IPMI Device
39Power Supply

For at få oplysninger om strømforbrug, skriv:

# dmidecode --type 39

For at få oplysninger om CPU informationer, skriv:

# dmidecode --type processor

Get BIOS info med serial nummer

# dmidecode -t System

For mere information see man sider.
$ man dmidecode

Loading

By Admin

Author: Jeg er en professionel system administrator og grundlægger af linuxboxen.dk Jeg er en ivrig Linux-elsker og open source-entusiast. Jeg bruger Ubuntu og tror på at dele viden. Bortset fra Linux, elsker musik og dyr. Jeg er en stor fan af Dire straits.

One thought on “dmidecode”

Leave a Reply

Your email address will not be published. Required fields are marked *