This shows you the differences between two versions of the page.
hp_raid_controller [2011/09/06 10:38] root |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== HP Raid Utils ====== | ||
- | |||
- | # hpacucli ctrl all show config | ||
- | | ||
- | # hpacucli ctrl slot=0 ld all show status | ||
- | | ||
- | ===== Status & Physical drive S/N and model ===== | ||
- | |||
- | # hpacucli ctrl all show config detail | ||
- | |||
- | ===== Thorough information including hard drive S/N ===== | ||
- | |||
- | # hpacucli ctrl all diag file=/tmp/test | ||
- | | ||
- | /tmp/test is output file for result | ||
- | |||
- | ===== Smartctl hints for HP smart array (CCISS driver) ===== | ||
- | Drive0: | ||
- | # smartctl -i -d cciss,0 /dev/cciss/c0d0 | ||
- | | ||
- | Drive1: | ||
- | # smartctl -i -d cciss,1 /dev/cciss/c0d0 | ||
- | |||
- | | ||
- | [http://www.datadisk.co.uk/html_docs/redhat/hpacucli.htm] | ||