AIX | prtconf | awk -F: '/^System Model:/ { print $2 }' | sed -e 's/IBM,//' or uname -M |
HP-UX | model |
SunOS | (i386) smbios
-t SMB_TYPE_SYSTEM | grep Product | awk -F: '{ print $2 }' (sparc) prtdiag | grep 'System Configuration' | sed -e 's/sun4[uv] /@/' | awk -F'@' '{ print $2 }' |
Linux | dmidecode -s system-product-name | egrep -v '^#|^$' |
Windows | (wmic computersystem get Model | findstr /v "^$" | select -Last 1).Trim() |
Thursday, July 27, 2017
▷ H/W model (H/W 모델)
Subscribe to:
Post Comments (Atom)
◈ Recent Post
▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)
[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명 How to use keypad, and to drag until found. 키패드를...
◈ Popular Posts
-
[ Get other values for a conditional row. ] [ 조건에 맞는 행의 다른 값들 가져오기. ] 0. Select the cell. 해당 셀을 선택한다. 0. Run the function wizard...
-
[ df command with one line ] 1. df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-LogVol00 ...
-
[ PostgreSQL Streaming 복제 구성 ] https://www.postgresql.org/download/ ■ 개요 - postgresql log streaming replication 82.버젼부터 제공되던 log shi...
No comments:
Post a Comment