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