Controller Object Commands
www.3ware.com
51
/cx set selftest=enable|disable
[task=UDMA|SMART]
This command enables or disables all selftest tasks or a particular
selftest_task (UDMA or SMART).
Enabling and disabling selftest is only for 9000 models. 7/8000 models have
the same internal schedule, but it is not viewable or changeable.
For example:
//localhost> /c0 selftest=enable task=UDMA
enables UDMA selftest on controller c0.
/cx set exportjbod=on|off
This command allows you to set the JBOD Export Policy to
on
or
off
. By
default, exportjbod is
off
.
If the JBOD export policy is
off,
CLI will not be able to create JBODs. During
reboot, firmware will not export JBOD units to the operating system.
The JBOD Export Policy is only supported on 9000-series controllers.
Previous models did not have such a policy enforcement feature.
A JBOD is an unconfigured disk attached to your 3ware RAID controller.
AMCC recommends that you use Single Disk as a replacement for JBOD, to
take advantage of features such as RAID level migration.
/cx set ondegrade=cacheoff|follow
This command is only for 9000 series controllers.
This command allows you to set a controller-based write cache policy. If the
policy is set to
cacheoff
and a unit degrades, the firmware will disable the
write-cache on the degraded unit, regardless of what the unit-based write
cache policy is. If the policy is set to
follow
and a unit degrades, firmware will
follow whatever cache policy has been set for that unit. (For details about the
unit-based policy, see “/cx/ux set cache=on|off [quiet]” on page 61.)
/cx set spinup=
nn
This command is only for 9000 series controllers.
This command allows you to set a controller-based Disk Spinup Policy. The
value must be a positive integer between 1 and the number of disks/ports
supported on the controller (4, 8, or 12). The default is 1.
This policy is used to stagger spinups of disks at boot time in order to spread
the power consumption on the power supply. For example, given a spinup
policy of 2, the controller will spin up two disks at a time, pause, and then spin
up another 2 disks. The amount of time to pause can be specified with the
Spinup Stagger Time Policy (
/cx set stagger
).