- Oracle Server CLI Tools for Oracle Solaris 11.4 User's Guide
- Using raidconfig to Configure RAID
- Modifying a RAID Volume or Controller
- Modify a Controller
Modify a Controller
The modify controller
command modifies certain controller attributes.
-
To modify a controller, type:
#
raidconfig modify controller -c controller optionFor example:
#
raidconfig modify controller -c c1 --disable-auto-rebuild=trueThe
modify controller
subcommand requires the option shown in the following table.Short Option Long Option Description -c
--controller
Specifies the controller to modify. This is required for the
modify controller
subcommand.The following table lists an additional option for the
modify controller
subcommand.Option Description --disable-auto-rebuild=true|false
Disables auto rebuild. When this option is set to true for a specific controller, auto rebuild will be disabled. If the option is set to false, a hot spare can automatically replace a faulty disk, in which case a long running background task is started.
Note:
Not all controllers support modifications of
--disable-auto-rebuild
.
Parent topic: Modifying a RAID Volume or Controller