Link to home
Start Free TrialLog in
Avatar of ReneGe
ReneGeFlag for Canada

asked on

Batch File: Read H.D. [S.M.A.R.T] for failure prevention

Hi there,

Has anyone made a batch file that will read the Hard Drive's S.M.A.R.T. infos and interpret them in order to predict H.D. failure?

The only thing a came up with so far, are 2 command lines that outputs a bunch of numbers:

WMIC /NAMESPACE:\\root\wmi PATH MSStorageDriver_FailurePredictThresholds
WMIC /NAMESPACE:\\root\wmi PATH MSStorageDriver_FailurePredictData

Please do not suggest a program that reads and display S.M.A.R.T. infos. I need a batch file.

Thanks for your help,
Rene
SOLUTION
Avatar of h4mi
h4mi
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ReneGe

ASKER

Thanks for your comment. However, the two supplied command line reads S.M.A.R.T. infos

WMIC /NAMESPACE:\\root\wmi PATH MSStorageDriver_FailurePredictThresholds
WMIC /NAMESPACE:\\root\wmi PATH MSStorageDriver_FailurePredictData

So, since I can read them, their might be someone out there that did a batch file to interpret them.

Cheers,
Rene
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ReneGe

ASKER

@hathehariken

Thanks for your links.

I need a batch file to interpret the output generated by a wmic command that reads S.M.A.R.T.

Thanks
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ReneGe

ASKER

By running the command lines, you will get the output as s.m.a.r.t. is standard.

REF:
http://en.wikipedia.org/wiki/S.M.A.R.T.

Thanks,
Rene
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ReneGe

ASKER

@h4mi,

In case your comment is not humour, wmic.exe is as a program as ping.exe is; as it is part of Windows.

Cheers,
Rene
SOLUTION
Avatar of Ben Personick (Previously QCubed)
Ben Personick (Previously QCubed)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ReneGe

ASKER

@Q

Do you still feel like doing this?

If you feel it's a to complicated task let me know. I'll then split the points and just close it.

Thanks,
Rene
Avatar of ReneGe

ASKER

@Dhaest:

Could you please get the attention of experts on this one?

It's still not resolved.

Thanks and cheers,
Rene
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ReneGe

ASKER

Thanks Q for your feedback.

I'll close it then, and split points.

Cheers,
Rene