SMART 검사 결과
D="$( esxcli storage core device list | grep "Devfs Path:" | awk -F ': ' '{print $2}' | awk -F '/' '{print $NF}' )";
for d in $D
do
echo -e "\nDISK:$d"
esxcli storage core device smart get -d $d
done
2024.11.12
1. DISK: t10.NVMe____SHGP312D1000GM___________________________FFFFFFFFFFFFFFFF- Health Status: OK
- Power-on Hours: 6313
- Power Cycle Count: 29
- Reallocated Sector Count: 0
- Drive Temperature: 39°C
2. DISK: t10.ATA_____ST20000NM004E2D3HR103________________________________ZX20YQZR
- Health Status: OK
- Write Error Count: 100
- Read Error Count: 82
- Power-on Hours: 93
- Power Cycle Count: 100
- Reallocated Sector Count: 100
- Drive Temperature: 36°C
- Write Sectors TOT Count: 100
- Read Sectors TOT Count: 100
- Uncorrectable Error Count: 100
- Pending Sector Reallocation Count: 100
- Uncorrectable Sector Count: 100
3. DISK: t10.ATA_____ST20000NM004E2D3HR103________________________________ZX20YV1Q
- Health Status: OK
- Write Error Count: 100
- Read Error Count: 78
- Power-on Hours: 93
- Power Cycle Count: 100
- Reallocated Sector Count: 100
- Drive Temperature: 41°C
- Write Sectors TOT Count: 100
- Read Sectors TOT Count: 100
- Uncorrectable Error Count: 100
- Pending Sector Reallocation Count: 100
- Uncorrectable Sector Count: 100
4. DISK: t10.ATA_____ST20000NM004E2D3HR103________________________________ZX21M5CK
- Health Status: OK
- Write Error Count: 100
- Read Error Count: 64
- Power-on Hours: 93
- Power Cycle Count: 100
- Reallocated Sector Count: 100
- Drive Temperature: 39°C
- Write Sectors TOT Count: 100
- Read Sectors TOT Count: 100
- Uncorrectable Error Count: 100
- Pending Sector Reallocation Count: 100
- Uncorrectable Sector Count: 100
5. DISK: t10.ATA_____ST20000NM004E2D3HR103________________________________ZX21GRC9
- Health Status: OK
- Write Error Count: 100
- Read Error Count: 79
- Power-on Hours: 93
- Power Cycle Count: 100
- Reallocated Sector Count: 100
- Drive Temperature: 41°C
- Write Sectors TOT Count: 100
- Read Sectors TOT Count: 100
- Uncorrectable Error Count: 100
- Pending Sector Reallocation Count: 100
- Uncorrectable Sector Count: 100
6. DISK: t10.ATA_____ST20000NM004E2D3HR103________________________________ZX21GR0V
- Health Status: OK
- Write Error Count: 100
- Read Error Count: 84
- Power-on Hours: 93
- Power Cycle Count: 100
- Reallocated Sector Count: 100
- Drive Temperature: 40°C
- Write Sectors TOT Count: 100
- Read Sectors TOT Count: 100
- Uncorrectable Error Count: 100
- Pending Sector Reallocation Count: 100
- Uncorrectable Sector Count: 100