1

How can I get the RAID 5 controller array details using a shell script command?

Caleb
  • 11,583
  • 4
  • 35
  • 49
Arunjith
  • 108
  • 1
  • 1
  • 7

2 Answers2

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

See: How to find RAID configuration/level and RPM speed having only remote access to the server?

ewwhite
  • 194,921
  • 91
  • 434
  • 799