리눅스 프로그램인 lshw를 통해 현재 서버의 하드웨어 정보를 확인할 수 있습니다.
yum install lshw 또는
http://pkgs.repoforge.org/lshw/ #rpm
http://ezix.org/software/files/lshw-B.02.17.tar.gz #tar.gz
위사이트에서 다운로드하여 설치 후 진행하면 됩니다.
rpm 설치 > rpm -Uvh lshw-2.17-1.el6.rf.x86_64.rpm
tar.gz 설치 > #tar zxvf lshw-B.02.17.tar.gz #cd lshw-B.02.17 #make && make install
–
lshw 및 lshw -short 명령을 통해 서버의 cpu, 메인보드, 메모리슬롯 등의 상세한 정보를 확인 할 수 있습니다.
# lshw -short
system TH67B (None)
/0 bus TH67B
/0/0 memory 64KiB BIOS
/0/4 memory 256KiB L1 cache
/0/5 memory 1MiB L2 cache
/0/6 memory 6MiB L3 cache
/0/8 memory 12GiB System Memory
/0/8/0 memory 4GiB DIMM DDR3 Synchronous 1333 MHz (0.8 ns)
/0/8/1 memory 4GiB DIMM DDR3 Synchronous 1333 MHz (0.8 ns)
/0/8/2 memory 4GiB DIMM DDR3 Synchronous 1333 MHz (0.8 ns)
/0/8/3 memory DIMM Synchronous [empty]
/0/15 processor Intel(R) Core(TM) i5-3550 CPU @ 3.30GHz
/0/100 bridge Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller
/0/100/1 bridge Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port
'linux > 디스크 검사' 카테고리의 다른 글
lsblk 명령어 (0) | 2021.05.31 |
---|---|
smartctl, hdparm (하드웨어 검사, 속도 체크) (0) | 2020.08.10 |