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

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
13번째 줄: 13번째 줄:
;실행예시 (DL360)
;실행예시 (DL360)
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# dmidecode -s system-product-name
[root@zetawiki ~]# dmidecode -s system-product-name
ProLiant DL360 G7
ProLiant DL360 G7
</source>
</source>
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# dmidecode | grep "Product Name:"
[root@zetawiki ~]# dmidecode | grep "Product Name:"
         Product Name: ProLiant DL360 G7
         Product Name: ProLiant DL360 G7
</source>
</source>
23번째 줄: 23번째 줄:
;실행예시 (VMware VM)
;실행예시 (VMware VM)
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# dmidecode -s system-product-name
[root@zetawiki ~]# dmidecode -s system-product-name
VMware Virtual Platform
VMware Virtual Platform
</source>
</source>
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# dmidecode | grep "Product Name:"
[root@zetawiki ~]# dmidecode | grep "Product Name:"
Product Name: VMware Virtual Platform
Product Name: VMware Virtual Platform
Product Name: 440BX Desktop Reference Platform
Product Name: 440BX Desktop Reference Platform

2015년 2월 12일 (목) 02:49 판

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