Command Line Interface
www.3ware.com
20
Drive (status, model, serial, capacity,
smart)
Example:
Escalade CLI> help set
Sample of output:
set [
rebuild c<c> <1..5> |
cache c<c> u<u> [on|off]
]
Examples: set rebuild c0 // Displays the
rebuild rate of controller 0
set rebuild c0 3 // sets the rebuild rate of
controller 0 to 3 (medium pace)
set cache c0 // Displays the cache settings
for all the cacheable units on controller 0
set cache c0 u8 off // Turns off the write
cache on unit 8 of controller 0
Example:
Escalade CLI> help maint
Sample of output:
maint [
add c<c> p<p> [JBOD|SPARE] |
remove c<c> p<p> |
rebuild c<c> u<u> [s<s>] p<p> [ignoreECC]|
flush c<c> [u<u>]
verify c<c> u<u>
]
Examples:
maint add c0 p5 // Add a CBOD to port
5 on controller 0