![AMCC 3WARE 9500S Manual Download Page 67](http://html1.mh-extra.com/html/amcc/3ware-9500s/3ware-9500s_manual_2921146067.webp)
Unit Object Commands
www.3ware.com
59
/cx/ux
del
[noscan] [quiet]
This command allows you to delete a unit. Deleting a unit not only removes
the specified unit from the controller's list of managed units, but also destroys
the DCB (Disk Configuration Block) metadata. After deleting a unit, ports (or
disks) associated with the unit will be part of the free pool of managed disks.
Warning:
This is a destructive command and should be used with
care. All data on the specified unit will be lost after executing this
command.
noscan
is used to not inform the operating system of this change. The default
is to inform the operating system.
quiet
is used for non-interactive mode. No confirmation is given and the
command is executed immediately. This is useful for scripting purposes.
Example of interactive mode:
//localhost> /c0/u0 del
Are you sure you want to delete the unit /c0/u0? Enter Y to
continue.
/cx/ux start rebuild disk=
p<p:-p...>
[ignoreECC]
This command allows you to rebuild a degraded unit using the specified
disk=p
. Rebuild only applies to redundant arrays such as RAID 1, RAID 5,
RAID 10, and RAID 50.
During rebuild, bad sectors on the source disk will cause the rebuild to fail.
You can allow the operation to continue by using
ignoreECC
.
The rebuild process is a background task and will change the state of a unit to
REBUILDING. Various show commands also show the percent completion as
rebuilding progresses.
Note that the disk used to rebuild a unit (specified with
disk=p
) must be a
SPARE or a unconfigured disk. You must first remove the degraded drive(s)
before starting the rebuild. Refer to the command “/cx/px export [noscan]
[quiet]” on page 73 for details. Also refer to the command “/cx rescan
[noscan]” on page 40 to add new drives or to retry the original drive.
If you are rebuilding a RAID 50 or RAID 10 unit, multiple drives can be
specified if more than one sub-array is degraded.
When you issue this command, the specified rebuild will begin if schedules
are disabled; otherwise it will pause until the next scheduled rebuild. A file
system check is recommended following rebuild when using the ignoreECC
option.