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