Options includes:
- bios,
- system,
- baseboard,
- chassis,
- processor,
- memory,
- cache,
- connector,
- slot
To obtain the information, just type
# dmidecode --type system
To get specific information such as serial number which will be useful for remote fault-reporting without making a trip to the data-center:
# dmidecode -s system-serial-number
To get a list of string keywords:
# dmidecode -s
Followup Articles: