
10-08-2007, 07:59 PM
|
 |
Never say die
User
|
|
Join Date: Jan 2005
Location: BIOS
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
|
|
Quote:
Originally Posted by sweta
Hi,
How do I use smartd with 3ware RAID on Linux to check my hard disk health?
TIA
|
Use syntax as follows:
Code:
# smartctl -a -d 3ware,2 /dev/sda
# smartctl -a -d 3ware,0 /dev/twe0
See my article for more info - How do I test if my Linux server SCSI / SATA hard disk going bad?
__________________
Vivek Gite
Linux Evangelist
 Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
 Always use CODE tags for posting system output and commands!
 Do you run a Linux? Let's face it, you need help
|