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

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


==리눅스==
==리눅스==
;명령어
{{소스헤더|명령어}}
<source lang='bash'>
<source lang='bash'>
dmidecode -s system-product-name
dmidecode -s system-product-name
11번째 줄: 11번째 줄:
</source>
</source>


;실행예시 (DL360)
{{소스헤더|실행예시 (DL360)}}
<source lang='console'>
<source lang='console'>
[root@zetawiki ~]# dmidecode -s system-product-name
[root@zetawiki ~]# dmidecode -s system-product-name
21번째 줄: 21번째 줄:
</source>
</source>


;실행예시 (VMware VM)
{{소스헤더|실행예시 (VMware VM)}}
<source lang='console'>
<source lang='console'>
[root@zetawiki ~]# dmidecode -s system-product-name
[root@zetawiki ~]# dmidecode -s system-product-name

2019년 9월 26일 (목) 22:55 기준 최신판

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 }}