mfiutil.8 (935205e2307611615ed5a7fe0a32b225ffd8c19c) mfiutil.8 (2e5df98a18f21f1e6631e014413e2f8f0f74034a)
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 June 20, 2011
30.Dd September 2, 2011
31.Dt MFIUTIL 8
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

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

98.Nm
99.Op Fl u Ar unit
100.Cm abort rebuild Ar drive
101.Nm
102.Op Fl u Ar unit
103.Cm locate Ar drive Brq "on | off"
104.Nm
105.Op Fl u Ar unit
31.Dt MFIUTIL 8
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

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

98.Nm
99.Op Fl u Ar unit
100.Cm abort rebuild Ar drive
101.Nm
102.Op Fl u Ar unit
103.Cm locate Ar drive Brq "on | off"
104.Nm
105.Op Fl u Ar unit
106.Cm cache Ar volume Op Ar setting Op Ar value
106.Cm cache Ar volume Op Ar setting Oo Ar value Oc Op ...
107.Nm
108.Op Fl u Ar unit
109.Cm name Ar volume Ar name
110.Nm
111.Op Fl u Ar unit
112.Cm volume progress Ar volume
113.Nm
114.Op Fl u Ar unit

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

362command.
363.It Cm locate Ar drive Brq "on | off"
364Change the state of the external LED associated with
365.Ar drive .
366.El
367.Pp
368The logical volume management commands include:
369.Bl -tag -width indent
107.Nm
108.Op Fl u Ar unit
109.Cm name Ar volume Ar name
110.Nm
111.Op Fl u Ar unit
112.Cm volume progress Ar volume
113.Nm
114.Op Fl u Ar unit

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

362command.
363.It Cm locate Ar drive Brq "on | off"
364Change the state of the external LED associated with
365.Ar drive .
366.El
367.Pp
368The logical volume management commands include:
369.Bl -tag -width indent
370.It Cm cache Ar volume Op Ar setting Op Ar value
370.It Cm cache Ar volume Op Ar setting Oo Ar value Oc Op ...
371If no
372.Ar setting
371If no
372.Ar setting
373argument is supplied, then the current cache policy for
373arguments are supplied, then the current cache policy for
374.Ar volume
375is displayed;
376otherwise,
377the cache policy for
378.Ar volume
379is modified.
374.Ar volume
375is displayed;
376otherwise,
377the cache policy for
378.Ar volume
379is modified.
380The optional
380One or more
381.Ar setting
381.Ar setting
382argument can be one of the following values:
382arguments may be given.
383Some settings take an additional
384.Ar value
385argument as noted below.
386The valid settings are:
383.Bl -tag -width indent
384.It Cm enable
385Enable caching for both read and write I/O operations.
386.It Cm disable
387Disable caching for both read and write I/O operations.
388.It Cm reads
389Enable caching only for read I/O operations.
390.It Cm writes

--- 213 unchanged lines hidden ---
387.Bl -tag -width indent
388.It Cm enable
389Enable caching for both read and write I/O operations.
390.It Cm disable
391Disable caching for both read and write I/O operations.
392.It Cm reads
393Enable caching only for read I/O operations.
394.It Cm writes

--- 213 unchanged lines hidden ---