hada(7) DG/UX 5.4R3.00 hada(7)
NAME
hada - VME High Availability Disk Array subsystem adapter
SYNOPSIS
hada([[vmebus,]def]) or
hada@devicecode([vmebus,]adapaddr)
DESCRIPTION
The hada adapter allows an AViiON server to access a High
Availability Disk Array (H.A.D.A.) system. The adapter links a host's
VME bus to group of Small Computer System Interface (SCSI) buses.
There are two device specification formats, shown above. The first
format accepts default values. The second format specifies all
values:
def is a hexadecimal number (range 0-3), selecting a default
device code and VME address for the adapter. Null equals
0.
devicecode is the hexadecimal device code of the adapter preceded
by the @ character.
vmebus The device name of the parent VME bus to which the hada
controller is attached, such as vme(0) or vme(1). If
this parameter is omitted, a parent bus of vme(0) is
assumed, and all subsequent parameters move up one
position. Thus, hada(3) is equivalent to
hada(vme(0),3).
adapaddr is the adapter's hexadecimal VME address.
Four short-hand defaults are provided. They are: hada(0), hada(1),
hada(2), and hada(3), which correspond to the device code/base
address pairs: 70/FFFF1000, 71/FFFF1400, 72/FFFF1800, 73/FFFF1C00.
This adapter supports two basic device types: disk-array units, and
general-purpose SCSI units. Each disk-array unit may be composed of
a disk array (three or more disks), a disk mirror (two disks), or a
single disk. They are accessible only through the disk array device
driver, da(7), and must be associated with a particular controller
using the gridman(1M) utility before they may be used. Refer to
da(7), and gridman(1M) for more detail.
An additional SCSI bus is used for general-purpose SCSI devices.
This bus supports a maximum of six SCSI devices, whose SCSI IDs range
from zero to five, inclusive. Devices on this bus may be accessed
using the DG/UX SCSI adapter interface described under "Writing a
Device Driver" in Programming in the DG/UX Kernel Environment. No
special preparation with gridman(1M) is required before devices on
this bus may be used. They are permanently associated with unit
numbers zero through five.
Licensed material--property of copyright holder(s) 1
hada(7) DG/UX 5.4R3.00 hada(7)
SEE ALSO
sd(7), st(7), da(7), vme(7), gridman(1M).
Licensed material--property of copyright holder(s) 2