4126 links
739 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
  • Smartmontools with MegaRAID Controller - Thomas-Krenn-Wiki
    MegaCli -PDList -aALL

    puis

    smartctl -a -d megaraid,N  /dev/sdX

    EDIT :
    a single one liner :

    for i in $(MegaCli -PDList -aALL|grep -i "^device id"|awk -F ': ' '{ print $2 }'); do smartctl -t long -d megaraid,$i  /dev/sda ; done

    [edit]
    and to read the result:

    for i in $(MegaCli -PDList -aALL|grep -i "^device id"|awk -F ': ' '{ print $2 }'); do smartctl -a -d megaraid,$i -i /dev/sda ; done
    June 2, 2017 04:22:38 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.thomas-krenn.com/en/wiki/Smartmontools_with_MegaRAID_Controller
    smartctl mega raid
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation