红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

SuSe Linux如何查看设备生产商、型号和序列号

SuSe Linux如何查看设备生产商、型号和序列号

DBTEST:~ # cat /etc/SuSE-release
SUSE LINUX Enterprise Server 9 (i586)
VERSION = 9
PATCHLEVEL = 4

DBTEST:~ # dmidecode | more
# dmidecode 2.4
SMBIOS 2.4 present.
112 structures occupying 5060 bytes.
Table at 0xBFFCEAC0.
Handle 0x0000
        DMI type 0, 24 bytes.
        BIOS Information
                Vendor: IBM
                Version: -[GGE131AUS-1.06]-
                Release Date: 08/09/2007
                Address: 0xF1A50
                Runtime Size: 58800 bytes
                ROM Size: 4096 kB
                Characteristics:
                        PCI is supported
                        BIOS is upgradeable
                        BIOS shadowing is allowed
                        Boot from CD is supported
                        Selectable boot is supported
                        Japanese floppy for NEC 9800 1.2 MB is supported (int 13h)
                        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)
                        3.5"/2.88 MB 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
                        I2O boot is supported
                        LS-120 boot is supported
                        Function key-initiated network boot is supported
Handle 0x0001
        DMI type 1, 27 bytes.
        System Information
                Manufacturer: IBM   #设备生产商
                Product Name: IBM System x3650 -[7979RSL]-   #设备型号/PN
              Version: Not Specified
              Serial Number: 99V8535    #设备序列号/SN
              UUID: C04FEBD7-A65F-B601-8907-001A64268A00    #设备UUID
              Wake-up Type: AC Power Restored

.....................

TOP

发新话题