Linux ETC

dmidecode 명령

2009.10.30 00:02

jook 조회 수:32171

 컴퓨터의 DMI(Desktop Management Interface)를 사람이 읽을 수 있게 dumping 하는 명령
시스템 정보를 자세하게 출력해 주기 때문에 유용한 명령어 이다.

사용법

아무런 옵션 없이 dmidecode 명령을 입력하면, 모든 정보가 한꺼번에 지나가 버리기 때문에, 아래와 같이

more 를 사용해서 확인을 하거나, -t, -s 등의 옵션을 사용해서 확인 하면 된다.

=====================================================
[root@localhost ~]# dmidecode | more
# dmidecode 2.9
SMBIOS 2.3 present.
50 structures occupying 2156 bytes.
Table at 0x000F5EEA.

Handle 0x0000, DMI type 0, 19 bytes
BIOS Information
        Vendor: IBM
        Version: -[APE132AUS-1.13]-
        Release Date: 02/16/2006
        Address: 0xF0F40
        Runtime Size: 61632 bytes
        ROM Size: 4096 kB

 .... (생략)

=====================================================

 

-s, -t 옵션뒤에는 아래와 같은 형식의 키워드와 타입을 사용할 수 있으며, 기타 다른 옵션은 -h 옵션을 통해서 확인 가능하다.

 

=====================================================

[root@localhost ~]# dmidecode -s
dmidecode: option requires an argument -- s
String keyword expected
Valid string keywords are:
  bios-vendor
  bios-version
  bios-release-date
  system-manufacturer
  system-product-name
  system-version
  system-serial-number
  system-uuid
  baseboard-manufacturer
  baseboard-product-name
  baseboard-version
  baseboard-serial-number
  baseboard-asset-tag
  chassis-manufacturer
  chassis-type
  chassis-version
  chassis-serial-number
  chassis-asset-tag
  processor-family
  processor-manufacturer
  processor-version
  processor-frequency

[root@localhost ~]# dmidecode -s bios-version
-[APE132AUS-1.13]-
[root@localhost ~]# dmidecode -s bios-vendor
IBM
[root@localhost ~]#


[root@localhost ~]# dmidecode -t
dmidecode: option requires an argument -- t
Type number or keyword expected
Valid type keywords are:
  bios
  system
  baseboard
  chassis
  processor
  memory
  cache
  connector
  slot

[root@localhost ~]# dmidecode -t system
# dmidecode 2.9
SMBIOS 2.3 present.

Handle 0x0001, DMI type 1, 25 bytes
System Information
        Manufacturer: IBM
        Product Name: eserver xSeries 336 -[883725K]-
        Version: Not Specified
        Serial Number: 99DAXZ7
        UUID: 80533B64-1C3B-B601-F48D-00145E800DB6
        Wake-up Type: Power Switch

Handle 0x001F, DMI type 12, 5 bytes
System Configuration Options
        Option 1: SW1-6 Power On Password Bypass
        Option 2: SW1-6 toggle, Bypass POP on next boot

Handle 0x0020, DMI type 12, 5 bytes
System Configuration Options
        Option 1: SW1-7 Force Power On
        Option 2: SW1-7 on, Force power on
        Option 3: SW1-7 off, Normal operation

Handle 0x0021, DMI type 12, 5 bytes
System Configuration Options
        Option 1: SW2-1 Force NMI
        Option 2: SW2-1 on, NMI generated
        Option 3: SW2-1 off, NMI not generated

Handle 0x0022, DMI type 12, 5 bytes
System Configuration Options
        Option 1: J28-Flash ROM page swap jumper
        Option 2: J28 pins 1-2 Primary-on, J28 pins 2-3 Backup-on
        Option 3: The Primary(default) position is J28 pins 1-2
        Option 4: Changing to pins 2-3 will change
        Option 5: which of the two pages of Flash ROM is used when
        Option 6: the system is started.

[root@localhost ~]#

=====================================================

 

번호 제목 글쓴이 날짜 조회 수
386 cdp 백업 프로세스 관련 호스트웨이 2015.09.07 1007
385 Linux vmstat 명령어 호스트웨이 2015.09.08 1094
384 현재 접속 사용자(머신/디바이스)수 알아내기 호스트웨이 2012.11.16 1130
383 잘못푼 압축파일(tar.gz) 지우는 방법 호스트웨이 2012.12.07 1273
382 sftp 서비스 막기 호스트웨이 2012.12.27 1320
381 우분투 서버에 JDK7 설치하기 호스트웨이 2015.09.13 1360
380 Linux 외장 저장장치 mount file 호스트웨이 2015.09.10 1397
379 2015년 7월1일 윤초 발생 관련 점검 방안 file 호스트웨이 2015.06.30 1558
378 리눅스 whereis 명령어 file 호스트웨이 2012.09.28 1634
377 Log file 주기적으로 정리하기 호스트웨이 2015.09.08 1644
376 특정 파일이 소속된 rpm 패키지 찾기 호스트웨이 2012.12.14 1782
375 arch 명령어를 통해 컴퓨터 종류 알기 file 호스트웨이 2012.11.16 1797
374 리눅스 free 명령어 호스트웨이 2012.12.26 1819
373 locate 명령어를 이용해 빠르게 지정한 파일 찾기 file 호스트웨이 2012.12.12 1859
372 queryperf 설치 및 사용 방법 (DNS 스트레스 테스트) 호스트웨이 2012.11.29 1871
371 kbd_mode 명령어를 통해 인식중인 키보드모드 출력 및 변경하기 file 호스트웨이 2012.11.06 1896
370 /proc 디렉터리내 파일 정보 알아보기 호스트웨이 2012.11.21 1917
369 top 사용 추가 tip 호스트웨이 2015.09.15 2016
368 limits.conf 설명 file 호스트웨이 2012.11.09 2133
367 free -m 에서 free (남는 메모리 양) 최소량 제한하기 호스트웨이 2012.12.21 2147