Advertisement
Guest User

Untitled

a guest
May 25th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1.  
  2. [root@IS-56131 ~]# for i in `seq 0 3` ; do echo ===megaraid,$i===; smartctl -a -d megaraid,$i /dev/sg0 | egrep '^(Self-test|Serial|Device M| (5|8|9)|196|197|User|# (1|2))|result|remaining|defect' ; done
  3. ===megaraid,0===
  4. User Capacity: 2,000,398,934,016 bytes [2.00 TB]
  5. Serial number: W460433R
  6. Elements in grown defect list: 0
  7. # 1 Background long Completed 96 81 - [- - -]
  8. # 2 Background short Completed 96 3 - [- - -]
  9. ===megaraid,1===
  10. User Capacity: 2,000,398,934,016 bytes [2.00 TB]
  11. Serial number: S460W0YF
  12. Elements in grown defect list: 0
  13. # 1 Background long Completed 96 65 - [- - -]
  14. # 2 Background short Completed 96 3 - [- - -]
  15. ===megaraid,2===
  16. User Capacity: 2,000,398,934,016 bytes [2.00 TB]
  17. Serial number: S460VF7D
  18. Elements in grown defect list: 0
  19. # 1 Background long Completed 96 102 - [- - -]
  20. # 2 Background short Completed 96 3 - [- - -]
  21. ===megaraid,3===
  22. User Capacity: 2,000,398,934,016 bytes [2.00 TB]
  23. Serial number: S460VFCE
  24. Elements in grown defect list: 0
  25. # 1 Background long Completed 96 69 - [- - -]
  26. # 2 Background short Completed 96 4 - [- - -]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement