Acronis Drive Monitor - User Guide Manual de usuario Pagina 14

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 25
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 13
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 (
Vista de pagina 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 24 25

Comentarios a estos manuales

Sin comentarios