1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-09-28 19:43:14 +00:00

fix typo and add new arguments for raid

This commit is contained in:
Nils 2021-02-03 15:41:02 +00:00 committed by GitHub
parent b1dfbe1a1b
commit 72d4a5dbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,12 @@ while [ -z "$1" ]; do
for x in {0..20};do for x in {0..20};do
if [[ -n $(echo $dreiwaredrives | grep p$x) ]];then if [[ -n $(echo $dreiwaredrives | grep p$x) ]];then
echo "------------------- p$x --------------------" echo "------------------- p$x --------------------"
smartctl -a -d 3ware,p$x /dev/twe0 smartctl -i -d 3ware,p$x /dev/twe0 | grep -e "=== START OF INFORMATION SECTION ===" -e "Device Model:" -e "Serial Number:" -e "Firmware Version:" -e "User Capacity:" -e "SMART support is:" -e "Sector Size:" -e "Rotation Rate:"
echo ""
echo "=== START OF SELF-ASSESSMENT TEST RESULT ==="
smartctl -H -d 3ware,p$x /dev/twe0 | grep -e "SMART overall-health self-assessment test result:"
echo ""
smartctl -A -d 3ware,p$x /dev/twe0 | grep -e "=== START OF READ SMART DATA SECTION ===" -e "SMART overall-health self-assessment test result:" -e "Reallocated_Sector_Ct" -e "Power_On_Hours" -e "Temperature_Celsius" -e "Media_Wearout_Indicator" -e "Power_Cycle_Count" -e "Reported_Uncorrect"
echo "-------------------------------------------" echo "-------------------------------------------"
else else
exit exit
@ -84,7 +89,12 @@ while [ -z "$1" ]; do
for x in {0..20};do for x in {0..20};do
if [[ -n $(echo $dreiwaredrives | grep p$x) ]];then if [[ -n $(echo $dreiwaredrives | grep p$x) ]];then
echo "------------------- p$x --------------------" echo "------------------- p$x --------------------"
smartctl -a -d 3ware,p$x /dev/twa0 smartctl -i -d 3ware,p$x /dev/twa0 | grep -e "=== START OF INFORMATION SECTION ===" -e "Device Model:" -e "Serial Number:" -e "Firmware Version:" -e "User Capacity:" -e "SMART support is:" -e "Sector Size:" -e "Rotation Rate:"
echo ""
echo "=== START OF SELF-ASSESSMENT TEST RESULT ==="
smartctl -H -d 3ware,p$x /dev/twa0 | grep -e "SMART overall-health self-assessment test result:"
echo ""
smartctl -A -d 3ware,p$x /dev/twa0 | grep -e "=== START OF READ SMART DATA SECTION ===" -e "SMART overall-health self-assessment test result:" -e "Reallocated_Sector_Ct" -e "Power_On_Hours" -e "Temperature_Celsius" -e "Media_Wearout_Indicator" -e "Power_Cycle_Count" -e "Reported_Uncorrect"
echo "-------------------------------------------" echo "-------------------------------------------"
else else
exit exit
@ -98,7 +108,12 @@ while [ -z "$1" ]; do
for x in {0..20};do for x in {0..20};do
if [[ -n $(echo $dreiwaredrives | grep p$x) ]];then if [[ -n $(echo $dreiwaredrives | grep p$x) ]];then
echo "------------------- p$x --------------------" echo "------------------- p$x --------------------"
smartctl -a -d 3ware,p$x /dev/twl0 smartctl -i -d 3ware,p$x /dev/twl0 | grep -e "=== START OF INFORMATION SECTION ===" -e "Device Model:" -e "Serial Number:" -e "Firmware Version:" -e "User Capacity:" -e "SMART support is:" -e "Sector Size:" -e "Rotation Rate:"
echo ""
echo "=== START OF SELF-ASSESSMENT TEST RESULT ==="
smartctl -H -d 3ware,p$x /dev/twl0 | grep -e "SMART overall-health self-assessment test result:"
echo ""
smartctl -A -d 3ware,p$x /dev/twl0 | grep -e "=== START OF READ SMART DATA SECTION ===" -e "SMART overall-health self-assessment test result:" -e "Reallocated_Sector_Ct" -e "Power_On_Hours" -e "Temperature_Celsius" -e "Media_Wearout_Indicator" -e "Power_Cycle_Count" -e "Reported_Uncorrect"
echo "-------------------------------------------" echo "-------------------------------------------"
else else
exit exit
@ -114,13 +129,18 @@ while [ -z "$1" ]; do
arcconf GETCONFIG 1 LD arcconf GETCONFIG 1 LD
echo "---------------------------------------------------------------" echo "---------------------------------------------------------------"
echo "=== sata drive check: ===" echo "=== sata drive check: ==="
echo "-------------------....--------------------" echo "-------------------------------------------"
arcconf getconfig 1 pd|egrep "Device #|State\>|Reported Location|Reported Channel|S.M.A.R.T. warnings" arcconf getconfig 1 pd|egrep "Device #|State\>|Reported Location|Reported Channel|S.M.A.R.T. warnings"
echo "-------------------------------------------" echo "-------------------------------------------"
for x in {1..20};do for x in {1..20};do
if [[ -n $(echo $dreiwaredrives | grep p$x) ]];then if [[ -n $(echo $dreiwaredrives | grep p$x) ]];then
echo "------------------- sg$x --------------------" echo "------------------- sg$x --------------------"
smartctl -d sat -a /dev/sg$x smartctl -i -d sat /dev/sg$x | grep -e "=== START OF INFORMATION SECTION ===" -e "Device Model:" -e "Serial Number:" -e "Firmware Version:" -e "User Capacity:" -e "SMART support is:" -e "Sector Size:" -e "Rotation Rate:"
echo ""
echo "=== START OF SELF-ASSESSMENT TEST RESULT ==="
smartctl -H -d sat /dev/sg$x | grep -e "SMART overall-health self-assessment test result:"
echo ""
smartctl -A -d sat /dev/sg$x | grep -e "=== START OF READ SMART DATA SECTION ===" -e "SMART overall-health self-assessment test result:" -e "Reallocated_Sector_Ct" -e "Power_On_Hours" -e "Temperature_Celsius" -e "Media_Wearout_Indicator" -e "Power_Cycle_Count" -e "Reported_Uncorrect"
echo "-------------------------------------------" echo "-------------------------------------------"
else else
exit exit
@ -128,18 +148,23 @@ while [ -z "$1" ]; do
done done
elif [[ -n $(echo "$raidcheck" | grep -e "LSI") ]];then elif [[ -n $(echo "$raidcheck" | grep -e "LSI") ]];then
echo "lsi raid-controller detected" echo "lsi raid-controller detected"
echo "------------------- adaptec controller --------------------" echo "------------------- LSI controller --------------------"
megacli -LDInfo -Lall -Aall megacli -LDInfo -Lall -Aall
echo "---------------------------------------------------------------" echo "---------------------------------------------------------------"
echo "=== sata drive check: ===" echo "=== sata drive check: ==="
echo "-------------------....--------------------" echo "-------------------------------------------"
megacli -PDList -aAll | egrep "Enclosure Device ID:|Slot Number:|Inquiry Data:|Error Count:|state" megacli -PDList -aAll | egrep "Enclosure Device ID:|Slot Number:|Inquiry Data:|Error Count:|state"
echo "-------------------------------------------" echo "-------------------------------------------"
for x in {a..z};do for x in {a..z};do
scan=$(smartctl --scan) scan=$(smartctl --scan)
if [[ -n $(echo $scan | grep /dev/sd$x) ]];then if [[ -n $(echo $scan | grep /dev/sd$x) ]];then
echo "------------------- /dev/sd$x --------------------" echo "------------------- /dev/sd$x --------------------"
smartctl -d sat+megaraid,4 -a /dev/sd$x smartctl -i -d sat+megaraid,4 /dev/sd$x | grep -e "=== START OF INFORMATION SECTION ===" -e "Device Model:" -e "Serial Number:" -e "Firmware Version:" -e "User Capacity:" -e "SMART support is:" -e "Sector Size:" -e "Rotation Rate:"
echo ""
echo "=== START OF SELF-ASSESSMENT TEST RESULT ==="
smartctl -H -d sat+megaraid,4 /dev/sd$x | grep -e "SMART overall-health self-assessment test result:"
echo ""
smartctl -A -d sat+megaraid,4 /dev/sd$x | grep -e "=== START OF READ SMART DATA SECTION ===" -e "SMART overall-health self-assessment test result:" -e "Reallocated_Sector_Ct" -e "Power_On_Hours" -e "Temperature_Celsius" -e "Media_Wearout_Indicator" -e "Power_Cycle_Count" -e "Reported_Uncorrect"
echo "-------------------------------------------------" echo "-------------------------------------------------"
else else
exit exit