Acronis Drive Monitor - User Guide Instrukcja Użytkownika Strona 14

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 25
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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 (
Przeglądanie stron 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 24 25

Komentarze do niniejszej Instrukcji

Brak uwag