/usr/sbin/prtconf
rootユーザでのみ実行可能です。
| prtconf [オプション] | システムの構成を出力します。ハードウェアが認識されていれば、そのハードウェアは適切に稼働しています。 |
|---|
| なし | システムの構成を表示します。 |
|---|---|
| -v | システムの構成を詳細表示モードで表示します。 |
prtconf
prtconf -v
デバイスまたはサブデバイスについて「(driver not attached)」というメッセージが表示される場合、デバイスのドライバは破損しているか、存在しません。
# prtconf
System Configuration: Sun Microsystems sun4us
Memory size: 2048 Megabytes
System Peripherals (Software Nodes):
FJSV,GPUS
scsi_vhci, instance #0
packages (driver not attached)
terminal-emulator (driver not attached)
・
・
・
システムにインストールされているメモリーを表示します。
# prtconf | grep Memory Memory size: 2048 Megabytes
システムの構成を詳細表示モードで表示します。
# prtconf -v
System Configuration: Sun Microsystems sun4us
Memory size: 1024 Megabytes
System Peripherals (Software Nodes):
FJSV,GPUS
System properties:
name='fm-capable' type=int items=1
value=00000009
name='relative-addressing' type=int items=1
value=00000001
name='MMU_PAGEOFFSET' type=int items=1
value=00001fff
name='MMU_PAGESIZE' type=int items=1
value=00002000
name='PAGESIZE' type=int items=1
value=00002000
Driver properties:
name='pm-hardware-state' type=string items=1 dev=none
value='no-suspend-resume'
name='fm-errcb-capable' type=boolean dev=none
name='fm-ereport-capable' type=boolean dev=none
scsi_vhci, instance #0
System properties:
name='class' type=string items=1
value='root'
name='load-balance' type=string items=1
value='round-robin'
name='auto-failback' type=string items=1
value='enable'
・
・
・