Aslında konunun özü şu; elimizde bir sunucu var (tabi ki linux) çalışmakta, kapatamıyoruz ve ayrıntılı donanım bilgisine ihtiyacımız var. Ama öyle disk kapasitesi, ram kapasitesi filan bizi kesmiyor. Daha çok bilgi lazım. Anakart bilgisi, boş ram slotları vs.
Aslında pci için çok güzel bir komut var;
#lspci: Bize tüm pci portu üzerindeki donanım hakkında bilgi veriyor.
#lsusb: komutu da aynısının usb versiyonu. Ancak bir de şunu ekliyoruz; yanına: dmidecode.
Komutun kullanımı da çok kolay sadece;
#dmidecode : tüm raporu önümüze seriyor. Parametreler kullanarak özelleştirmek mümkün; Örneğin BIOS parametresi bios bilgilerini döküyor;
# dmidecode --type BIOS
[root@asterix ~]# dmidecode --type BIOS# dmidecode 2.10SMBIOS 2.3 present.Handle 0x0000, DMI type 0, 19 bytesBIOS InformationVendor: IBMVersion: -[NRE122AUS-1.02]-Release Date: 11/23/2004Address: 0xF0980Runtime Size: 63104 bytesROM Size: 4096 kBCharacteristics:PCI is supportedBIOS is upgradeableBIOS shadowing is allowedBoot from CD is supportedSelectable boot is supportedJapanese 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 supportedUSB legacy is supportedI2O boot is supportedLS-120 boot is supportedHandle 0x001F, DMI type 13, 22 bytesBIOS Language InformationInstallable Languages: 1en|US|iso8859-1Currently Installed Language: en|US|iso8859-1
Ayrıca farklı parametrelerle de sonuc ulaşılabilir;
[root@asterix ~]# dmidecode -t 1# dmidecode 2.10SMBIOS 2.3 present.Handle 0x0001, DMI type 1, 25 bytesSystem InformationManufacturer: IBMProduct Name: eserver xSeries 236 -[88412AG]-Version: Not SpecifiedSerial Number: KDTYX47UUID: 32037214-041E-B211-89A9-A080DAF98344Wake-up Type: Power Switch
İşte parametrelerin listesi;
Type Information 0 1 System 2 Base Board 3 Chassis 4 Processor 5 Memory Controller 6 Memory Module 7 Cache 8 Port Connector 9 System Slots 10 On Board Devices 11 OEM Strings 12 System Configuration Options 13 BIOS Language 14 Group Associations 15 System Event Log 16 Physical Memory Array 17 Memory Device 18 32-bit Memory Error 19 Memory Array Mapped Address 20 Memory Device Mapped Address 21 Built-in Pointing Device 22 Portable Battery 23 System Reset 24 Hardware Security 25 System Power Controls 26 Voltage Probe 27 Cooling Device 28 Temperature Probe 29 Electrical Current Probe 30 Out-of-band Remote Access 31 Boot Integrity Services 32 System Boot 33 64-bit Memory Error 34 Management Device 35 Management Device Component 36 Management Device Threshold Data 37 Memory Channel 38 IPMI Device 39 Power Supply
Ayrtıntılı bilgi için kaynağım;