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