OpenBSD-4.6/share/man/man4/ips.4

Compare this file to the similar file:
Show the results in this format:

.\"	$OpenBSD: ips.4,v 1.12 2009/03/24 08:43:54 grange Exp $
.\"
.\" Copyright (c) 2006, 2009 Alexander Yurchenko <grange@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" TORTIOUS ACTION, ARISING OUT OF
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: March 24 2009 $
.Dt IPS 4
.Os
.Sh NAME
.Nm ips
.Nd IBM SATA/SCSI ServeRAID controller
.Sh SYNOPSIS
.Cd "ips* at pci?"
.Cd "scsibus* at ips?"
.Sh DESCRIPTION
The
.Nm
driver provides support for IBM ServeRAID controllers, including:
.Pp
.Bl -bullet -width Ds -offset indent -compact
.It
ServeRAID 3H/3HB/3L
.It
ServeRAID 4H/4L/4Lx/4M/4Mx
.It
ServeRAID 5i/5i II
.It
ServeRAID 6i/6M
.It
ServeRAID 7k/7M/7t
.El
.Pp
Although the controllers are actual RAID controllers,
the driver makes them look just like SCSI controllers.
All RAID configuration is done through the bootable
IBM ServeRAID Support CD;
a CD image is freely available at the IBM website.
.Pp
The management interface is provided through the
.Xr bio 4
device or one of the daughter
.Xr sd 4
devices as implemented in the
.Xr bioctl 8
utility.
Logical disk status is exposed under the
.Va hw.sensors
.Xr sysctl 8
and can be monitored using
.Xr sensorsd 8 .
.Sh SEE ALSO
.Xr bio 4 ,
.Xr intro 4 ,
.Xr pci 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr bioctl 8 ,
.Xr sensorsd 8 ,
.Xr sysctl 8
.Pp
.Pa http://www.ibm.com
.Sh HISTORY
The
.Nm
driver first appeared in
.Ox 4.1 .
.Sh AUTHORS
.An -nosplit
The
.Nm
driver was written by
.An Alexander Yurchenko Aq grange@openbsd.org .
.Sh CAVEATS
Due to
.Xr bioctl 8
limitations the
.Nm
driver associates all unused and hot spare drives with the first volume
but the drives can be used for rebuilding any degraded volume.