Acronis Drive Monitor - User Guide Manuel d'utilisateur Page 14

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 25
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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 (
Vue de la page 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 24 25

Commentaires sur ces manuels

Pas de commentaire