Deleted Added
full compact
mptutil.8 (233455) mptutil.8 (233648)
1.\"
2.\" Copyright (c) 2008 Yahoo!, Inc.
3.\" All rights reserved.
4.\" Written by: John Baldwin <jhb@FreeBSD.org>
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
1.\"
2.\" Copyright (c) 2008 Yahoo!, Inc.
3.\" All rights reserved.
4.\" Written by: John Baldwin <jhb@FreeBSD.org>
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
30.\" $FreeBSD: head/usr.sbin/mptutil/mptutil.8 233455 2012-03-25 09:18:34Z joel $
30.\" $FreeBSD: head/usr.sbin/mptutil/mptutil.8 233648 2012-03-29 05:02:12Z eadler $
31.\"
32.Dd August 16, 2009
33.Dt MPTUTIL 8
34.Os
35.Sh NAME
36.Nm mptutil
37.Nd Utility for managing LSI Fusion-MPT controllers
38.Sh SYNOPSIS

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

65.Nm
66.Op Fl u Ar unit
67.Cm name Ar volume Ar name
68.Nm
69.Op Fl u Ar unit
70.Cm volume status Ar volume
71.Nm
72.Op Fl u Ar unit
31.\"
32.Dd August 16, 2009
33.Dt MPTUTIL 8
34.Os
35.Sh NAME
36.Nm mptutil
37.Nd Utility for managing LSI Fusion-MPT controllers
38.Sh SYNOPSIS

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

65.Nm
66.Op Fl u Ar unit
67.Cm name Ar volume Ar name
68.Nm
69.Op Fl u Ar unit
70.Cm volume status Ar volume
71.Nm
72.Op Fl u Ar unit
73.Cm volume cache Ar volume
73.Cm volume cache Ar volume
74.Ar enable|disable
75.Nm
76.Op Fl u Ar unit
77.Cm clear
78.Nm
79.Op Fl u Ar unit
80.Cm create Ar type
81.Op Fl q

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

381.Dq exotic
382configurations may not work reliably.
383.Pp
384Drive configuration commands result in an excessive flood of messages on the
385console.
386.Pp
387The mpt version 1 API that is used by
388.Nm
74.Ar enable|disable
75.Nm
76.Op Fl u Ar unit
77.Cm clear
78.Nm
79.Op Fl u Ar unit
80.Cm create Ar type
81.Op Fl q

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

381.Dq exotic
382configurations may not work reliably.
383.Pp
384Drive configuration commands result in an excessive flood of messages on the
385console.
386.Pp
387The mpt version 1 API that is used by
388.Nm
389and
389and
390.Xr mpt 4
391doesn't support volumes above two terabytes.
392This is a limitation of the API.
393If you are using this adapter with volumes larger than two terabytes, use the adapter in JBOD mode.
394Utilize
395.Xr geom 8 ,
396.Xr zfs 8 ,
397or another software volume manager to work around this limitation.
390.Xr mpt 4
391doesn't support volumes above two terabytes.
392This is a limitation of the API.
393If you are using this adapter with volumes larger than two terabytes, use the adapter in JBOD mode.
394Utilize
395.Xr geom 8 ,
396.Xr zfs 8 ,
397or another software volume manager to work around this limitation.