About Linux FAQ

Browse More FAQs:

Linux Check Health of 3ware RAID Array

Posted by Vivek Gite [Last updated: June 18, 2008]

Q. How do I check the health of my 3ware RAID array under any Linux distribution? How do I access 3ware RAID Array web interface?

A. You need to download required command line tools from 3ware support web site. You can also find the same on driver cd / floppy disk. For example, I've downloaded a file called tw_cli-linux-x86_64-9.4.1.3.tgz for my 64 bit Linux server from above site. You need to get tool according to your device.
# tar -xvf tw_cli-linux-x86_64-9.4.1.3.tgz
Once tool is installed look for command called tw_cli. It is a Command Line Interface Storage Management Software for AMCC/3ware ATA RAID Controller(s). It provides controller, logical unit and drive management

To see the health of the RAID array, enter:
# ./tw_cli /c0 show
# ./tw_cli /c1 show

You can read more about command syntax here or just refer to local man page called tw_cli. I don't recommend browser interface over Internet it can create a security risk.

E-mail this to a friend      Printable version

Related Other Helpful FAQs:

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Tags: , , , , , , , , , , , , ,

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.