Acronis Drive Monitor - User Guide User Manual

Page 14

Advertising
background image

1 - electromechanical problems occurred, the disk needs to be checked to avoid possible failure in
the future;

2 - error: there is serious problem with the disk, it needs urgent data backup and, probably, hardware
replacement.

Below is a sample of a custom script applicable for Intel(R) RAID controllers using Intel(R) CmdTool2
v5.00.11:

@echo off

setlocal

echo Sample ADM custom script for Intel(R) RAID controllers using Intel(R) CmdTool2 v5.00.11

echo Copyright (c)Acronis, 2000-2010 All rights reserved

echo.

echo.

echo Controller information

echo.

set critical_disks=0

set failed_disks=0

::CmdTool2 -AdpAllInfo -aAll

for /f "tokens=1-10" %%a in ('CmdTool2 -AdpAllInfo -aAll ^| findstr "Product Serial Critical Failed"') do
(

if %%a==Product (

echo Model: %%d %%e %%f %%g %%h

)

if %%b==No (

echo Serial number: %%d

)

if %%a==Critical (

if %%b==Disks (

Advertising