- 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 controllersubcommand requires the option shown in the following table.Short Option Long Option Description -c--controllerSpecifies the controller to modify. This is required for the
modify controllersubcommand.The following table lists an additional option for the
modify controllersubcommand.Option Description --disable-auto-rebuild=true|falseDisables 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