mfiutil.8 (cbd59a4f658ff44ebe2aab164cc6f830f8dfcd62) mfiutil.8 (3c6bf4efb9532f9569d00bc092fa87e1ad72c3d3)
1.\" Copyright (c) 2008, 2009 Yahoo!, Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 13 unchanged lines hidden (view full) ---

22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD$
29.\"
1.\" Copyright (c) 2008, 2009 Yahoo!, Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 13 unchanged lines hidden (view full) ---

22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD$
29.\"
30.Dd August 16, 2009
31.Dt MFIUTIL 8
30.Dd June 17, 2008
31.Dt MFIUTIL 1
32.Os
33.Sh NAME
34.Nm mfiutil
35.Nd Utility for managing LSI MegaRAID SAS controllers
36.Sh SYNOPSIS
37.Nm
38.Cm version
39.Nm

--- 116 unchanged lines hidden (view full) ---

156First,
157a volume may be identified by its target ID.
158Second,
159on the volume may be specified by the corresponding
160.Em mfidX
161device,
162such as
163.Em mfid0 .
32.Os
33.Sh NAME
34.Nm mfiutil
35.Nd Utility for managing LSI MegaRAID SAS controllers
36.Sh SYNOPSIS
37.Nm
38.Cm version
39.Nm

--- 116 unchanged lines hidden (view full) ---

156First,
157a volume may be identified by its target ID.
158Second,
159on the volume may be specified by the corresponding
160.Em mfidX
161device,
162such as
163.Em mfid0 .
164Note that this second method only works on OS versions
165.Dv 6.2-YAHOO-20070510
166and later.
164.Pp
165Drives may be specified in two forms.
166First,
167a drive may be identified by its device ID.
168The device ID for configured drives can be found in
169.Cm show config .
170Second,
171a drive may be identified by its location as

--- 382 unchanged lines hidden (view full) ---

554.Pp
555Configure the adapter to run periodic patrol reads once a week with the first
556patrol read starting in 5 minutes:
557.Pp
558.Dl Nm Cm patrol auto 604800 300
559.Pp
560.Sh SEE ALSO
561.Xr mfi 4
167.Pp
168Drives may be specified in two forms.
169First,
170a drive may be identified by its device ID.
171The device ID for configured drives can be found in
172.Cm show config .
173Second,
174a drive may be identified by its location as

--- 382 unchanged lines hidden (view full) ---

557.Pp
558Configure the adapter to run periodic patrol reads once a week with the first
559patrol read starting in 5 minutes:
560.Pp
561.Dl Nm Cm patrol auto 604800 300
562.Pp
563.Sh SEE ALSO
564.Xr mfi 4
562.Sh HISTORY
563The
564.Nm
565utility first appeared in
566.Fx 8.0 .
565.Sh BUGS
566On 64-bit OS versions
567.Dv 6.2-YAHOO-20070514
568and earlier,
569the
570.Xr mfi 4
571driver does not properly report firmware errors to 32-bit versions of
572.Nm .
573As a result,
574some commands may fail even though they do not report any errors.