Next | Prev | Up | Top | Contents | Index

Checking Installed Hardware With hinv

The hinv command displays the workstation or server's hardware inventory. This command can be run from the Command (PROM) Monitor or from your system shell prompt. Pertinent information such as the processor type, amount of main memory, and all disks, tape drives, or other devices is included. A sample hinv output for a typical workstation is:

1 100 MHZ IP22 Processor
FPU: MIPS R4010 Floating Point Chip Revision: 0.0
CPU: MIPS R4000 Processor Chip Revision: 3.0
On-board serial ports: 2
On-board bi-directional parallel port
Data cache size: 8 Kbytes
Instruction cache size: 8 Kbytes
Secondary unified instruction/data cache size: 1 Mbyte
Main memory size: 64 Mbytes
Vino video: unit 1, revision 1
Iris Audio Processor: version A2 revision 4.1.0
Integral Ethernet: ec0, version 1
CDROM: unit 4 on SCSI controller 0
Disk drive: unit 1 on SCSI controller 0
Integral SCSI controller 0: Version WD33C93B, revision D
Graphics board: Indy 24-bit
A sample hinv output for a major server is:

12 200 MHZ IP19 Processors
CPU: MIPS R4400 Processor Chip Revision: 6.0
FPU: MIPS R4010 Floating Point Chip Revision: 0.0
Data cache size: 16 Kbytes
Instruction cache size: 16 Kbytes
Secondary unified instruction/data cache size: 4 Mbytes
Main memory size: 512 Mbytes, 4-way interleaved
I/O board, Ebus slot 11: IO4 revision 1
I/O board, Ebus slot 13: IO4 revision 1
I/O board, Ebus slot 15: IO4 revision 1
Integral EPC serial ports: 4
Integral Ethernet controller: et2, Ebus slot 11
Integral Ethernet controller: et1, Ebus slot 13
Integral Ethernet controller: et0, Ebus slot 15
XPI FDDI controller: xpi0, slot 15, adapter 6, firmware version 9506010800, DAS
XPI FDDI controller: xpi1, slot 15, adapter 6, firmware version 9506010800, DAS
EPC external interrupts
Integral SCSI controller 131: Version WD33C95A, single ended, revision 0
Integral SCSI controller 130: Version WD33C95A, single ended, revision 0
Integral SCSI controller 111: Version WD33C95A, single ended, revision 0
Integral SCSI controller 110: Version WD33C95A, single ended, revision 0
Integral SCSI controller 1: Version WD33C95A, differential, revision 0
Disk drive: unit 1 on SCSI controller 1
Integral SCSI controller 0: Version WD33C95A, differential, revision 0
Disk drive: unit 5 on SCSI controller 0
Disk drive: unit 4 on SCSI controller 0
Disk drive: unit 3 on SCSI controller 0
Disk drive: unit 2 on SCSI controller 0
Integral SCSI controller 4: Version SCIP/WD33C95A
Integral SCSI controller 3: Version SCIP/WD33C95A
Disk drive: unit 5 on SCSI controller 3
Disk drive: unit 4 on SCSI controller 3
Disk drive: unit 3 on SCSI controller 3
Disk drive: unit 2 on SCSI controller 3
Integral SCSI controller 2: Version SCIP/WD33C95A
Disk drive: unit 5 on SCSI controller 2
Disk drive: unit 4 on SCSI controller 2
Disk drive: unit 3 on SCSI controller 2
Disk drive: unit 2 on SCSI controller 2
CC synchronization join counter
Integral EPC parallel port: Ebus slot 11
Integral EPC parallel port: Ebus slot 13
Integral EPC parallel port: Ebus slot 15
VME bus: adapter 0 mapped to adapter 61
VME bus: adapter 61
If a piece of peripheral hardware installed on your system does not appear in the hinv output, it may or may not be an indication of trouble with your hardware. Some peripherals connected to the system by a board on a VME bus will not be identified when running hinv from the Command Monitor. First, you should invoke hinv from a system shell prompt; If your peripheral is still not recognized, attempt to reseat the board or device in its socket and check that it is using the correct SCSI address. If this does not relieve the problem, the hardware itself may be defective. Note also that most devices are not recognized by hinv until the MAKEDEV(1M) command has been run after their installation.


Next | Prev | Up | Top | Contents | Index