서버 모델명 확인

Jmnote bot (토론 | 기여)님의 2015년 2월 6일 (금) 04:39 판 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
system-product-name
서버 모델명 확인

1 리눅스

명령어
dmidecode -s system-product-name
dmidecode | grep "Product Name:"
실행예시 (DL360)
[root@jmnote ~]# dmidecode -s system-product-name
ProLiant DL360 G7
[root@jmnote ~]# dmidecode | grep "Product Name:"
        Product Name: ProLiant DL360 G7
실행예시 (VMware VM)
[root@jmnote ~]# dmidecode -s system-product-name
VMware Virtual Platform
[root@jmnote ~]# dmidecode | grep "Product Name:"
	Product Name: VMware Virtual Platform
	Product Name: 440BX Desktop Reference Platform

2 같이 보기