![3Ware 720-0186-00 Скачать руководство пользователя страница 78](http://html1.mh-extra.com/html/3ware/720-0186-00/720-0186-00_manual_3239008078.webp)
Chapter 2. CLI Syntax Reference
71
3ware SAS/SATA RAID Controller CLI Guide, Version 9.5.1
/c
x
set carvesize=[1024..32768]
This feature only applies to 9000 series SX/SE/SA model controllers.
This command allows you to set the carve size in GB. This feature works
together with autocarve. See “/cx set autocarve=on|off” above for details.
Note that for some operating systems are limited to 2 TB. (For details, see
“Support for Over 2 Terabytes” on page 10.)
Example:
//localhost> /c0 set carvesize=2000
Setting Auto-Carving Size on /c0 to 2000 GB ... Done.
/c
x
set autorebuild=on|off
This feature only applies to 9000 series SX/SE/SA model controllers.
This command turns the Auto-Rebuild policy on or off. By default,
autorebuild is on.
If the policy is on the firmware will select drives to use for rebuilding a
degraded unit using the following priority order.
1. Smallest usable spare.
2. Smallest usable unconfigured (available) drive.
3. Smallest usable failed drive.
Enabling Auto-Rebuild allows you to add a drive to the controller and have it
be available for a rebuild as soon as you tell the controller to rescan, without
having to specify it as a spare. It also means that if you accidentally
disconnect a drive (causing the controller to see it as a failed drive) and then
reconnect it, the controller will automatically try to use it again.
If the policy is off, spares are the only candidates for rebuild operations.
Example:
//localhost> /c0 set autorebuild=enable
Setting Auto-Rebuild Policy on /c0 to enable ... Done.
Note:
Failed drives can be drives that have mechanically failed, or they can be
drives that have been disconnected from the controller long enough to cause a
drive timeout error and for the controller to classify them as failed.