How to identify the health of the new disks after installing new OS











up vote
0
down vote

favorite












We want to create some sanity about the health check of the disks.



For example, we installed around 50 Linux Red Hat machines (Red Hat version 7.2).
Each machine have around 7 disks (disks can be identified by lsblk).



So, how do we identify the health check of the disks on each machine?










share|improve this question




















  • 1




    What specifically is the "health" you want to identify? And you've got 7 physical hard disks / ssd's on each machine?
    – Xen2050
    2 days ago















up vote
0
down vote

favorite












We want to create some sanity about the health check of the disks.



For example, we installed around 50 Linux Red Hat machines (Red Hat version 7.2).
Each machine have around 7 disks (disks can be identified by lsblk).



So, how do we identify the health check of the disks on each machine?










share|improve this question




















  • 1




    What specifically is the "health" you want to identify? And you've got 7 physical hard disks / ssd's on each machine?
    – Xen2050
    2 days ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











We want to create some sanity about the health check of the disks.



For example, we installed around 50 Linux Red Hat machines (Red Hat version 7.2).
Each machine have around 7 disks (disks can be identified by lsblk).



So, how do we identify the health check of the disks on each machine?










share|improve this question















We want to create some sanity about the health check of the disks.



For example, we installed around 50 Linux Red Hat machines (Red Hat version 7.2).
Each machine have around 7 disks (disks can be identified by lsblk).



So, how do we identify the health check of the disks on each machine?







linux hard-drive redhat-enterprise-linux fsck






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 4 hours ago









Run5k

10.5k72749




10.5k72749










asked 2 days ago









King David

182117




182117








  • 1




    What specifically is the "health" you want to identify? And you've got 7 physical hard disks / ssd's on each machine?
    – Xen2050
    2 days ago














  • 1




    What specifically is the "health" you want to identify? And you've got 7 physical hard disks / ssd's on each machine?
    – Xen2050
    2 days ago








1




1




What specifically is the "health" you want to identify? And you've got 7 physical hard disks / ssd's on each machine?
– Xen2050
2 days ago




What specifically is the "health" you want to identify? And you've got 7 physical hard disks / ssd's on each machine?
– Xen2050
2 days ago










1 Answer
1






active

oldest

votes

















up vote
0
down vote













At the basic level install smarttools, if it's not already on the system. Then you can use smartctl to view the status of your disks.



smartctl -a /dev/sda



Smart will even monitor your system and send you an email if one of your disks starts to go bad, so you can proactively replace it before it completely fails.






share|improve this answer










New contributor




nelgin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376567%2fhow-to-identify-the-health-of-the-new-disks-after-installing-new-os%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    At the basic level install smarttools, if it's not already on the system. Then you can use smartctl to view the status of your disks.



    smartctl -a /dev/sda



    Smart will even monitor your system and send you an email if one of your disks starts to go bad, so you can proactively replace it before it completely fails.






    share|improve this answer










    New contributor




    nelgin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      0
      down vote













      At the basic level install smarttools, if it's not already on the system. Then you can use smartctl to view the status of your disks.



      smartctl -a /dev/sda



      Smart will even monitor your system and send you an email if one of your disks starts to go bad, so you can proactively replace it before it completely fails.






      share|improve this answer










      New contributor




      nelgin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















        up vote
        0
        down vote










        up vote
        0
        down vote









        At the basic level install smarttools, if it's not already on the system. Then you can use smartctl to view the status of your disks.



        smartctl -a /dev/sda



        Smart will even monitor your system and send you an email if one of your disks starts to go bad, so you can proactively replace it before it completely fails.






        share|improve this answer










        New contributor




        nelgin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        At the basic level install smarttools, if it's not already on the system. Then you can use smartctl to view the status of your disks.



        smartctl -a /dev/sda



        Smart will even monitor your system and send you an email if one of your disks starts to go bad, so you can proactively replace it before it completely fails.







        share|improve this answer










        New contributor




        nelgin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer








        edited 3 hours ago









        Aulis Ronkainen

        5811412




        5811412






        New contributor




        nelgin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 5 hours ago









        nelgin

        212




        212




        New contributor




        nelgin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        nelgin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        nelgin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376567%2fhow-to-identify-the-health-of-the-new-disks-after-installing-new-os%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            If I really need a card on my start hand, how many mulligans make sense? [duplicate]

            Alcedinidae

            Can an atomic nucleus contain both particles and antiparticles? [duplicate]