1

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

Caleb
  • 11,813
  • 4
  • 36
  • 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,705
  • 2
  • 16
  • 25
0

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

ewwhite
  • 197,159
  • 92
  • 443
  • 809