I'm one of the many people that would like smartcheck to work properly on my drives.
After reading /scripts/smartcheck
i realise that this command line
perl -MYAML::Syck=DumpFile -e 'DumpFile("/var/cpanel/smartcheck_custom_dash_d.yaml", {"/dev/sda"=>"ata"});'
will fix my a drive
BUT WHAT ABOUT MY B DRIVE...??????????
perl -MYAML::Syck=DumpFile -e 'DumpFile("/var/cpanel/smartcheck_custom_dash_d.yaml", {"/dev/sdb"=>"ata"});'
just replaces a with b
i want them both to be in the yaml file.
Any smarty out there who knows the command line to put both my hard drives into the yaml file?
After reading /scripts/smartcheck
i realise that this command line
perl -MYAML::Syck=DumpFile -e 'DumpFile("/var/cpanel/smartcheck_custom_dash_d.yaml", {"/dev/sda"=>"ata"});'
will fix my a drive
BUT WHAT ABOUT MY B DRIVE...??????????
perl -MYAML::Syck=DumpFile -e 'DumpFile("/var/cpanel/smartcheck_custom_dash_d.yaml", {"/dev/sdb"=>"ata"});'
just replaces a with b
i want them both to be in the yaml file.
Any smarty out there who knows the command line to put both my hard drives into the yaml file?