Users Guide

Example Syntax
For example, to start the patrol read task on controller 1, you would enter:
omconfig storage controller action=startpatrolread controller=1
omconfig Stop Patrol Read
Does my controller support this feature? See "Supported Features."
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