summaryrefslogtreecommitdiff
path: root/sbin/raidctl/raidctl.8
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
commit3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch)
tree16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/raidctl/raidctl.8
parentc021608bd50b74de1b8074e336f7adad03b1c7d8 (diff)
rm trailing whitespace
Diffstat (limited to 'sbin/raidctl/raidctl.8')
-rw-r--r--sbin/raidctl/raidctl.8206
1 files changed, 103 insertions, 103 deletions
diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8
index 795ef13295b..3f38c6a43c4 100644
--- a/sbin/raidctl/raidctl.8
+++ b/sbin/raidctl/raidctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: raidctl.8,v 1.23 2002/02/18 22:57:05 tdeval Exp $
+.\" $OpenBSD: raidctl.8,v 1.24 2002/06/09 08:13:09 todd Exp $
.\" $NetBSD: raidctl.8,v 1.24 2001/07/10 01:30:52 lukem Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -114,7 +114,7 @@ will execute the requested action for all the configured
.Xr raid 4
devices.
.Pp
-The command-line options for
+The command-line options for
.Nm
are as follows:
.Bl -tag -width indent
@@ -125,7 +125,7 @@ as a hot spare for the device
.Ar dev .
.It Fl A Ic yes Ar dev
Make the RAID set auto-configurable. The RAID set will be
-automatically configured at boot
+automatically configured at boot
.Ar before
the root file system is
mounted. Note that all components of the set must be of type RAID in the
@@ -135,21 +135,21 @@ Turn off auto-configuration for the RAID set.
.It Fl A Ic root Ar dev
Make the RAID set auto-configurable, and also mark the set as being
eligible to be the root partition. A RAID set configured this way
-will
+will
.Ar override
the use of the boot disk as the root device. All components of the
set must be of type RAID in the disklabel. Note that the kernel being
booted must currently reside on a non-RAID set.
.It Fl B Ar dev
Initiate a copyback of reconstructed data from a spare disk to
-its original disk. This is performed after a component has failed,
+its original disk. This is performed after a component has failed,
and the failed drive has been reconstructed onto a spare drive.
.It Fl c Ar config_file Ar dev
Configure the RAIDframe device
.Ar dev
according to the configuration given in
-.Ar config_file .
-A description of the contents of
+.Ar config_file .
+A description of the contents of
.Ar config_file
is given later.
.It Fl C Ar config_file Ar dev
@@ -179,10 +179,10 @@ or
.Fl C .
.It Fl i Ar dev
Initialize the RAID device. In particular, (re-write) the parity on
-the selected device. This
+the selected device. This
.Ar MUST
-be done for
-.Ar all
+be done for
+.Ar all
RAID sets before the RAID device is labeled and before
file systems are created on the RAID device.
.It Fl I Ar serial_number Ar dev
@@ -191,7 +191,7 @@ Initialize the component labels on each component of the device.
is used as one of the keys in determining whether a
particular set of components belong to the same RAID set. While not
strictly enforced, different serial numbers should be used for
-different RAID sets. This step
+different RAID sets. This step
.Ar MUST
be performed when a new RAID set is created.
.It Fl p Ar dev
@@ -231,27 +231,27 @@ re-writing, and copybacks, provide a progress indicator.
.Ss Configuration file
The format of the configuration file is complex, and
only an abbreviated treatment is given here. In the configuration
-files, a
+files, a
.Sq #
indicates the beginning of a comment.
.Pp
There are 4 required sections of a configuration file, and 2
-optional sections. Each section begins with a
-.Sq START ,
+optional sections. Each section begins with a
+.Sq START ,
followed by
the section name, and the configuration parameters associated with that
-section. The first section is the
+section. The first section is the
.Sq array
section, and it specifies
the number of rows, columns, and spare disks in the RAID set. For
-example:
+example:
.Bd -unfilled -offset indent
START array
1 3 0
.Ed
.Pp
indicates an array with 1 row, 3 columns, and 0 spare disks. Note
-that although multi-dimensional arrays may be specified, they are
+that although multi-dimensional arrays may be specified, they are
.Ar NOT
supported in the driver.
.Pp
@@ -269,28 +269,28 @@ START disks
specifies the three component disks to be used in the RAID device. If
any of the specified drives cannot be found when the RAID device is
configured, then they will be marked as
-.Sq failed ,
+.Sq failed ,
and the system will
-operate in degraded mode. Note that it is
+operate in degraded mode. Note that it is
.Ar imperative
that the order of the components in the configuration file does not
change between configurations of a RAID device. Changing the order
of the components will result in data loss if the set is configured
-with the
+with the
.Fl C
option. In normal circumstances, the RAID set will not configure if
only
.Fl c
-is specified, and the components are out-of-order.
+is specified, and the components are out-of-order.
.Pp
-The next section, which is the
+The next section, which is the
.Sq spare
section, is optional, and, if
-present, specifies the devices to be used as
+present, specifies the devices to be used as
.Sq hot spares
-- devices
which are on-line, but are not actively used by the RAID driver unless
-one of the main components fail. A simple
+one of the main components fail. A simple
.Sq spare
section might be:
.Bd -unfilled -offset indent
@@ -299,7 +299,7 @@ START spare
.Ed
.Pp
for a configuration with a single spare component. If no spare drives
-are to be used in the configuration, then the
+are to be used in the configuration, then the
.Sq spare
section may be omitted.
.Pp
@@ -326,7 +326,7 @@ While certain values above 1 are permitted, a discussion of valid
values and the consequences of using anything other than 1 are outside
the scope of this document. The last value in this section (5 in this
example) indicates the parity configuration desired. Valid entries
-include:
+include:
.Bl -tag -width inde
.It 0
RAID level 0. No parity, only simple striping.
@@ -356,7 +356,7 @@ fifo 100
.Ed
.Pp
where the queuing method is specified as fifo (first-in, first-out),
-and the size of the per-component queue is limited to 100 requests.
+and the size of the per-component queue is limited to 100 requests.
Other queuing methods may also be specified, but a discussion of them
is beyond the scope of this document.
.Pp
@@ -364,7 +364,7 @@ The final section, the
.Sq debug
section, is optional. For more details
on this the reader is referred to the RAIDframe documentation
-discussed in the
+discussed in the
.Sx HISTORY
section.
@@ -381,14 +381,14 @@ with the use of
and that they understand how the component reconstruction process
works. The examples in this section will focus on configuring a
number of different RAID sets of varying degrees of redundancy.
-By working through these examples, administrators should be able to
+By working through these examples, administrators should be able to
develop a good feel for how to configure a RAID set, and how to
initiate reconstruction of failed components.
.Pp
In the following examples
.Sq raid0
-will be used to denote the RAID device.
-.Sq /dev/rraid0c
+will be used to denote the RAID device.
+.Sq /dev/rraid0c
may be used in place of
.Sq raid0 .
.Pp
@@ -404,9 +404,9 @@ f: 1800000 200495 RAID # (Cyl. 405*- 4041*)
.Ed
.Pp
While
-.Dv FS_BSDFFS
+.Dv FS_BSDFFS
(e.g. 4.2BSD) will also work as the component type, the type
-.Dv FS_RAID
+.Dv FS_RAID
(e.g. RAID) is preferred for RAIDframe use, as it is required for
features such as auto-configuration. As part of the initial
configuration of each RAID set, each component will be given a
@@ -425,7 +425,7 @@ required for the auto-detection and auto-configuration of RAID sets at
boot time. For a component label to be considered valid, that
particular component label must be in agreement with the other
component labels in the set. For example, the serial number,
-.Sq modification counter ,
+.Sq modification counter ,
number of rows and number of columns must all
be in agreement. If any of these are different, then the component is
not considered to be part of the set. See
@@ -433,10 +433,10 @@ not considered to be part of the set. See
for more information about component labels.
.Pp
Once the components have been identified, and the disks have
-appropriate labels,
+appropriate labels,
.Nm ""
is then used to configure the
-.Xr raid 4
+.Xr raid 4
device. To configure the device, a configuration
file which looks something like:
.Bd -unfilled -offset indent
@@ -516,16 +516,16 @@ the RAID 5 case above. Note as well that RAID 1 sets are currently
limited to only 2 components. At present, n-way mirroring is not
possible.
.Pp
-The first time a RAID set is configured, the
+The first time a RAID set is configured, the
.Fl C
option must be used:
.Bd -unfilled -offset indent
# raidctl -C raid0.conf raid0
.Ed
.Pp
-where
+where
.Sq raid0.conf
-is the name of the RAID configuration file. The
+is the name of the RAID configuration file. The
.Fl C
forces the configuration to succeed, even if any of the component
labels are incorrect. The
@@ -534,7 +534,7 @@ option should not be used lightly in
situations other than initial configurations, as if
the system is refusing to configure a RAID set, there is probably a
very good reason for it. After the initial configuration is done (and
-appropriate component labels are added with the
+appropriate component labels are added with the
.Fl I
option) then raid0 can be configured normally with:
.Bd -unfilled -offset indent
@@ -551,19 +551,19 @@ parity on the RAID set. Initializing the component labels is done with:
where
.Sq 112341
is a user-specified serial number for the RAID set. This
-initialization step is
-.Ar required
+initialization step is
+.Ar required
for all RAID sets. As well, using different
-serial numbers between RAID sets is
-.Ar strongly encouraged ,
+serial numbers between RAID sets is
+.Ar strongly encouraged ,
as using the same serial number for all RAID sets will only serve to
decrease the usefulness of the component label checking.
.Pp
Initializing the RAID set is done via the
.Fl i
-option. This initialization
+option. This initialization
.Ar MUST
-be done for
+be done for
.Ar all
RAID sets, since among other things it verifies that the parity (if
any) on the RAID set is correct. Since this initialization may be
@@ -583,7 +583,7 @@ Parity Re-write status:
10% |**** | ETA: 06:03 /
.Ed
.Pp
-The output provides a
+The output provides a
.Sq Percent Complete
in both a numeric and graphical format, as well as an estimated time
to completion of the operation.
@@ -594,7 +594,7 @@ part of RAID, it is critical that the parity is correct
as much as possible. If the parity is not correct, then there is no
guarantee that data will not be lost if a component fails.
.Pp
-Once the parity is known to be correct,
+Once the parity is known to be correct,
it is then safe to perform
.Xr disklabel 8 ,
.Xr newfs 8 ,
@@ -631,13 +631,13 @@ fifo 100
/dev/sd0e is the real component, and will be the second disk of a RAID 1
set. The component /dev/sd6e, which must exist, but have no physical
device associated with it, is simply used as a placeholder.
-Configuration (using
+Configuration (using
.Fl C
-and
+and
.Fl I Ar 12345
as above) proceeds normally, but initialization of the RAID set will
have to wait until all physical components are present. After
-configuration, this set can be used normally, but will be operating
+configuration, this set can be used normally, but will be operating
in degraded mode. Once a second physical component is obtained, it
can be hot-added, the existing data mirrored, and normal operation
resumed.
@@ -685,11 +685,11 @@ Copyback is 100% complete.
This indicates that all is well with the RAID set. Of importance here
are the component lines which read
.Sq optimal ,
-and the
+and the
.Sq Parity status
line which indicates that the parity is up-to-date. Note that if
there are file systems open on the RAID set, the individual components
-will not be
+will not be
.Sq clean
but the set as a whole can still be clean.
.Pp
@@ -781,7 +781,7 @@ Spares:
Note that with the use of
.Fl f
a reconstruction has not been started. To both fail the disk and
-start a reconstruction, the
+start a reconstruction, the
.Fl F
option must be used:
.Bd -unfilled -offset indent
@@ -809,7 +809,7 @@ Copyback is 100% complete.
.Ed
.Pp
This indicates that a reconstruction is in progress. To find out how
-the reconstruction is progressing the
+the reconstruction is progressing the
.Fl S
option may be used. This will indicate the progress in terms of the
percentage of the reconstruction that is completed. When the
@@ -831,7 +831,7 @@ Copyback is 100% complete.
.Ed
.Pp
At this point there are at least two options. First, if /dev/sd2e is
-known to be good (i.e. the failure was either caused by
+known to be good (i.e. the failure was either caused by
.Fl f
or
.Fl F ,
@@ -866,12 +866,12 @@ START drives
.Ed
.Pp
This can be done as /dev/sd4e is completely interchangeable with
-/dev/sd2e at this point. Note that extreme care must be taken when
+/dev/sd2e at this point. Note that extreme care must be taken when
changing the order of the drives in a configuration. This is one of
the few instances where the devices and/or their orderings can be
changed without loss of data! In general, the ordering of components
-in a configuration file should
-.Ar never
+in a configuration file should
+.Ar never
be changed.
.Pp
If a component fails and there are no hot spares
@@ -904,7 +904,7 @@ Reconstruction could then take place using
.Fl F
as describe above.
.Pp
-A second option is to rebuild directly onto /dev/sd2e. Once the disk
+A second option is to rebuild directly onto /dev/sd2e. Once the disk
containing /dev/sd2e has been replaced, one can simply use:
.Bd -unfilled -offset indent
# raidctl -R /dev/sd2e raid0
@@ -950,8 +950,8 @@ spare, the following could be done:
# raidctl -F component1 raid0
.Ed
.Pp
-at which point the data missing from
-.Sq component1
+at which point the data missing from
+.Sq component1
would be reconstructed onto /dev/sd3e.
.Pp
.Ss RAID on RAID
@@ -1008,7 +1008,7 @@ have become scrambled.
Having a system's root file system
.Pq Pa /
on a RAID set is also allowed,
-with the
+with the
.Sq a
partition of such a RAID set being used for
.Pa / .
@@ -1022,12 +1022,12 @@ To return raid0a to be just an auto-configuring set simply use the
arguments.
.Pp
.\" Note that kernels can only be directly read from RAID 1 components on
-.\" alpha and pmax architectures. On those architectures, the
+.\" alpha and pmax architectures. On those architectures, the
.\" .Dv FS_RAID
.\" file system is recognized by the bootblocks, and will properly load the
-.\" kernel directly from a RAID 1 component.
+.\" kernel directly from a RAID 1 component.
.\" For other architectures, or
-Note that kernels can't be directly read from a RAID component.
+Note that kernels can't be directly read from a RAID component.
To support the root file system on RAID sets, some mechanism must be
used to get a kernel booting. For example, a small partition containing
only the secondary boot-blocks and an alternate kernel (or two) could be
@@ -1040,32 +1040,32 @@ as root devices.
.Pp
A typical RAID 1 setup with root on RAID might be as follows:
.Bl -enum
-.It
+.It
wd0a - a small partition, which contains a complete, bootable, basic
.Ox
-installation.
+installation.
.It
wd1a - also contains a complete, bootable, basic
.Ox
installation.
-.It
+.It
wd0e and wd1e - a RAID 1 set, raid0, used for the root file system.
.It
wd0f and wd1f - a RAID 1 set, raid1, which will be used only for
-swap space.
+swap space.
.It
wd0g and wd1g - a RAID 1 set, raid2, used for
.Pa /usr ,
.Pa /home ,
or other data, if desired.
-.It
+.It
wd0h and wd0h - a RAID 1 set, raid3, if desired.
.El
.Pp
RAID sets raid0, raid1, and raid2 are all marked as
auto-configurable. raid0 is marked as being a root file system.
When new kernels are installed, the kernel is not only copied to
-.Pa / ,
+.Pa / ,
but also to wd0a and wd1a. The kernel on wd0a is required, since that
is the kernel the system boots from. The kernel on wd1a is also
required, since that will be the kernel used should wd0 fail. The
@@ -1074,7 +1074,7 @@ available, in the event that one of the drives fail.
.Pp
There is no requirement that the root file system be on the same disk
as the kernel. For example, obtaining the kernel from wd0a, and using
-sd0e and sd1e for raid0, and the root file system, is fine. It
+sd0e and sd1e for raid0, and the root file system, is fine. It
.Ar is
critical, however, that there be multiple kernels available, in the
event of media failure.
@@ -1083,7 +1083,7 @@ Multi-layered RAID devices (such as a RAID 0 set made
up of RAID 1 sets) are
.Ar not
supported as root devices or auto-configurable devices at this point.
-(Multi-layered RAID devices
+(Multi-layered RAID devices
.Ar are
supported in general, however, as mentioned earlier.) Note that in
order to enable component auto-detection and auto-configuration of
@@ -1124,7 +1124,7 @@ Distribution of components among controllers
IO bandwidth
.It
file system access patterns
-.It
+.It
CPU speed
.El
.Pp
@@ -1151,13 +1151,13 @@ be calculated before the stripe is written, and then the stripe data
and parity can be written in parallel. When the amount of data being
written is less than a full stripe worth, the
.Sq small write
-problem occurs. Since a
+problem occurs. Since a
.Sq small write
means only a portion of the stripe on the components is going to
change, the data (and parity) on the components must be updated
-slightly differently. First, the
+slightly differently. First, the
.Sq old parity
-and
+and
.Sq old data
must be read from the components. Then the new parity is constructed,
using the new data to be written, and the old data and old parity.
@@ -1171,7 +1171,7 @@ from the system will use exactly one large stripe write. As is seen
later, there are some file system dependencies which may come into play
here as well.
.Pp
-Since the size of a
+Since the size of a
.Sq large IO
is often (currently) only 32K or 64K, on a 5-drive RAID 5 set it may
be desirable to select a SectPerSU value of 16 blocks (8K) or 32
@@ -1181,8 +1181,8 @@ empirical measurement will provide the best indicators of which
values will yeild better performance.
.Pp
The parameters used for the file system are also critical to good
-performance. For
-.Xr newfs 8 ,
+performance. For
+.Xr newfs 8 ,
for example, increasing the block size to 32K or 64K may improve
performance dramatically. As well, changing the cylinders-per-group
parameter from 16 to 32 or higher is often not only necessary for
@@ -1194,57 +1194,57 @@ Despite the length of this man-page, configuring a RAID set is a
relatively straight-forward process. All that needs to be done is the
following steps:
.Bl -enum
-.It
-Use
-.Xr disklabel 8
+.It
+Use
+.Xr disklabel 8
to create the components (of type RAID).
-.It
-Construct a RAID configuration file: e.g.
-.Sq raid0.conf
-.It
-Configure the RAID set with:
+.It
+Construct a RAID configuration file: e.g.
+.Sq raid0.conf
+.It
+Configure the RAID set with:
.Bd -unfilled -offset indent
# raidctl -C raid0.conf raid0
.Ed
.Pp
-.It
-Initialize the component labels with:
+.It
+Initialize the component labels with:
.Bd -unfilled -offset indent
# raidctl -I 123456 raid0
.Ed
.Pp
-.It
-Initialize other important parts of the set with:
+.It
+Initialize other important parts of the set with:
.Bd -unfilled -offset indent
# raidctl -i raid0
.Ed
.Pp
.It
-Get the default label for the RAID set:
+Get the default label for the RAID set:
.Bd -unfilled -offset indent
# disklabel raid0 > /tmp/label
.Ed
.Pp
-.It
-Edit the label:
+.It
+Edit the label:
.Bd -unfilled -offset indent
# vi /tmp/label
.Ed
.Pp
-.It
-Put the new label on the RAID set:
+.It
+Put the new label on the RAID set:
.Bd -unfilled -offset indent
# disklabel -R -r raid0 /tmp/label
.Ed
.Pp
-.It
-Create the file system:
+.It
+Create the file system:
.Bd -unfilled -offset indent
-# newfs /dev/rraid0e
+# newfs /dev/rraid0e
.Ed
.Pp
.It
-Mount the file system:
+Mount the file system:
.Bd -unfilled -offset indent
# mount /dev/raid0e /mnt
.Ed
@@ -1256,7 +1256,7 @@ Use:
.Ed
.Pp
To re-configure the RAID set the next time it is needed, or put
-raid0.conf into /etc where it will automatically be started by
+raid0.conf into /etc where it will automatically be started by
the /etc/rc scripts.
.El
.Pp