"서버 모델명 확인"의 두 판 사이의 차이

43번째 줄: 43번째 줄:
[[분류: 서버]]
[[분류: 서버]]
[[분류: 리눅스]]
[[분류: 리눅스]]
[[분류: dmidecode]]

2015년 11월 1일 (일) 11:17 판

system-product-name
서버 모델명 확인

1 리눅스

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

2 같이 보기