솔라리스: prtconf -pv > hcl.txt 리눅스: lspci -vv -n > hcl.txt 윈도우: reg query hklm\system\currentcontrolset\enum\pci /s > hcl.txt와 같은 커맨드를 실행시키면 hcl.txt가 생성된다. 이를 Sun Device Detection Tool의 [File → Imports...] 에서 읽어오면 아래와 같은 화면을 얻을 수 있다.

root@wl ~ # /usr/X11/bin/scanpci ... pci bus 0x0002 cardnum 0x05 function 0x00: vendor 0x10b7 device 0x1700 3Com Corporation 3c940 10/100/1000Base-T [Marvell] ... root@wl ~ #* 리눅스
root@wllinux ~ # /sbin/lspci ... 00:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) ... root@wllinux ~ # /sbin/lspci -n ... 00:07.0 0200: 10ec:8139 (rev 10) ... root@wllinux ~ #※ 솔라리스x86에서 각각의 PCI장치에 대해 붙어있는 드라이버의 이름을 보려면 아래와 같이 한다.
root@wl ~ # prtconf -D
...
pci10b7,9055, instance #0 (driver name: elxl)
pci8086,70, instance #0 (driver name: iprb)
...
root@wl ~ #
root@wl ~ # sysdef -d
Node 'i86pc', unit #-1
Node 'scsi_vhci', unit #0
Node 'isa', unit #0
Node 'i8042', unit #0
Node 'keyboard', unit #0
Node 'mouse', unit #0
Node 'fdc', unit #0
Node 'fd', unit #0
Node 'lp', unit #0
Node 'pci', unit #0
Node 'pci8086,1237', unit #-1 (no driver)
Node 'pci8086,7000', unit #-1 (no driver)
Node 'pci-ide', unit #0
Node 'ide', unit #0
Node 'cmdk', unit #0
Node 'ide', unit #1
Node 'sd', unit #0
Node 'display', unit #0
Node 'pci8086,1e', unit #0
Node 'pci80ee,cafe', unit #0
Node 'pci8086,0', unit #-1 (no driver)
Node 'pci106b,3f', unit #0
Node 'pci8086,7113', unit #-1 (no driver)
Node 'pci8086,265c', unit #0
Node 'pci1000,8000', unit #0
Node 'sd', unit #10
Node 'sd', unit #9
Node 'iscsi', unit #0
Node 'pseudo', unit #0
Node 'zconsnex', unit #1
...
Node 'llc2', unit #0
Node 'options', unit #0
Node 'agpgart', unit #0
Node 'objmgr', unit #0
Node 'xsvc', unit #0
Node 'acpi', unit #-1 (no driver)
Node 'used-resources', unit #-1 (no driver)
Node 'cpus', unit #0
Node 'cpu', unit #-1 (no driver)
root@wl ~ #
root@wl ~ # prtconf
System Configuration: Sun Microsystems i86pc
Memory size: 768 Megabytes
System Peripherals (Software Nodes):
i86pc
scsi_vhci, instance #0
isa, instance #0
i8042, instance #0
keyboard, instance #0
mouse, instance #0
fdc, instance #0
fd, instance #0
lp, instance #0
pci, instance #0
pci8086,1237 (driver not attached)
pci8086,7000 (driver not attached)
pci-ide, instance #0
ide, instance #0
cmdk, instance #0
ide, instance #1
sd, instance #0
display, instance #0
pci8086,1e, instance #0
pci80ee,cafe, instance #0
pci8086,0 (driver not attached)
pci106b,3f, instance #0
pci8086,7113 (driver not attached)
pci8086,265c, instance #0
pci1000,8000, instance #0
sd, instance #10
sd, instance #9
iscsi, instance #0
pseudo, instance #0
options, instance #0
agpgart, instance #0
objmgr, instance #0
xsvc, instance #0
acpi (driver not attached)
used-resources (driver not attached)
cpus, instance #0
cpu (driver not attached)
root@wl ~ #
root@wl ~ # prtdiag -v
시스템 구성: Sun Microsystems sun4u Sun Ultra 45 Workstation
시스템 클록 주파수: 200 MHz
메모리 크기: 1GB
==================================== CPUs ====================================
E$ CPU CPU
CPU Freq Size Implementation Mask Status Location
--- -------- ---------- --------------------- ----- ------ --------
0 1600 MHz 1MB SUNW,UltraSPARC-IIIi 3.4 on-line MB/0
================================= IO 장치 =================================
============================== 메모리 구성 ==============================
세그먼트 테이블:
-----------------------------------------------------------------------
기본 주소 크기 인터리브 계수 포함
-----------------------------------------------------------------------
0x200000000 1GB 1 BankIDs 0
뱅크 테이블:
-----------------------------------------------------------
물리적 위치
ID ControllerID GroupID 크기 인터리브 방식
-----------------------------------------------------------
0 0 1 1GB 0
메모리 모듈 그룹:
--------------------------------------------------
ControllerID GroupID Labels Status
--------------------------------------------------
0 1 MB/DIMM2
0 1 MB/DIMM0
=============================== usb 장치 ===============================
Name Port#
------------ -----
mouse 1
keyboard 2
=============================== usb 장치 ===============================
Name Port#
------------ -----
hub 7
=============================== 환경 상태 ===============================
팬 상태:
-------------------------------------------
Location Sensor Status
-------------------------------------------
F0 cpu0-fan okay
F2 pci-fan okay
F3 system-fan3 okay
F4 system-fan4 okay
온도 센서:
-----------------------------------------
Location Sensor Status
-----------------------------------------
MB/0 cpu0-sensor okay
MB mb-sensor okay
MB adt7462-sensor okay
MB lm95221-sensor okay
MB fire-sensor okay
MB lsi1064-sensor okay
FIOB front_panel-sensor okay
MB psu-sensor okay
================================= HW 개정 =================================
ASIC Revisions:
-------------------------------------------------------------------
Path Device Status Revision
-------------------------------------------------------------------
/pci@1e,600000 pciex108e,80f0 okay 3
/pci@1f,700000 pciex108e,80f0 okay 3
시스템 PROM 개정:
----------------------
OBP 4.21.6 2006/03/31 15:02 Sun Ultra 45 Workstation
POST 4.21.6 2006/03/31 15:24
root@wl ~ #
|
|
Copyright © 2004-2010 Jo HoSeok. All rights reserved. |