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

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


;실행예시 (DL360)
;실행예시 (DL360)
<source lang='cli'>
<source lang='console'>
[root@zetawiki ~]# 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='console'>
[root@zetawiki ~]# dmidecode | grep "Product Name:"
[root@zetawiki ~]# dmidecode | grep "Product Name:"
         Product Name: ProLiant DL360 G7
         Product Name: ProLiant DL360 G7
22번째 줄: 22번째 줄:


;실행예시 (VMware VM)
;실행예시 (VMware VM)
<source lang='cli'>
<source lang='console'>
[root@zetawiki ~]# 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='console'>
[root@zetawiki ~]# dmidecode | grep "Product Name:"
[root@zetawiki ~]# dmidecode | grep "Product Name:"
Product Name: VMware Virtual Platform
Product Name: VMware Virtual Platform

2016년 3월 29일 (화) 14:01 판

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

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}