2334517d500200388b400a0573a166d4ce2eb67b
[dragonfly.git] / sbin / camcontrol / camcontrol.8
1 .\"
2 .\" Copyright (c) 1998, 1999, 2000, 2002, 2005 Kenneth D. Merry.
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\" 3. The name of the author may not be used to endorse or promote products
14 .\"    derived from this software without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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: src/sbin/camcontrol/camcontrol.8,v 1.19.2.12 2003/01/08 17:55:02 njl Exp $
29 .\" $DragonFly: src/sbin/camcontrol/camcontrol.8,v 1.7 2007/11/29 01:57:29 pavalos Exp $
30 .\"
31 .Dd September 14, 1998
32 .Dt CAMCONTROL 8
33 .Os
34 .Sh NAME
35 .Nm camcontrol
36 .Nd CAM control program
37 .Sh SYNOPSIS
38 .Nm
39 .Aq Ar command
40 .Op device id
41 .Op generic args
42 .Op command args
43 .Nm
44 .Ic devlist
45 .Op Fl v
46 .Nm
47 .Ic periphlist
48 .Op device id
49 .Op Fl n Ar dev_name
50 .Op Fl u Ar unit_number
51 .Nm
52 .Ic tur
53 .Op device id
54 .Op generic args
55 .Nm
56 .Ic inquiry
57 .Op device id
58 .Op generic args
59 .Op Fl D
60 .Op Fl S
61 .Op Fl R
62 .Nm
63 .Ic start
64 .Op device id
65 .Op generic args
66 .Nm
67 .Ic stop
68 .Op device id
69 .Op generic args
70 .Nm
71 .Ic load
72 .Op device id
73 .Op generic args
74 .Nm
75 .Ic eject
76 .Op device id
77 .Op generic args
78 .Nm
79 .Ic rescan
80 .Aq all | bus Ns Op :target:lun
81 .Nm
82 .Ic reset
83 .Aq all | bus Ns Op :target:lun
84 .Nm
85 .Ic defects
86 .Op device id
87 .Op generic args
88 .Aq Fl f Ar format
89 .Op Fl P
90 .Op Fl G
91 .Nm
92 .Ic modepage
93 .Op device id
94 .Op generic args
95 .Aq Fl m Ar page
96 .Op Fl P Ar pgctl
97 .Op Fl e
98 .Op Fl d
99 .Nm
100 .Ic cmd
101 .Op device id
102 .Op generic args
103 .Aq Fl c Ar cmd Op args
104 .Op Fl i Ar len Ar fmt
105 .Bk -words
106 .Op Fl o Ar len Ar fmt Op args
107 .Ek
108 .Nm
109 .Ic debug
110 .Op Fl I
111 .Op Fl P
112 .Op Fl T
113 .Op Fl S
114 .Op Fl X
115 .Op Fl c
116 .Aq all|off|bus Ns Op :target Ns Op :lun
117 .Nm
118 .Ic tags
119 .Op device id
120 .Op generic args
121 .Op Fl N Ar tags
122 .Op Fl q
123 .Op Fl v
124 .Nm
125 .Ic negotiate
126 .Op device id
127 .Op generic args
128 .Op Fl c
129 .Op Fl D Ar enable|disable
130 .Op Fl O Ar offset
131 .Op Fl q
132 .Op Fl R Ar syncrate
133 .Op Fl T Ar enable|disable
134 .Op Fl U
135 .Op Fl W Ar bus_width
136 .Op Fl v
137 .Nm
138 .Ic format
139 .Op device id
140 .Op generic args
141 .Op Fl q
142 .Op Fl r
143 .Op Fl w
144 .Op Fl y
145 .Nm
146 .Ic help
147 .Sh DESCRIPTION
148 The
149 .Nm
150 utility is designed to provide a way for users to access and control the
151 .Dx
152 CAM subsystem.
153 .Pp
154 The
155 .Nm
156 utility
157 can cause a loss of data and/or system crashes if used improperly.  Even
158 expert users are encouraged to exercise caution when using this command.
159 Novice users should stay away from this utility.
160 .Pp
161 The
162 .Nm
163 utility has a number of primary functions, many of which support an optional
164 device identifier.  A device identifier can take one of three forms:
165 .Bl -tag -width 14n
166 .It deviceUNIT
167 Specify a device name and unit number combination, like "da5" or "cd3".
168 Note that character device node names (e.g. /dev/da0) are
169 .Em not
170 allowed here.
171 .It bus:target
172 Specify a bus number and target id.  The bus number can be determined from
173 the output of
174 .Dq camcontrol devlist .
175 The lun defaults to 0.
176 .It bus:target:lun
177 Specify the bus, target and lun for a device.  (e.g. 1:2:0)
178 .El
179 .Pp
180 The device identifier, if it is specified,
181 .Em must
182 come immediately after the function name, and before any generic or
183 function-specific arguments.  Note that the
184 .Fl n
185 and
186 .Fl u
187 arguments described below will override any device name or unit number
188 specified beforehand.  The
189 .Fl n
190 and
191 .Fl u
192 arguments will
193 .Em not
194 override a specified bus:target or bus:target:lun, however.
195 .Pp
196 Most of the
197 .Nm
198 primary functions support these generic arguments:
199 .Bl -tag -width 14n
200 .It Fl C Ar count
201 SCSI command retry count.  In order for this to work, error recovery
202 .Pq Fl E
203 must be turned on.
204 .It Fl E
205 Instruct the kernel to perform generic SCSI error recovery for the given
206 command.  This is needed in order for the retry count
207 .Pq Fl C
208 to be honored.  Other than retrying commands, the generic error recovery in
209 the code will generally attempt to spin up drives that are not spinning.
210 It may take some other actions, depending upon the sense code returned from
211 the command.
212 .It Fl n Ar dev_name
213 Specify the device type to operate on, e.g. "da", "cd".
214 .It Fl t Ar timeout
215 SCSI command timeout in seconds.  This overrides the default timeout for
216 any given command.
217 .It Fl u Ar unit_number
218 Specify the device unit number, e.g. "1", "5".
219 .It Fl v
220 Be verbose, print out sense information for failed SCSI commands.
221 .El
222 .Pp
223 Primary command functions:
224 .Bl -tag -width periphlist
225 .It Ic devlist
226 List all physical devices (logical units) attached to the CAM subsystem.
227 This also includes a list of peripheral drivers attached to each device.
228 With the
229 .Fl v
230 argument, SCSI bus number, adapter name and unit numbers are printed as
231 well.
232 .It Ic periphlist
233 List all peripheral drivers attached to a given physical device (logical
234 unit).
235 .It Ic tur
236 Send the SCSI test unit ready (0x00) command to the given device.
237 The
238 .Nm
239 utility will report whether the device is ready or not.
240 .It Ic inquiry
241 Send a SCSI inquiry command (0x12) to a device.  By default,
242 .Nm
243 will print out the standard inquiry data, device serial number, and
244 transfer rate information.  The user can specify that only certain types of
245 inquiry data be printed:
246 .Bl -tag -width 4n
247 .It Fl D
248 Get the standard inquiry data.
249 .It Fl S
250 Print out the serial number.  If this flag is the only one specified,
251 .Nm
252 will not print out "Serial Number" before the value returned by the drive.
253 This is to aid in script writing.
254 .It Fl R
255 Print out transfer rate information.
256 .El
257 .It Ic start
258 Send the SCSI Start/Stop Unit (0x1B) command to the given device with the
259 start bit set.
260 .It Ic stop
261 Send the SCSI Start/Stop Unit (0x1B) command to the given device with the
262 start bit cleared.
263 .It Ic load
264 Send the SCSI Start/Stop Unit (0x1B) command to the given device with the
265 start bit set and the load/eject bit set.
266 .It Ic eject
267 Send the SCSI Start/Stop Unit (0x1B) command to the given device with the
268 start bit cleared and the load/eject bit set.
269 .It Ic rescan
270 Tell the kernel to scan all busses in the system (with the
271 .Ar all
272 argument), the given bus (XPT_SCAN_BUS), or bus:target:lun
273 (XPT_SCAN_LUN) for new devices or devices that have gone away.  The user
274 may specify a scan of all busses, a single bus, or a lun.  Scanning all luns
275 on a target isn't supported.
276 .It Ic reset
277 Tell the kernel to reset all busses in the system (with the
278 .Ar all
279 argument) or the given bus (XPT_RESET_BUS) by issuing a SCSI bus
280 reset for that bus, or to reset the given bus:target:lun
281 (XPT_RESET_DEV), typically by issuing a BUS DEVICE RESET message after
282 connecting to that device.
283 Note that this can have a destructive impact
284 on the system.
285 .It Ic defects
286 Send the SCSI READ DEFECT DATA (10) command (0x37) to the given device, and
287 print out any combination of: the total number of defects, the primary
288 defect list (PLIST), and the grown defect list (GLIST).
289 .Bl -tag -width 11n
290 .It Fl f Ar format
291 The three format options are:
292 .Em block ,
293 to print out the list as logical blocks,
294 .Em bfi ,
295 to print out the list in bytes from index format, and
296 .Em phys ,
297 to print out the list in physical sector format.  The format argument is
298 required.  Most drives support the physical sector format.  Some drives
299 support the logical block format.  Many drives, if they don't support the
300 requested format, return the data in an alternate format, along with sense
301 information indicating that the requested data format isn't supported.
302 The
303 .Nm
304 utility
305 attempts to detect this, and print out whatever format the drive returns.
306 If the drive uses a non-standard sense code to report that it doesn't
307 support the requested format,
308 .Nm
309 will probably see the error as a failure to complete the request.
310 .It Fl G
311 Print out the grown defect list.  This is a list of bad blocks that have
312 been remapped since the disk left the factory.
313 .It Fl P
314 Print out the primary defect list.
315 .El
316 .Pp
317 If neither
318 .Fl P
319 nor
320 .Fl G
321 is specified,
322 .Nm
323 will print out the number of defects given in the READ DEFECT DATA header
324 returned from the drive.
325 .It Ic modepage
326 Allows the user to display and optionally edit a SCSI mode page.  The mode
327 page formats are located in
328 .Pa /usr/share/misc/scsi_modes .
329 This can be overridden by specifying a different file in the
330 .Ev SCSI_MODES
331 environment variable.
332 The
333 .Ic modepage
334 command takes several arguments:
335 .Bl -tag -width 12n
336 .It Fl d
337 Disable block descriptors for mode sense.
338 .It Fl e
339 This flag allows the user to edit values in the mode page.
340 .It Fl m Ar mode_page
341 This specifies the number of the mode page the user would like to view
342 and/or edit.  This argument is mandatory.
343 .It Fl P Ar pgctl
344 This allows the user to specify the page control field.  Possible values are:
345 .Bl -tag -width xxx -compact
346 .It 0
347 Current values
348 .It 1
349 Changeable values
350 .It 2
351 Default values
352 .It 3
353 Saved values
354 .El
355 .El
356 .It Ic cmd
357 Allows the user to send an arbitrary SCSI CDB to any device.
358 The
359 .Ic cmd
360 function requires the
361 .Fl c
362 argument to specify the CDB.  Other arguments are optional, depending on
363 the command type.  The command and data specification syntax is documented
364 in
365 .Xr cam_cdbparse 3 .
366 NOTE:  If the CDB specified causes data to be transferred to or from the
367 SCSI device in question, you MUST specify either
368 .Fl i
369 or
370 .Fl o .
371 .Bl -tag -width 17n
372 .It Fl c Ar cmd Op args
373 This specifies the SCSI CDB.  CDBs may be 6, 10, 12 or 16 bytes.
374 .It Fl i Ar len Ar fmt
375 This specifies the amount of data to read, and how it should be displayed.
376 If the format is
377 .Sq - ,
378 .Ar len
379 bytes of data will be read from the device and written to standard output.
380 .It Fl o Ar len Ar fmt Op args
381 This specifies the amount of data to be written to a device, and the data
382 that is to be written.  If the format is
383 .Sq - ,
384 .Ar len
385 bytes of data will be read from standard input and written to the device.
386 .El
387 .It Ic debug
388 Turn on CAM debugging printfs in the kernel.  This requires
389 .Cd options CAMDEBUG
390 in your kernel config file.  WARNING:  enabling debugging printfs currently
391 causes an EXTREME number of kernel printfs.  You may have difficulty
392 turning off the debugging printfs once they start, since the kernel will be
393 busy printing messages and unable to service other requests quickly.
394 The
395 .Ic debug
396 function takes a number of arguments:
397 .Bl -tag -width 18n
398 .It Fl I
399 Enable CAM_DEBUG_INFO printfs.
400 .It Fl P
401 Enable CAM_DEBUG_PERIPH printfs.
402 .It Fl T
403 Enable CAM_DEBUG_TRACE printfs.
404 .It Fl S
405 Enable CAM_DEBUG_SUBTRACE printfs.
406 .It Fl X
407 Enable CAM_DEBUG_XPT printfs.
408 .It Fl c
409 Enable CAM_DEBUG_CDB printfs.  This will cause the kernel to print out the
410 SCSI CDBs sent to the specified device(s).
411 .It all
412 Enable debugging for all devices.
413 .It off
414 Turn off debugging for all devices
415 .It bus Ns Op :target Ns Op :lun
416 Turn on debugging for the given bus, target or lun.  If the lun or target
417 and lun are not specified, they are wildcarded.  (i.e., just specifying a
418 bus turns on debugging printfs for all devices on that bus.)
419 .El
420 .It Ic tags
421 Show or set the number of "tagged openings" or simultaneous transactions
422 we attempt to queue to a particular device.  By default, the
423 .Ic tags
424 command, with no command-specific arguments (i.e. only generic arguments)
425 prints out the "soft" maximum number of transactions that can be queued to
426 the device in question.  For more detailed information, use the
427 .Fl v
428 argument described below.
429 .Bl -tag -width 7n
430 .It Fl N Ar tags
431 Set the number of tags for the given device.  This must be between the
432 minimum and maximum number set in the kernel quirk table.  The default for
433 most devices that support tagged queueing is a minimum of 2 and a maximum
434 of 255.  The minimum and maximum values for a given device may be
435 determined by using the
436 .Fl v
437 switch.  The meaning of the
438 .Fl v
439 switch for this
440 .Nm
441 subcommand is described below.
442 .It Fl q
443 Be quiet, and don't report the number of tags.  This is generally used when
444 setting the number of tags.
445 .It Fl v
446 The verbose flag has special functionality for the
447 .Em tags
448 argument.  It causes
449 .Nm
450 to print out the tagged queueing related fields of the XPT_GDEV_TYPE CCB:
451 .Bl -tag -width 13n
452 .It dev_openings
453 This is the amount of capacity for transactions queued to a given device.
454 .It dev_active
455 This is the number of transactions currently queued to a device.
456 .It devq_openings
457 This is the kernel queue space for transactions.  This count usually mirrors
458 dev_openings except during error recovery operations when
459 the device queue is frozen (device is not allowed to receive
460 commands), the number of dev_openings is reduced, or transaction
461 replay is occurring.
462 .It devq_queued
463 This is the number of transactions waiting in the kernel queue for capacity
464 on the device.  This number is usually zero unless error recovery is in
465 progress.
466 .It held
467 The held count is the number of CCBs held by peripheral drivers that have
468 either just been completed or are about to be released to the transport
469 layer for service by a device.  Held CCBs reserve capacity on a given
470 device.
471 .It mintags
472 This is the current "hard" minimum number of transactions that can be
473 queued to a device at once.  The
474 .Ar dev_openings
475 value above cannot go below this number.  The default value for
476 .Ar mintags
477 is 2, although it may be set higher or lower for various devices.
478 .It maxtags
479 This is the "hard" maximum number of transactions that can be queued to a
480 device at one time.  The
481 .Ar dev_openings
482 value cannot go above this number.  The default value for
483 .Ar maxtags
484 is 255, although it may be set higher or lower for various devices.
485 .El
486 .El
487 .It Ic negotiate
488 Show or negotiate various communication parameters.  Some controllers may
489 not support setting or changing some of these values.  For instance, the
490 Adaptec 174x controllers do not support changing a device's sync rate or
491 offset.
492 The
493 .Nm
494 utility
495 will not attempt to set the parameter if the controller indicates that it
496 does not support setting the parameter.  To find out what the controller
497 supports, use the
498 .Fl v
499 flag.  The meaning of the
500 .Fl v
501 flag for the
502 .Ic negotiate
503 command is described below.  Also, some controller drivers don't support
504 setting negotiation parameters, even if the underlying controller supports
505 negotiation changes.  Some controllers, such as the Advansys wide
506 controllers, support enabling and disabling synchronous negotiation for
507 a device, but do not support setting the synchronous negotiation rate.
508 .Bl -tag -width 17n
509 .It Fl a
510 Attempt to make the negotiation settings take effect immediately by sending
511 a Test Unit Ready command to the device.
512 .It Fl c
513 Show or set current negotiation settings.  This is the default.
514 .It Fl D Ar enable|disable
515 Enable or disable disconnection.
516 .It Fl O Ar offset
517 Set the command delay offset.
518 .It Fl q
519 Be quiet, don't print anything.  This is generally useful when you want to
520 set a parameter, but don't want any status information.
521 .It Fl R Ar syncrate
522 Change the synchronization rate for a device.  The sync rate is a floating
523 point value specified in MHz.  So, for instance,
524 .Sq 20.000
525 is a legal value, as is
526 .Sq 20 .
527 .It Fl T Ar enable|disable
528 Enable or disable tagged queueing for a device.
529 .It Fl U
530 Show or set user negotiation settings.  The default is to show or set
531 current negotiation settings.
532 .It Fl v
533 The verbose switch has special meaning for the
534 .Ic negotiate
535 subcommand.  It causes
536 .Nm
537 to print out the contents of a Path Inquiry (XPT_PATH_INQ) CCB sent to the
538 controller driver.
539 .It Fl W Ar bus_width
540 Specify the bus width to negotiate with a device.  The bus width is
541 specified in bits.  The only useful values to specify are 8, 16, and 32
542 bits.  The controller must support the bus width in question in order for
543 the setting to take effect.
544 .El
545 .Pp
546 In general, sync rate and offset settings will not take effect for a
547 device until a command has been sent to the device.  The
548 .Fl a
549 switch above will automatically send a Test Unit Ready to the device so
550 negotiation parameters will take effect.
551 .It Ic format
552 Issue the
553 .Tn SCSI
554 FORMAT UNIT command to the named device.
555 .Pp
556 .Em WARNING! WARNING! WARNING!
557 .Pp
558 Low level formatting a disk will destroy ALL data on the disk.  Use
559 extreme caution when issuing this command.  Many users low-level format
560 disks that do not really need to be low-level formatted.  There are
561 relatively few scenarios that call for low-level formatting a disk.
562 One reason for
563 low-level formatting a disk is to initialize the disk after changing
564 its physical sector size.  Another reason for low-level formatting a disk
565 is to revive the disk if you are getting "medium format corrupted" errors
566 from the disk in response to read and write requests.
567 .Pp
568 Some disks take longer than others to format.  Users should specify a
569 timeout long enough to allow the format to complete.  The default format
570 timeout is 3 hours, which should be long enough for most disks.  Some hard
571 disks will complete a format operation in a very short period of time
572 (on the order of 5 minutes or less).  This is often because the drive
573 doesn't really support the FORMAT UNIT command -- it just accepts the
574 command, waits a few minutes and then returns it.
575 .Pp
576 The
577 .Sq format
578 subcommand takes several arguments that modify its default behavior.  The
579 .Fl q
580 and
581 .Fl y
582 arguments can be useful for scripts.
583 .Pp
584 .Bl -tag -width 6n
585 .It Fl q
586 Be quiet, don't print any status messages.  This option will not disable
587 the questions, however.  To disable questions, use the
588 .Fl y
589 argument, below.
590 .It Fl r
591 Run in
592 .Dq report only
593 mode.
594 This will report status on a format that is already running on the drive.
595 .It Fl w
596 Issue a non-immediate format command.  By default,
597 .Nm
598 issues the FORMAT UNIT command with the immediate bit set.  This tells the
599 device to immediately return the format command, before the format has
600 actually completed.  Then,
601 .Nm
602 gathers
603 .Tn SCSI
604 sense information from the device every second to determine how far along
605 in the format process it is.  If the
606 .Fl w
607 argument is specified,
608 .Nm
609 will issue a non-immediate format command, and will be unable to print any
610 information to let the user know what percentage of the disk has been
611 formatted.
612 .It Fl y
613 Don't ask any questions.  By default,
614 .Nm
615 will ask the user if he/she really wants to format the disk in question,
616 and also if the default format command timeout is acceptable.  The user
617 will not be asked about the timeout if a timeout is specified on the
618 command line.
619 .El
620 .It Ic help
621 Print out verbose usage information.
622 .El
623 .Sh ENVIRONMENT
624 The
625 .Ev SCSI_MODES
626 variable allows the user to specify an alternate mode page format file.
627 .Pp
628 The
629 .Ev EDITOR
630 variable determines which text editor
631 .Nm
632 starts when editing mode pages.
633 .Sh FILES
634 .Bl -tag -width /usr/share/misc/scsi_modes -compact
635 .It Pa /usr/share/misc/scsi_modes
636 is the SCSI mode format database.
637 .It Pa /dev/xpt0
638 is the transport layer device.
639 .It Pa /dev/pass*
640 are the CAM application passthrough devices.
641 .El
642 .Sh EXAMPLES
643 .Dl camcontrol eject -n cd -u 1 -v
644 .Pp
645 Eject the CD from cd1, and print SCSI sense information if the command
646 fails.
647 .Pp
648 .Dl camcontrol tur da0
649 .Pp
650 Send the SCSI test unit ready command to da0.
651 The
652 .Nm
653 utility will report whether the disk is ready, but will not display sense
654 information if the command fails since the
655 .Fl v
656 switch was not specified.
657 .Pp
658 .Bd -literal -offset indent
659 camcontrol tur da1 -E -C 4 -t 50 -v
660 .Ed
661 .Pp
662 Send a test unit ready command to da1.  Enable kernel error recovery.
663 Specify a retry count of 4, and a timeout of 50 seconds.  Enable sense
664 printing (with the
665 .Fl v
666 flag) if the command fails.  Since error recovery is turned on, the
667 disk will be spun up if it is not currently spinning.
668 The
669 .Nm
670 utility will report whether the disk is ready.
671 .Bd -literal -offset indent
672 camcontrol cmd -n cd -u 1 -v -c "3C 00 00 00 00 00 00 00 0e 00" \e
673         -i 0xe "s1 i3 i1 i1 i1 i1 i1 i1 i1 i1 i1 i1"
674 .Ed
675 .Pp
676 Issue a READ BUFFER command (0x3C) to cd1.  Display the buffer size of cd1,
677 and display the first 10 bytes from the cache on cd1.  Display SCSI sense
678 information if the command fails.
679 .Pp
680 .Bd -literal -offset indent
681 camcontrol cmd -n cd -u 1 -v -c "3B 00 00 00 00 00 00 00 0e 00" \e
682         -o 14 "00 00 00 00 1 2 3 4 5 6 v v v v" 7 8 9 8
683 .Ed
684 .Pp
685 Issue a WRITE BUFFER (0x3B) command to cd1.  Write out 10 bytes of data,
686 not including the (reserved) 4 byte header.  Print out sense information if
687 the command fails.  Be very careful with this command, improper use may
688 cause data corruption.
689 .Pp
690 .Bd -literal -offset indent
691 camcontrol modepage da3 -m 1 -e -P 3
692 .Ed
693 .Pp
694 Edit mode page 1 (the Read-Write Error Recover page) for da3, and save the
695 settings on the drive.  Mode page 1 contains a disk drive's auto read and
696 write reallocation settings, among other things.
697 .Pp
698 .Dl camcontrol rescan all
699 .Pp
700 Rescan all SCSI busses in the system for devices that have been added,
701 removed or changed.
702 .Pp
703 .Dl camcontrol rescan 0
704 .Pp
705 Rescan SCSI bus 0 for devices that have been added, removed or changed.
706 .Pp
707 .Dl camcontrol rescan 0:1:0
708 .Pp
709 Rescan SCSI bus 0, target 1, lun 0 to see if it has been added, removed, or
710 changed.
711 .Pp
712 .Dl camcontrol tags da5 -N 24
713 .Pp
714 Set the number of concurrent transactions for da5 to 24.
715 .Pp
716 .Bd -literal -offset indent
717 camcontrol negotiate -n da -u 4 -T disable
718 .Ed
719 .Pp
720 Disable tagged queueing for da4.
721 .Pp
722 .Bd -literal -offset indent
723 camcontrol negotiate -n da -u 3 -R 20.000 -O 15 -a
724 .Ed
725 .Pp
726 Negotiate a sync rate of 20MHz and an offset of 15 with da3.  Then send a
727 Test Unit Ready command to make the settings take effect.
728 .Sh SEE ALSO
729 .Xr cam 3 ,
730 .Xr cam_cdbparse 3 ,
731 .Xr cam 4 ,
732 .Xr pass 4 ,
733 .Xr xpt 4
734 .Sh HISTORY
735 The
736 .Nm
737 utility first appeared in
738 .Fx 3.0 .
739 .Pp
740 The mode page editing code and arbitrary SCSI command code are based upon
741 code in the old
742 .Xr scsi 8
743 utility and
744 .Xr scsi 3
745 library, written by Julian Elischer and Peter Dufault.  The
746 .Xr scsi 8
747 program first appeared in
748 .Bx 386 0.1.2.4 ,
749 and first appeared in
750 .Fx
751 in
752 .Fx 2.0.5 .
753 .Sh AUTHORS
754 .An Kenneth Merry Aq ken@FreeBSD.org
755 .Sh BUGS
756 The code that parses the generic command line arguments doesn't know that
757 some of the subcommands take multiple arguments.  So if, for instance, you
758 tried something like this:
759 .Bd -literal -offset indent
760 camcontrol cmd -n da -u 1 -c "00 00 00 00 00 v" 0x00 -v
761 .Ed
762 .Pp
763 The sense information from the test unit ready command would not get
764 printed out, since the first
765 .Xr getopt 3
766 call in
767 .Nm
768 bails out when it sees the second argument to
769 .Fl c
770 (0x00),
771 above.  Fixing this behavior would take some gross code, or changes to the
772 .Xr getopt 3
773 interface.  The best way to circumvent this problem is to always make sure
774 to specify generic
775 .Nm
776 arguments before any command-specific arguments.