4129 links
740 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
3 results tagged smartctl x
  • SMART : Test des disques sur contrôleur LSI/Perc (serveur DELL) | Admin Linux

    perso, je fais :

    MegaCli -pdlist -a0|grep -i id
    for i in $(echo {id_debug..id_fin}); do smartctl -t long -d megaraid,$i -i /dev/sda ; done

    dans la majo des cas chez ovh le echo est {4..7}

    August 2, 2017 10:05:15 AM GMT+02:00 * - permalink -
    QRCode
    - https://www.admin-linux.fr/smart-test-des-disques-sur-controleur-lsiperc-serveur-dell/
    smartctl
  • 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
  • Analyzing a Faulty Hard Disk using Smartctl - Thomas-Krenn-Wiki
    November 23, 2015 01:51:36 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.thomas-krenn.com/en/wiki/Analyzing_a_Faulty_Hard_Disk_using_Smartctl
    smartctl cheatsheet cheat sheet
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation