pages:cheatsheets:3ware_tw_cli
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pages:cheatsheets:3ware_tw_cli [2021/01/30 10:22] – [Sources] mischerh | pages:cheatsheets:3ware_tw_cli [2021/01/30 13:24] (current) – [Sources] mischerh | ||
---|---|---|---|
Line 6: | Line 6: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | * https://www.cyberciti.biz/files/tw_cli.8.html | + | * [[https://wiki.nanoscopic.de/html/ |
* https:// | * https:// | ||
+ | ===== where it actually is ===== | ||
/ | / | ||
- | ^ Command | + | ===== HowTo ===== |
- | | <sxh bash; gutter: false>/ | + | create RAID5 with disks 0-4 |
- | | <sxh bash; gutter: false>/ | + | <sxh bash; gutter: false>/ |
- | | <sxh bash; gutter: false>/cx add type=spare disk=x</ | + | |
- | | <sxh bash; gutter: false>/c0 show</ | + | create RAID5 with disks 0-4, with name " |
- | | <sxh bash; gutter: false>/ | + | <sxh bash; gutter: false>/c0 add type=raid5 disk=0-4 name=Data autoverify storsave=perform</ |
- | | <sxh bash; gutter: false>/ | + | |
- | | <sxh bash; gutter: false>tw_cli | + | add a hot spare to a controller (must have at least the same capacity as the biggest disk connected to the controller) |
- | | <sxh bash; gutter: false>help</ | + | <sxh bash; gutter: false>/cx add type=spare disk=x</ |
- | | <sxh bash; gutter: false>/ | + | |
- | | <sxh bash; gutter: false>/c0/u0 help</ | + | show basic info about the controller, connected disks and BBU |
- | | <sxh bash; gutter: false>quit</ | + | <sxh bash; gutter: false>/ |
+ | |||
+ | display information about a specific unit | ||
+ | <sxh bash; gutter: false>/ | ||
+ | |||
+ | display alarm messages | ||
+ | <sxh bash; gutter: false>/ | ||
+ | |||
+ | prints diagnostic information and writes it to a file | ||
+ | <sxh bash; gutter: false>tw_cli /c0 show diag > diag.txt</ | ||
+ | |||
+ | displays list of available commands | ||
+ | <sxh bash; gutter: false> | ||
+ | help | ||
+ | /c0 help | ||
+ | /c0/u0 help | ||
+ | quit | ||
+ | </ |
pages/cheatsheets/3ware_tw_cli.1612002159.txt.gz · Last modified: 2021/01/30 10:22 by mischerh