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

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
12번째 줄: 12번째 줄:


;실행예시 (DL360)
;실행예시 (DL360)
<source lang='dos'>
<source lang='cli'>
[root@jmnote ~]# dmidecode -s system-product-name
[root@jmnote ~]# dmidecode -s system-product-name
ProLiant DL360 G7
ProLiant DL360 G7
</source>
</source>
<source lang='dos'>
<source lang='cli'>
[root@jmnote ~]# dmidecode | grep "Product Name:"
[root@jmnote ~]# dmidecode | grep "Product Name:"
         Product Name: ProLiant DL360 G7
         Product Name: ProLiant DL360 G7
22번째 줄: 22번째 줄:


;실행예시 (VMware VM)
;실행예시 (VMware VM)
<source lang='dos'>
<source lang='cli'>
[root@jmnote ~]# dmidecode -s system-product-name
[root@jmnote ~]# dmidecode -s system-product-name
VMware Virtual Platform
VMware Virtual Platform
</source>
</source>
<source lang='dos'>
<source lang='cli'>
[root@jmnote ~]# dmidecode | grep "Product Name:"
[root@jmnote ~]# dmidecode | grep "Product Name:"
Product Name: VMware Virtual Platform
Product Name: VMware Virtual Platform

2015년 2월 6일 (금) 04:39 판

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 같이 보기