Users Guide

Use the following omconfig command syntax to stop the patrol read task on the controller. See "Start and Stop Patrol Read" for more information.
Complete Syntax
omconfig storage controller action=stoppatrolread controller=id
where id is the controller ID as reported by the omreport storage controller command.
Example Syntax
For example, to stop the patrol read task on controller 1, you would enter:
omconfig storage controller action=stoppatrolread controller=1
omconfig Change Controller Properties
Does my controller support this feature? See "Supported Features."
Use the following omconfig command syntax to change one or all controller properties. See "Change Controller Properties" for more information.
Complete Syntax
omconfig storage controller action= setchangecontrollerproperties controller=<id> abortcheckconsistencyonerror=<enabled/disabled>
allowreplacemember=<enabled/disabled> loadbalance= <auto/disabled> autoreplacememberonpredictivefailure= <enabled/disabled> bgirate=<rate>
reconstructrate= <rate> rebuildrate=<rate> checkconsistencyrate=<rate> redundantpathview=disabled
Example Syntax
For example, to enable replace member operation, you would enter:
omconfig storage controller action= setchangecontrollerproperties allowreplacemember= enabled
omconfig Storage Virtual Disk
Does my controller support this feature? See "Supported Features."
Use the following omconfig storage command syntax to replace a physical disk that is part of a virtual disk with another physical disk. See "Revertible Hot
Spare" for more information.
Complete Syntax
omconfig storage vdisk action=replacememberdisk controller=id vdisk=id source=<PDISKID> destination=<PDISKID>