How can I get the RAID 5 controller array details using a shell script command?
Asked
Active
Viewed 265 times
1
-
2What controller? Name the maker and model and you may get an answer. – Paweł Brodacki May 07 '11 at 12:30
-
More importantly, on what operating system? Is this software RAID, hardware RAID, or do you want to handle both cases? – Gilles 'SO- stop being evil' May 07 '11 at 13:59
2 Answers
1
LSI MegaRAID help is http://www.freebsdwiki.net/index.php/Megarc here.
3Ware tw_cli is well documented at http://www.lsi.com/DistributionSystem/User/AssetMgr.aspx?asset=55377 . The man page can be found online at for example http://www.cyberciti.biz/files/tw_cli.8.html
Adaptec is arcconf getconfig 1
If you have something else, lspci
and lspci -n
outputs please.
chx
- 1,665
- 1
- 16
- 25
0