xref: /freebsd/sbin/camcontrol/camcontrol.8 (revision 8604fe2e70732b92bd7fc01bacb724d3bb72b6b9)
1525689f1SJustin T. Gibbs.\"
29deea857SKenneth D. Merry.\" Copyright (c) 1998, 1999 Kenneth D. Merry.
3525689f1SJustin T. Gibbs.\" All rights reserved.
4525689f1SJustin T. Gibbs.\"
5525689f1SJustin T. Gibbs.\" Redistribution and use in source and binary forms, with or without
6525689f1SJustin T. Gibbs.\" modification, are permitted provided that the following conditions
7525689f1SJustin T. Gibbs.\" are met:
8525689f1SJustin T. Gibbs.\" 1. Redistributions of source code must retain the above copyright
9525689f1SJustin T. Gibbs.\"    notice, this list of conditions and the following disclaimer.
10525689f1SJustin T. Gibbs.\" 2. Redistributions in binary form must reproduce the above copyright
11525689f1SJustin T. Gibbs.\"    notice, this list of conditions and the following disclaimer in the
12525689f1SJustin T. Gibbs.\"    documentation and/or other materials provided with the distribution.
13525689f1SJustin T. Gibbs.\" 3. The name of the author may not be used to endorse or promote products
14525689f1SJustin T. Gibbs.\"    derived from this software without specific prior written permission.
15525689f1SJustin T. Gibbs.\"
16525689f1SJustin T. Gibbs.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17525689f1SJustin T. Gibbs.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18525689f1SJustin T. Gibbs.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19525689f1SJustin T. Gibbs.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20525689f1SJustin T. Gibbs.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21525689f1SJustin T. Gibbs.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22525689f1SJustin T. Gibbs.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23525689f1SJustin T. Gibbs.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24525689f1SJustin T. Gibbs.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25525689f1SJustin T. Gibbs.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26525689f1SJustin T. Gibbs.\" SUCH DAMAGE.
27525689f1SJustin T. Gibbs.\"
288604fe2eSSADA Kenji.\"	$Id: camcontrol.8,v 1.13 1999/05/19 19:39:11 ken Exp $
29525689f1SJustin T. Gibbs.\"
30525689f1SJustin T. Gibbs.Dd September 14, 1998
31525689f1SJustin T. Gibbs.Dt CAMCONTROL 8
32525689f1SJustin T. Gibbs.Os FreeBSD 3.0
33525689f1SJustin T. Gibbs.Sh NAME
34525689f1SJustin T. Gibbs.Nm camcontrol
35525689f1SJustin T. Gibbs.Nd CAM control program
36525689f1SJustin T. Gibbs.Sh SYNOPSIS
37525689f1SJustin T. Gibbs.Nm camcontrol
38525689f1SJustin T. Gibbs.Aq command
39c60e19a8SKenneth D. Merry.Op device id
40525689f1SJustin T. Gibbs.Op generic args
41525689f1SJustin T. Gibbs.Op command args
42525689f1SJustin T. Gibbs.Nm camcontrol
43525689f1SJustin T. Gibbsdevlist
44525689f1SJustin T. Gibbs.Op Fl v
45525689f1SJustin T. Gibbs.Nm camcontrol
46525689f1SJustin T. Gibbsperiphlist
47c60e19a8SKenneth D. Merry.Op device id
48525689f1SJustin T. Gibbs.Op Fl n Ar dev_name
49525689f1SJustin T. Gibbs.Op Fl u Ar unit_number
50525689f1SJustin T. Gibbs.Nm camcontrol
51525689f1SJustin T. Gibbstur
52c60e19a8SKenneth D. Merry.Op device id
53525689f1SJustin T. Gibbs.Op generic args
54525689f1SJustin T. Gibbs.Nm camcontrol
55525689f1SJustin T. Gibbsinquiry
56c60e19a8SKenneth D. Merry.Op device id
57525689f1SJustin T. Gibbs.Op generic args
58525689f1SJustin T. Gibbs.Op Fl D
59525689f1SJustin T. Gibbs.Op Fl S
60525689f1SJustin T. Gibbs.Op Fl R
61525689f1SJustin T. Gibbs.Nm camcontrol
62525689f1SJustin T. Gibbsstart
63c60e19a8SKenneth D. Merry.Op device id
64525689f1SJustin T. Gibbs.Op generic args
65525689f1SJustin T. Gibbs.Nm camcontrol
66525689f1SJustin T. Gibbsstop
67c60e19a8SKenneth D. Merry.Op device id
68525689f1SJustin T. Gibbs.Op generic args
69525689f1SJustin T. Gibbs.Nm camcontrol
70525689f1SJustin T. Gibbseject
71c60e19a8SKenneth D. Merry.Op device id
72525689f1SJustin T. Gibbs.Op generic args
73525689f1SJustin T. Gibbs.Nm camcontrol
74525689f1SJustin T. Gibbsrescan
75525689f1SJustin T. Gibbs.Aq bus Ns Op :target:lun
76525689f1SJustin T. Gibbs.Nm camcontrol
77a2a44836SMatt Jacobreset
78a2a44836SMatt Jacob.Aq bus Ns Op :target:lun
79a2a44836SMatt Jacob.Nm camcontrol
80525689f1SJustin T. Gibbsdefects
81c60e19a8SKenneth D. Merry.Op device id
82525689f1SJustin T. Gibbs.Op generic args
83525689f1SJustin T. Gibbs.Aq Fl f Ar format
84525689f1SJustin T. Gibbs.Op Fl P
85525689f1SJustin T. Gibbs.Op Fl G
86525689f1SJustin T. Gibbs.Nm camcontrol
87525689f1SJustin T. Gibbsmodepage
88c60e19a8SKenneth D. Merry.Op device id
89525689f1SJustin T. Gibbs.Op generic args
90525689f1SJustin T. Gibbs.Aq Fl m Ar page
911ac2383cSBill Fumerola.Op Fl P Ar pgctl
92525689f1SJustin T. Gibbs.Op Fl e
93525689f1SJustin T. Gibbs.Op Fl d
94525689f1SJustin T. Gibbs.Nm camcontrol
95525689f1SJustin T. Gibbscmd
96c60e19a8SKenneth D. Merry.Op device id
97525689f1SJustin T. Gibbs.Op generic args
98525689f1SJustin T. Gibbs.Aq Fl c Ar cmd Op args
99525689f1SJustin T. Gibbs.Op Fl i Ar len Ar fmt
100525689f1SJustin T. Gibbs.Bk -words
101525689f1SJustin T. Gibbs.Op Fl o Ar len Ar fmt Op args
102525689f1SJustin T. Gibbs.Ek
103525689f1SJustin T. Gibbs.Nm camcontrol
104525689f1SJustin T. Gibbsdebug
105525689f1SJustin T. Gibbs.Op Fl I
106525689f1SJustin T. Gibbs.Op Fl T
107525689f1SJustin T. Gibbs.Op Fl S
10894d09127SKenneth D. Merry.Op Fl c
109525689f1SJustin T. Gibbs.Aq all|off|bus Ns Op :target Ns Op :lun
1109deea857SKenneth D. Merry.Nm camcontrol
1119deea857SKenneth D. Merrytags
112c60e19a8SKenneth D. Merry.Op device id
1139deea857SKenneth D. Merry.Op generic args
1149deea857SKenneth D. Merry.Op Fl N Ar tags
1159deea857SKenneth D. Merry.Op Fl q
1169deea857SKenneth D. Merry.Op Fl v
1179deea857SKenneth D. Merry.Nm camcontrol
1189deea857SKenneth D. Merrynegotiate
119c60e19a8SKenneth D. Merry.Op device id
1209deea857SKenneth D. Merry.Op generic args
1219deea857SKenneth D. Merry.Op Fl c
1229deea857SKenneth D. Merry.Op Fl D Ar enable|disable
1239deea857SKenneth D. Merry.Op Fl O Ar offset
1249deea857SKenneth D. Merry.Op Fl q
1259deea857SKenneth D. Merry.Op Fl R Ar syncrate
1269deea857SKenneth D. Merry.Op Fl T Ar enable|disable
1279deea857SKenneth D. Merry.Op Fl U
1289deea857SKenneth D. Merry.Op Fl W Ar bus_width
1299deea857SKenneth D. Merry.Op Fl v
130c60e19a8SKenneth D. Merry.Nm camcontrol
131c60e19a8SKenneth D. Merryhelp
132525689f1SJustin T. Gibbs.Sh DESCRIPTION
133525689f1SJustin T. Gibbs.Nm camcontrol
134525689f1SJustin T. Gibbsis a utility designed to provide a way for users to access and control the
135525689f1SJustin T. Gibbs.Tn FreeBSD
136525689f1SJustin T. GibbsCAM subsystem.
137525689f1SJustin T. Gibbs.Pp
138525689f1SJustin T. Gibbs.Nm camcontrol
139525689f1SJustin T. Gibbscan cause a loss of data and/or system crashes if used improperly.  Even
1409deea857SKenneth D. Merryexpert users are encouraged to exercise caution when using this command.
141525689f1SJustin T. GibbsNovice users should stay away from this utility.
142525689f1SJustin T. Gibbs.Pp
143525689f1SJustin T. Gibbs.Nm camcontrol
144c60e19a8SKenneth D. Merryhas a number of primary functions, many of which support an optional
145c60e19a8SKenneth D. Merrydevice identifier.  A device identifier can take one of three forms:
146c60e19a8SKenneth D. Merry.Bl -tag -width 01234567890123
147c60e19a8SKenneth D. Merry.It deviceUNIT
148c60e19a8SKenneth D. MerrySpecify a device name and unit number combination, like "da5" or "cd3".
149c60e19a8SKenneth D. MerryNote that character device node names (e.g. /dev/rsd0.ctl) are
150c60e19a8SKenneth D. Merry.Em not
151c60e19a8SKenneth D. Merryallowed here.
152c60e19a8SKenneth D. Merry.It bus:target
153c60e19a8SKenneth D. MerrySpecify a bus number and target id.  The bus number can be determined from
154c60e19a8SKenneth D. Merrythe output of
155c60e19a8SKenneth D. Merry.Dq camcontrol devlist .
156c60e19a8SKenneth D. MerryThe lun defaults to 0.
157c60e19a8SKenneth D. Merry.It bus:target:lun
158c60e19a8SKenneth D. MerrySpecify the bus, target and lun for a device.  (e.g. 1:2:0)
159c60e19a8SKenneth D. Merry.El
160c60e19a8SKenneth D. Merry.Pp
161c60e19a8SKenneth D. MerryThe device identifier, if it is specified,
162c60e19a8SKenneth D. Merry.Em must
163c60e19a8SKenneth D. Merrycome immediately after the function name, and before any generic or
164c60e19a8SKenneth D. Merryfunction-specific arguments.  Note that the
165c60e19a8SKenneth D. Merry.Fl n
166c60e19a8SKenneth D. Merryand
167c60e19a8SKenneth D. Merry.Fl u
168c60e19a8SKenneth D. Merryarguments described below will override any device name or unit number
169c60e19a8SKenneth D. Merryspecified beforehand.  The
170c60e19a8SKenneth D. Merry.Fl n
171c60e19a8SKenneth D. Merryand
172c60e19a8SKenneth D. Merry.Fl u
173c60e19a8SKenneth D. Merryarguments will
174c60e19a8SKenneth D. Merry.Em not
175c60e19a8SKenneth D. Merryoverride a specified bus:target or bus:target:lun, howevever.
176c60e19a8SKenneth D. Merry.Pp
177c60e19a8SKenneth D. MerryMost of the
178c60e19a8SKenneth D. Merry.Nm camcontrol
179c60e19a8SKenneth D. Merryprimary functions support these generic arguments:
180525689f1SJustin T. Gibbs.Bl -tag -width 01234567890123
181525689f1SJustin T. Gibbs.It Fl C Ar count
182525689f1SJustin T. GibbsSCSI command retry count.  In order for this to work, error recovery
183525689f1SJustin T. Gibbs.Po
184525689f1SJustin T. Gibbs.Fl E
185525689f1SJustin T. Gibbs.Pc
186525689f1SJustin T. Gibbsmust be turned on.
187525689f1SJustin T. Gibbs.It Fl E
188525689f1SJustin T. GibbsInstruct the kernel to perform generic SCSI error recovery for the given
189525689f1SJustin T. Gibbscommand.  This is needed in order for the retry count
190525689f1SJustin T. Gibbs.Po
191525689f1SJustin T. Gibbs.Fl C
192525689f1SJustin T. Gibbs.Pc
193525689f1SJustin T. Gibbsto be honored.  Other than retrying commands, the generic error recovery in
194525689f1SJustin T. Gibbsthe code will generally attempt to spin up drives that are not spinning.
195525689f1SJustin T. GibbsIt may take some other actions, depending upon the sense code returned from
196525689f1SJustin T. Gibbsthe command.
197525689f1SJustin T. Gibbs.It Fl n Ar dev_name
198525689f1SJustin T. GibbsSpecify the device type to operate on.  The default is
199525689f1SJustin T. Gibbs.Em da .
200525689f1SJustin T. Gibbs.It Fl t Ar timeout
201525689f1SJustin T. GibbsSCSI command timeout in seconds.  This overrides the default timeout for
202525689f1SJustin T. Gibbsany given command.
203525689f1SJustin T. Gibbs.It Fl u Ar unit_number
204525689f1SJustin T. GibbsSpecify the device unit number.  The default is 0.
205525689f1SJustin T. Gibbs.It Fl v
206525689f1SJustin T. GibbsBe verbose, print out sense information for failed SCSI commands.
207525689f1SJustin T. Gibbs.El
208525689f1SJustin T. Gibbs.Pp
209d13d1cd2SKenneth D. MerryPrimary command functions:
210525689f1SJustin T. Gibbs.Bl -tag -width periphlist
211525689f1SJustin T. Gibbs.It devlist
212525689f1SJustin T. GibbsList all physical devices (logical units) attached to the CAM subsystem.
213525689f1SJustin T. GibbsThis also includes a list of peripheral drivers attached to each device.
214525689f1SJustin T. GibbsWith the
215525689f1SJustin T. Gibbs.Fl v
216525689f1SJustin T. Gibbsargument, SCSI bus number, adapter name and unit numbers are printed as
217525689f1SJustin T. Gibbswell.
218525689f1SJustin T. Gibbs.It periphlist
219525689f1SJustin T. GibbsList all peripheral drivers attached to a given physical device (logical
220525689f1SJustin T. Gibbsunit).
221525689f1SJustin T. Gibbs.It tur
222525689f1SJustin T. GibbsSend the SCSI test unit ready (0x00) command to the given device.
223525689f1SJustin T. Gibbs.Nm camcontrol
224525689f1SJustin T. Gibbswill report whether the device is ready or not.
225525689f1SJustin T. Gibbs.It inquiry
226525689f1SJustin T. GibbsSend a SCSI inquiry command (0x12) to a device.  By default,
227525689f1SJustin T. Gibbs.Nm camcontrol
228525689f1SJustin T. Gibbswill print out the standard inquiry data, device serial number, and
229525689f1SJustin T. Gibbstransfer rate information.  The user can specify that only certain types of
230525689f1SJustin T. Gibbsinquiry data be printed:
231525689f1SJustin T. Gibbs.Bl -tag -width 1234
232525689f1SJustin T. Gibbs.It Fl D
233525689f1SJustin T. GibbsGet the standard inquiry data.
234525689f1SJustin T. Gibbs.It Fl S
235525689f1SJustin T. GibbsPrint out the serial number.  If this flag is the only one specified,
236525689f1SJustin T. Gibbs.Nm camcontrol
237525689f1SJustin T. Gibbswill not print out "Serial Number" before the value returned by the drive.
238525689f1SJustin T. GibbsThis is to aid in script writing.
239525689f1SJustin T. Gibbs.It Fl R
240525689f1SJustin T. GibbsPrint out transfer rate information.
241525689f1SJustin T. Gibbs.El
242525689f1SJustin T. Gibbs.It start
243525689f1SJustin T. GibbsSend the SCSI Start/Stop Unit (0x1B) command to the given device with the
244525689f1SJustin T. Gibbsstart bit set.
245525689f1SJustin T. Gibbs.It stop
246525689f1SJustin T. GibbsSend the SCSI Start/Stop Unit (0x1B) command to the given device with the
247525689f1SJustin T. Gibbsstart bit cleared.
248525689f1SJustin T. Gibbs.It eject
249525689f1SJustin T. GibbsSend the SCSI Start/Stop Unit (0x1B) command to the given device with the
250525689f1SJustin T. Gibbsstart bit cleared and the eject bit set.
251525689f1SJustin T. Gibbs.It rescan
252525689f1SJustin T. GibbsTell the kernel to scan the given bus (XPT_SCAN_BUS), or bus:target:lun
253525689f1SJustin T. Gibbs(XPT_SCAN_LUN) for new devices or devices that have gone away.  The user
254525689f1SJustin T. Gibbsmay only specify a bus to scan, or a lun.  Scanning all luns on a target
255525689f1SJustin T. Gibbsisn't supported.
256a2a44836SMatt Jacob.It reset
257a2a44836SMatt JacobTell the kernel to reset the given bus (XPT_RESET_BUS) by issuing a SCSI bus
258a2a44836SMatt Jacobreset for that bus, or to reset the given bus:target:lun
259a2a44836SMatt Jacob(XPT_RESET_DEV), typically by issuing a BUS DEVICE RESET message after
260a2a44836SMatt Jacobconnecting to that device. Note that this can have a destructive impact
261a2a44836SMatt Jacobon the system.
262525689f1SJustin T. Gibbs.It defects
263525689f1SJustin T. GibbsSend the SCSI READ DEFECT DATA (10) command (0x37) to the given device, and
264525689f1SJustin T. Gibbsprint out any combination of: the total number of defects, the primary
265525689f1SJustin T. Gibbsdefect list (PLIST), and the grown defect list (GLIST).
266525689f1SJustin T. Gibbs.Bl -tag -width 01234567890
267525689f1SJustin T. Gibbs.It Fl f Ar format
268525689f1SJustin T. GibbsThe three format options are:
269525689f1SJustin T. Gibbs.Em block ,
270525689f1SJustin T. Gibbsto print out the list as logical blocks,
271525689f1SJustin T. Gibbs.Em bfi ,
272525689f1SJustin T. Gibbsto print out the list in bytes from index format, and
273525689f1SJustin T. Gibbs.Em phys ,
274525689f1SJustin T. Gibbsto print out the list in physical sector format.  The format argument is
275525689f1SJustin T. Gibbsrequired.  Most drives support the physical sector format.  Some drives
276525689f1SJustin T. Gibbssupport the logical block format.  Many drives, if they don't support the
277525689f1SJustin T. Gibbsrequested format, return the data in an alternate format, along with sense
278525689f1SJustin T. Gibbsinformation indicating that the requested data format isn't supported.
279525689f1SJustin T. Gibbs.Nm camcontrol
280525689f1SJustin T. Gibbsattempts to detect this, and print out whatever format the drive returns.
281525689f1SJustin T. GibbsIf the drive uses a non-standard sense code to report that it doesn't
282525689f1SJustin T. Gibbssupport the requested format,
283525689f1SJustin T. Gibbs.Nm camcontrol
284525689f1SJustin T. Gibbswill probably see the error as a failure to complete the request.
285525689f1SJustin T. Gibbs.It Fl G
286525689f1SJustin T. GibbsPrint out the grown defect list.  This is a list of bad blocks that have
287525689f1SJustin T. Gibbsbeen remapped since the disk left the factory.
288525689f1SJustin T. Gibbs.It Fl P
289525689f1SJustin T. GibbsPrint out the primary defect list.
290525689f1SJustin T. Gibbs.El
291525689f1SJustin T. Gibbs.Pp
292525689f1SJustin T. GibbsIf neither
293525689f1SJustin T. Gibbs.Fl P
294525689f1SJustin T. Gibbsnor
295525689f1SJustin T. Gibbs.Fl G
296525689f1SJustin T. Gibbsis specified,
297525689f1SJustin T. Gibbs.Nm camcontrol
298525689f1SJustin T. Gibbswill print out the number of defects given in the READ DEFECT DATA header
299525689f1SJustin T. Gibbsreturned from the drive.
300525689f1SJustin T. Gibbs.It modepage
301525689f1SJustin T. GibbsAllows the user to display and optionally edit a SCSI mode page.  The mode
302525689f1SJustin T. Gibbspage formats are located in
303525689f1SJustin T. Gibbs.Pa /usr/share/misc/scsi_modes .
304525689f1SJustin T. GibbsThis can be overridden by specifying a different file in the
305525689f1SJustin T. Gibbs.Ev SCSI_MODES
306525689f1SJustin T. Gibbsenvironment variable.  The modepage command takes several arguments:
307525689f1SJustin T. Gibbs.Bl -tag -width 012345678901
3089deea857SKenneth D. Merry.It Fl d
309525689f1SJustin T. GibbsDisable block descriptors for mode sense.
310525689f1SJustin T. Gibbs.It Fl e
311525689f1SJustin T. GibbsThis flag allows the user to edit values in the mode page.
312525689f1SJustin T. Gibbs.It Fl m Ar mode_page
313525689f1SJustin T. GibbsThis specifies the number of the mode page the user would like to view
314525689f1SJustin T. Gibbsand/or edit.  This argument is mandatory.
3151ac2383cSBill Fumerola.It Fl P Ar pgctl
316525689f1SJustin T. GibbsThis allows the user to specify the page control field.  Possible values are:
317525689f1SJustin T. Gibbs.Bl -tag -width xxx -compact
31846a1f3b4SKenneth D. Merry.It 0
319525689f1SJustin T. GibbsCurrent values
32046a1f3b4SKenneth D. Merry.It 1
321525689f1SJustin T. GibbsChangeable values
32246a1f3b4SKenneth D. Merry.It 2
323525689f1SJustin T. GibbsDefault values
32446a1f3b4SKenneth D. Merry.It 3
325525689f1SJustin T. GibbsSaved values
326525689f1SJustin T. Gibbs.El
327525689f1SJustin T. Gibbs.El
328525689f1SJustin T. Gibbs.It cmd
329525689f1SJustin T. GibbsAllows the user to send an arbitrary SCSI CDB to any device.  The cmd
330525689f1SJustin T. Gibbsfunction requires the
331525689f1SJustin T. Gibbs.Fl c
332525689f1SJustin T. Gibbsargument to specify the CDB.  Other arguments are optional, depending on
333525689f1SJustin T. Gibbsthe command type.  The command and data specification syntax is documented
334525689f1SJustin T. Gibbsin
335525689f1SJustin T. Gibbs.Xr cam 3 .
336525689f1SJustin T. GibbsNOTE:  If the CDB specified causes data to be transfered to or from the
337525689f1SJustin T. GibbsSCSI device in question, you MUST specify either
338525689f1SJustin T. Gibbs.Fl i
339525689f1SJustin T. Gibbsor
340525689f1SJustin T. Gibbs.Fl o .
341525689f1SJustin T. Gibbs.Bl -tag -width 01234567890123456
342525689f1SJustin T. Gibbs.It Fl c Ar cmd Op args
343525689f1SJustin T. GibbsThis specifies the SCSI CDB.  CDBs may be 6, 10, 12 or 16 bytes.
344525689f1SJustin T. Gibbs.It Fl i Ar len Ar fmt
345525689f1SJustin T. GibbsThis specifies the amount of data to read, and how it should be displayed.
346525689f1SJustin T. GibbsIf the format is
347525689f1SJustin T. Gibbs.Sq - ,
348525689f1SJustin T. Gibbs.Ar len
349525689f1SJustin T. Gibbsbytes of data will be read from the device and written to standard output.
350525689f1SJustin T. Gibbs.It Fl o Ar len Ar fmt Op args
351525689f1SJustin T. GibbsThis specifies the amount of data to be written to a device, and the data
352525689f1SJustin T. Gibbsthat is to be written.  If the format is
353525689f1SJustin T. Gibbs.Sq - ,
354525689f1SJustin T. Gibbs.Ar len
355525689f1SJustin T. Gibbsbytes of data will be read from standard input and written to the device.
356525689f1SJustin T. Gibbs.El
357525689f1SJustin T. Gibbs.It debug
358525689f1SJustin T. GibbsTurn on CAM debugging printfs in the kernel.  This requires options CAMDEBUG
359525689f1SJustin T. Gibbsin your kernel config file.  WARNING:  enabling debugging printfs currently
360525689f1SJustin T. Gibbscauses an EXTREME number of kernel printfs.  You may have difficulty
361525689f1SJustin T. Gibbsturning off the debugging printfs once they start, since the kernel will be
362525689f1SJustin T. Gibbsbusy printing messages and unable to service other requests quickly.
363525689f1SJustin T. GibbsThe debug function takes a number of arguments:
364525689f1SJustin T. Gibbs.Bl -tag -width 012345678901234567
365525689f1SJustin T. Gibbs.It Fl I
366525689f1SJustin T. GibbsEnable CAM_DEBUG_INFO printfs.
367525689f1SJustin T. Gibbs.It Fl T
368525689f1SJustin T. GibbsEnable CAM_DEBUG_TRACE printfs.
369525689f1SJustin T. Gibbs.It Fl S
370525689f1SJustin T. GibbsEnable CAM_DEBUG_SUBTRACE printfs.
371d05caa00SKenneth D. Merry.It Fl c
372d05caa00SKenneth D. MerryEnable CAM_DEBUG_CDB printfs.  This will cause the kernel to print out the
373d05caa00SKenneth D. MerrySCSI CDBs sent to the specified device(s).
374525689f1SJustin T. Gibbs.It all
375525689f1SJustin T. GibbsEnable debugging for all devices.
376525689f1SJustin T. Gibbs.It off
377525689f1SJustin T. GibbsTurn off debugging for all devices
378525689f1SJustin T. Gibbs.It bus Ns Op :target Ns Op :lun
379525689f1SJustin T. GibbsTurn on debugging for the given bus, target or lun.  If the lun or target
380525689f1SJustin T. Gibbsand lun are not specified, they are wildcarded.  (i.e., just specifying a
381525689f1SJustin T. Gibbsbus turns on debugging printfs for all devices on that bus.)
382525689f1SJustin T. Gibbs.El
3839deea857SKenneth D. Merry.It tags
3849deea857SKenneth D. MerryShow or set the number of "tagged openings" or simultaneous transactions
3859deea857SKenneth D. Merrywe attempt to queue to a particular device.  By default, the
3869deea857SKenneth D. Merry.Sq tags
3879deea857SKenneth D. Merrycommand, with no command-specific arguments (i.e. only generic arguments)
3889deea857SKenneth D. Merryprints out the "soft" maximum number of transactions that can be queued to
3899deea857SKenneth D. Merrythe device in question.  For more detailed information, use the
3909deea857SKenneth D. Merry.Fl v
3919deea857SKenneth D. Merryargument described below.
3929deea857SKenneth D. Merry.Bl -tag -width 0123456
3939deea857SKenneth D. Merry.It Fl N Ar tags
3949deea857SKenneth D. MerrySet the number of tags for the given device.  This must be between the
3959deea857SKenneth D. Merryminimum and maximum number set in the kernel quirk table.  The default for
3969deea857SKenneth D. Merrymost devices that support tagged queueing is a minimum of 2 and a maximum
3979deea857SKenneth D. Merryof 255.  The minimum and maximum values for a given device may be
3989deea857SKenneth D. Merrydetermined by using the
3999deea857SKenneth D. Merry.Fl v
4009deea857SKenneth D. Merryswitch.  The meaning of the
4019deea857SKenneth D. Merry.Fl v
4029deea857SKenneth D. Merryswitch for this
4039deea857SKenneth D. Merry.Nm camcontrol
4049deea857SKenneth D. Merrysubcommand is described below.
4059deea857SKenneth D. Merry.It Fl q
4069deea857SKenneth D. MerryBe quiet, and don't report the number of tags.  This is generally used when
4079deea857SKenneth D. Merrysetting the number of tags.
4089deea857SKenneth D. Merry.It Fl v
4099deea857SKenneth D. MerryThe verbose flag has special functionality for the
4109deea857SKenneth D. Merry.Em tags
4119deea857SKenneth D. Merryargument.  It causes
4129deea857SKenneth D. Merry.Nm camcontrol
4139deea857SKenneth D. Merryto print out the tagged queueing related fields of the XPT_GDEV_TYPE CCB:
4149deea857SKenneth D. Merry.Bl -tag -width 0123456789012
4159deea857SKenneth D. Merry.It dev_openings
4169deea857SKenneth D. MerryThis is the amount of capacity for transactions queued to a given device.
4179deea857SKenneth D. Merry.It dev_active
4189deea857SKenneth D. MerryThis is the number of transactions currently queued to a device.
4199deea857SKenneth D. Merry.It devq_openings
4209deea857SKenneth D. MerryThis is the kernel queue space for transactions.  This count usually mirrors
4219deea857SKenneth D. Merrydev_openings except during error recovery operations when
4229deea857SKenneth D. Merrythe device queue is frozen (device is not allowed to receive
4239deea857SKenneth D. Merrycommands), the number of dev_openings is reduced, or transaction
4249deea857SKenneth D. Merryreplay is occurring.
4259deea857SKenneth D. Merry.It devq_queued
4269deea857SKenneth D. MerryThis is the number of transactions waiting in the kernel queue for capacity
4279deea857SKenneth D. Merryon the device.  This number is usually zero unless error recovery is in
4289deea857SKenneth D. Merryprogress.
4299deea857SKenneth D. Merry.It held
4309deea857SKenneth D. MerryThe held count is the number of CCBs held by peripheral drivers that have
4319deea857SKenneth D. Merryeither just been completed or are about to be released to the transport
4329deea857SKenneth D. Merrylayer for service by a device.  Held CCBs reserve capacity on a given
4339deea857SKenneth D. Merrydevice.
4349deea857SKenneth D. Merry.It mintags
4359deea857SKenneth D. MerryThis is the current "hard" minimum number of transactions that can be
4369deea857SKenneth D. Merryqueued to a device at once.  The
4379deea857SKenneth D. Merry.Ar dev_openings
4389deea857SKenneth D. Merryvalue above cannot go below this number.  The default value for
4399deea857SKenneth D. Merry.Ar mintags
4409deea857SKenneth D. Merryis 2, although it may be set higher or lower for various devices.
4419deea857SKenneth D. Merry.It maxtags
4429deea857SKenneth D. MerryThis is the "hard" maximum number of transactions that can be queued to a
4439deea857SKenneth D. Merrydevice at one time.  The
4449deea857SKenneth D. Merry.Ar dev_openings
4459deea857SKenneth D. Merryvalue cannot go above this number.  The default value for
4469deea857SKenneth D. Merry.Ar maxtags
4479deea857SKenneth D. Merryis 255, although it may be set higher or lower for various devices.
4489deea857SKenneth D. Merry.El
4499deea857SKenneth D. Merry.El
4509deea857SKenneth D. Merry.It negotiate
4519deea857SKenneth D. MerryShow or negotiate various communication parameters.  Some controllers may
4529deea857SKenneth D. Merrynot support setting or changing some of these values.  For instance, the
4539deea857SKenneth D. MerryAdaptec 174x controllers do not support changing a device's sync rate or
4549deea857SKenneth D. Merryoffset.
4559deea857SKenneth D. Merry.Nm camcontrol
4569deea857SKenneth D. Merrywill not attempt to set the parameter if the controller indicates that it
4579deea857SKenneth D. Merrydoes not support setting the parameter.  To find out what the controller
4589deea857SKenneth D. Merrysupports, use the
4599deea857SKenneth D. Merry.Fl v
4609deea857SKenneth D. Merryflag.  The meaning of the
4619deea857SKenneth D. Merry.Fl v
4629deea857SKenneth D. Merryflag for the
4639deea857SKenneth D. Merry.Sq negotiate
4649deea857SKenneth D. Merrycommand is described below.  Also, some controller drivers don't support
4659deea857SKenneth D. Merrysetting negotiation parameters, even if the underlying controller supports
4669deea857SKenneth D. Merrynegotiation changes.  Some controllers, such as the Advansys wide
4679deea857SKenneth D. Merrycontrollers, support enabling and disabling synchronous negotiation for
4689deea857SKenneth D. Merrya device, but do not support setting the synchronous negotiation rate.
4699deea857SKenneth D. Merry.Bl -tag -width 01234567890123456
4709deea857SKenneth D. Merry.It Fl a
4719deea857SKenneth D. MerryAttempt to make the negotiation settings take effect immediately by sending
4729deea857SKenneth D. Merrya Test Unit Ready command to the device.
4739deea857SKenneth D. Merry.It Fl c
4749deea857SKenneth D. MerryShow or set current negotiation settings.  This is the default.
4759deea857SKenneth D. Merry.It Fl D Ar enable|disable
4769deea857SKenneth D. MerryEnable or disable disconnection.
4779deea857SKenneth D. Merry.It Fl O Ar offset
4789deea857SKenneth D. MerrySet the command delay offset.
4799deea857SKenneth D. Merry.It Fl q
4809deea857SKenneth D. MerryBe quiet, don't print anything.  This is generally useful when you want to
4819deea857SKenneth D. Merryset a parameter, but don't want any status information.
4829deea857SKenneth D. Merry.It Fl R Ar syncrate
4839deea857SKenneth D. MerryChange the synchronization rate for a device.  The sync rate is a floating
4849deea857SKenneth D. Merrypoint value specified in MHz.  So, for instance,
4859deea857SKenneth D. Merry.Sq 20.000
4869deea857SKenneth D. Merryis a legal value, as is
4879deea857SKenneth D. Merry.Sq 20 .
4889deea857SKenneth D. Merry.It Fl T Ar enable|disable
4899deea857SKenneth D. MerryEnable or disable tagged queueing for a device.
4909deea857SKenneth D. Merry.It Fl U
4919deea857SKenneth D. MerryShow or set user negotiation settings.  The default is to show or set
4929deea857SKenneth D. Merrycurrent negotiation settings.
4939deea857SKenneth D. Merry.It Fl v
4949deea857SKenneth D. MerryThe verbose switch has special meaning for the
4959deea857SKenneth D. Merry.Sq negotiate
4969deea857SKenneth D. Merrysubcommand.  It causes
4979deea857SKenneth D. Merry.Nm camcontrol
4989deea857SKenneth D. Merryto print out the contents of a Path Inquiry (XPT_PATH_INQ) CCB sent to the
4999deea857SKenneth D. Merrycontroller driver.
5009deea857SKenneth D. Merry.It Fl W Ar bus_width
5019deea857SKenneth D. MerrySpecify the bus width to negotiate with a device.  The bus width is
5029deea857SKenneth D. Merryspecified in bits.  The only useful values to specify are 8, 16, and 32
5039deea857SKenneth D. Merrybits.  The controller must support the bus width in question in order for
5049deea857SKenneth D. Merrythe setting to take effect.
5059deea857SKenneth D. Merry.El
5069deea857SKenneth D. Merry.Pp
5079deea857SKenneth D. MerryIn general, sync rate and offset settings will not take effect for a
5089deea857SKenneth D. Merrydevice until a command has been sent to the device.  The
5099deea857SKenneth D. Merry.Fl a
5109deea857SKenneth D. Merryswitch above will automatically send a Test Unit Ready to the device so
5119deea857SKenneth D. Merrynegotiation parameters will take effect.
512c60e19a8SKenneth D. Merry.It help
5135a251d70SKenneth D. MerryPrint out verbose usage information.
514525689f1SJustin T. Gibbs.El
515525689f1SJustin T. Gibbs.Sh ENVIRONMENT
516525689f1SJustin T. GibbsThe
517525689f1SJustin T. Gibbs.Ev SCSI_MODES
518525689f1SJustin T. Gibbsvariable allows the user to specify an alternate mode page format file.
519525689f1SJustin T. Gibbs.Pp
520525689f1SJustin T. GibbsThe
521525689f1SJustin T. Gibbs.Ev EDITOR
522525689f1SJustin T. Gibbsvariable determines which text editor
523525689f1SJustin T. Gibbs.Nm camcontrol
524525689f1SJustin T. Gibbsstarts when editing mode pages.
525525689f1SJustin T. Gibbs.Sh FILES
526525689f1SJustin T. Gibbs.Bl -tag -width /usr/share/misc/scsi_modes -compact
527525689f1SJustin T. Gibbs.It Pa /usr/share/misc/scsi_modes
528525689f1SJustin T. Gibbsis the SCSI mode format database.
529525689f1SJustin T. Gibbs.It Pa /dev/xpt0
530525689f1SJustin T. Gibbsis the transport layer device.
531525689f1SJustin T. Gibbs.It Pa /dev/pass*
532525689f1SJustin T. Gibbsare the CAM application passthrough devices.
533525689f1SJustin T. Gibbs.El
534525689f1SJustin T. Gibbs.Sh EXAMPLES
535525689f1SJustin T. Gibbs.Dl camcontrol eject -n cd -u 1 -v
536525689f1SJustin T. Gibbs.Pp
537525689f1SJustin T. GibbsEject the CD from cd1, and print SCSI sense information if the command
538525689f1SJustin T. Gibbsfails.
539525689f1SJustin T. Gibbs.Pp
540525689f1SJustin T. Gibbs.Dl camcontrol tur
541525689f1SJustin T. Gibbs.Pp
542525689f1SJustin T. GibbsSend the SCSI test unit ready command to da0.
543525689f1SJustin T. Gibbs.Nm camcontrol
544525689f1SJustin T. Gibbswill report whether the disk is ready, but will not display sense
545525689f1SJustin T. Gibbsinformation if the command fails since the
546525689f1SJustin T. Gibbs.Fl v
547525689f1SJustin T. Gibbsswitch was not specified.
548525689f1SJustin T. Gibbs.Pp
549525689f1SJustin T. Gibbs.Bd -literal -offset foobar
550c60e19a8SKenneth D. Merrycamcontrol tur da1 -E -C 4 -t 50 -v
551525689f1SJustin T. Gibbs.Ed
552525689f1SJustin T. Gibbs.Pp
553525689f1SJustin T. GibbsSend a test unit ready command to da1.  Enable kernel error recovery.
554525689f1SJustin T. GibbsSpecify a retry count of 4, and a timeout of 50 seconds.  Enable sense
555525689f1SJustin T. Gibbsprinting (with the
556525689f1SJustin T. Gibbs.Fl v
557525689f1SJustin T. Gibbsflag) if the command fails.  Since error recovery is turned on, the
558525689f1SJustin T. Gibbsdisk will be spun up if it is not currently spinning.
559525689f1SJustin T. Gibbs.Nm camcontrol
5608ff6dbfcSKenneth D. Merrywill report whether the disk is ready.
561525689f1SJustin T. Gibbs.Bd -literal -offset foobar
562525689f1SJustin T. Gibbscamcontrol cmd -n cd -u 1 -v -c "3C 00 00 00 00 00 00 00 0e 00" \e
563525689f1SJustin T. Gibbs	-i 0xe "s1 i3 i1 i1 i1 i1 i1 i1 i1 i1 i1 i1"
564525689f1SJustin T. Gibbs.Ed
565525689f1SJustin T. Gibbs.Pp
566525689f1SJustin T. GibbsIssue a READ BUFFER command (0x3C) to cd1.  Display the buffer size of cd1,
567525689f1SJustin T. Gibbsand display the first 10 bytes from the cache on cd1.  Display SCSI sense
568525689f1SJustin T. Gibbsinformation if the command fails.
569525689f1SJustin T. Gibbs.Pp
570525689f1SJustin T. Gibbs.Bd -literal -offset foobar
5718604fe2eSSADA Kenjicamcontrol cmd -n cd -u 1 -v -c "3B 00 00 00 00 00 00 00 0e 00" \e
572525689f1SJustin T. Gibbs	-o 14 "00 00 00 00 1 2 3 4 5 6 v v v v" 7 8 9 8
573525689f1SJustin T. Gibbs.Ed
574525689f1SJustin T. Gibbs.Pp
575525689f1SJustin T. GibbsIssue a WRITE BUFFER (0x3B) command to cd1.  Write out 10 bytes of data,
576525689f1SJustin T. Gibbsnot including the (reserved) 4 byte header.  Print out sense information if
577525689f1SJustin T. Gibbsthe command fails.  Be very careful with this command, improper use may
578525689f1SJustin T. Gibbscause data corruption.
579525689f1SJustin T. Gibbs.Pp
58094d09127SKenneth D. Merry.Bd -literal -offset foobar
581c60e19a8SKenneth D. Merrycamcontrol modepage da3 -m 1 -e -P 3
58294d09127SKenneth D. Merry.Ed
583525689f1SJustin T. Gibbs.Pp
584525689f1SJustin T. GibbsEdit mode page 1 (the Read-Write Error Recover page) for da3, and save the
585525689f1SJustin T. Gibbssettings on the drive.  Mode page 1 contains a disk drive's auto read and
586525689f1SJustin T. Gibbswrite reallocation settings, among other things.
587525689f1SJustin T. Gibbs.Pp
588525689f1SJustin T. Gibbs.Dl camcontrol rescan 0
589525689f1SJustin T. Gibbs.Pp
590525689f1SJustin T. GibbsRescan SCSI bus 0 for devices that have been added, removed or changed.
591525689f1SJustin T. Gibbs.Pp
592525689f1SJustin T. Gibbs.Dl camcontrol rescan 0:1:0
593525689f1SJustin T. Gibbs.Pp
594525689f1SJustin T. GibbsRescan SCSI bus 0, target 1, lun 0 to see if it has been added, removed, or
595525689f1SJustin T. Gibbschanged.
5969deea857SKenneth D. Merry.Pp
597c60e19a8SKenneth D. Merry.Dl camcontrol tags da5 -N 24
5989deea857SKenneth D. Merry.Pp
5999deea857SKenneth D. MerrySet the number of concurrent transactions for da5 to 24.
6009deea857SKenneth D. Merry.Pp
6019deea857SKenneth D. Merry.Bd -literal -offset foobar
6029deea857SKenneth D. Merrycamcontrol negotiate -n da -u 4 -T disable
6039deea857SKenneth D. Merry.Ed
6049deea857SKenneth D. Merry.Pp
6059deea857SKenneth D. MerryDisable tagged queueing for da4.
6069deea857SKenneth D. Merry.Pp
6079deea857SKenneth D. Merry.Bd -literal -offset foobar
6089deea857SKenneth D. Merrycamcontrol negotiate -n da -u 3 -R 20.000 -O 15 -a
6099deea857SKenneth D. Merry.Ed
6109deea857SKenneth D. Merry.Pp
6119deea857SKenneth D. MerryNegotiate a sync rate of 20MHz and an offset of 15 with da3.  Then send a
6129deea857SKenneth D. MerryTest Unit Ready command to make the settings take effect.
6139deea857SKenneth D. Merry.Pp
6149deea857SKenneth D. Merry.Bd -literal -offset foobar
6159deea857SKenneth D. Merrycamcontrol cmd -n da -u 3 -v -t 7200 -c "4 0 0 0 0 0"
6169deea857SKenneth D. Merry.Ed
6179deea857SKenneth D. Merry.Pp
6189deea857SKenneth D. MerrySend the FORMAT UNIT (0x04) command to da3.  This will low-level format the
6199deea857SKenneth D. Merrydisk.  Print sense information if the command fails, and set the timeout to
6209deea857SKenneth D. Merrytwo hours (or 7200 seconds).
6219deea857SKenneth D. Merry.Pp
6229deea857SKenneth D. Merry.Em WARNING! WARNING! WARNING!
6239deea857SKenneth D. Merry.Pp
6249deea857SKenneth D. MerryLow level formatting a disk will destroy ALL data on the disk.  Use
6259deea857SKenneth D. Merryextreme caution when issuing this command.  Many users low-level format
6269deea857SKenneth D. Merrydisks that do not really need to be low-level formatted.  There are
6279deea857SKenneth D. Merryrelatively few scenarios that call for low-level formatting a disk.
6289deea857SKenneth D. MerryOne reason for
6299deea857SKenneth D. Merrylow-level formatting a disk is if you want to change the physical sector
6309deea857SKenneth D. Merrysize of the disk.  Another reason for low-level formatting a disk is to
6319deea857SKenneth D. Merryrevive the disk if you are getting "medium format corrupted" errors from the
6329deea857SKenneth D. Merrydisk in response to read and write requests.
6339deea857SKenneth D. Merry.Pp
6349deea857SKenneth D. MerrySome disks take longer than others to format.  Users should specify a
6359deea857SKenneth D. Merrytimeout long enough to allow the format to complete.  Some hard disks
6369deea857SKenneth D. Merrywill complete a format operation in a very short period of time (on the
6379deea857SKenneth D. Merryorder of 5 minutes or less).  This is often because the drive doesn't
6389deea857SKenneth D. Merryreally support the FORMAT UNIT command -- it just accepts the command,
6399deea857SKenneth D. Merrywaits a few minutes and then returns it.
640525689f1SJustin T. Gibbs.Sh SEE ALSO
641525689f1SJustin T. Gibbs.Xr cam 3 ,
6429deea857SKenneth D. Merry.Xr cam_cdbparse 3 ,
643525689f1SJustin T. Gibbs.Xr pass 4 ,
644525689f1SJustin T. Gibbs.Xr cam 9 ,
645525689f1SJustin T. Gibbs.Xr xpt 9
646525689f1SJustin T. Gibbs.Sh HISTORY
647525689f1SJustin T. GibbsThe
648525689f1SJustin T. Gibbs.Nm camcontrol
649525689f1SJustin T. Gibbscommand first appeared in
650525689f1SJustin T. Gibbs.Fx 3.0 .
651525689f1SJustin T. Gibbs.Pp
652525689f1SJustin T. GibbsThe mode page editing code and arbitrary SCSI command code are based upon
653525689f1SJustin T. Gibbscode in the old
654525689f1SJustin T. Gibbs.Xr scsi 8
655525689f1SJustin T. Gibbsutility and
656525689f1SJustin T. Gibbs.Xr scsi 3
657f9d04512SKenneth D. Merrylibrary, written by Julian Elischer and Peter Dufault.  The
658525689f1SJustin T. Gibbs.Xr scsi 8
659de86eff5SKenneth D. Merryprogram first appeared in 386BSD 0.1.2.4, and first appeared in
660525689f1SJustin T. Gibbs.Tn FreeBSD
661525689f1SJustin T. Gibbsin
662525689f1SJustin T. Gibbs.Fx 2.0.5 .
663525689f1SJustin T. Gibbs.Sh AUTHORS
664525689f1SJustin T. Gibbs.An Kenneth Merry Aq ken@FreeBSD.ORG
665525689f1SJustin T. Gibbs.Sh BUGS
666525689f1SJustin T. GibbsMost of the man page cross references don't exist yet.  This will be fixed
667525689f1SJustin T. Gibbssoon.
668525689f1SJustin T. Gibbs.Pp
669525689f1SJustin T. GibbsThe code that parses the generic command line arguments doesn't know that
670525689f1SJustin T. Gibbssome of the subcommands take multiple arguments.  So if, for instance, you
671525689f1SJustin T. Gibbstried something like this:
672525689f1SJustin T. Gibbs.Bd -literal -offset foobar
673525689f1SJustin T. Gibbscamcontrol -n da -u 1 -c "00 00 00 00 00 v" 0x00 -v
674525689f1SJustin T. Gibbs.Ed
675525689f1SJustin T. Gibbs.Pp
676525689f1SJustin T. GibbsThe sense information from the test unit ready command would not get
677525689f1SJustin T. Gibbsprinted out, since the first
678525689f1SJustin T. Gibbs.Xr getopt 3
679525689f1SJustin T. Gibbscall in
680525689f1SJustin T. Gibbs.Nm camcontrol
681525689f1SJustin T. Gibbsbails out when it sees the second argument to
682525689f1SJustin T. Gibbs.Fl c
683525689f1SJustin T. Gibbs.Po
684525689f1SJustin T. Gibbs0x00
685525689f1SJustin T. Gibbs.Pc ,
686525689f1SJustin T. Gibbsabove.  Fixing this behavior would take some gross code, or changes to the
687525689f1SJustin T. Gibbs.Xr getopt 3
688525689f1SJustin T. Gibbsinterface.  The best way to circumvent this problem is to always make sure
689525689f1SJustin T. Gibbsto specify generic
690525689f1SJustin T. Gibbs.Nm camcontrol
691525689f1SJustin T. Gibbsarguments before any command-specific arguments.
692