如何使用Python dmidecode模块检索dmidecode(类型204)信息?
我在HP硬件上使用Linux Redhat。
这是我正在寻找的(除了我想通过Python):
> dmidecode --type 204
# dmidecode 2.11
SMBIOS 2.7 present.
Handle 0xCC00, DMI type 204, 20 bytes
HP ProLiant System/Rack Locator
Rack Name: UnnamedRack
Enclosure Name: encdrp5
Enclosure Model: BladeSystem c7000 Enclosure G3
Enclosure Serial: xxxxxxxxx
Enclosure Bays: 16
Server Bay: 6
Bays Filled: 1
我试过这个:
import dmidecode
dmidecode.type(204)
但我有{}