Previous Topic: 刪除重複限制Next Topic: 如何套用 Arcserve UDP 中內建版本 (6.0.1) 以外的不同版本 VDDK


刪除重複資料儲存區的命令列資料完整性工具

命令列工具 (as_gddmgr.exe) 可讓您在刪除重複資料儲存區的復原點層級和資料儲存區層級檢查資料完整性。您可以在備份完成後執行此公用程式。

在雜湊資料庫失敗時,您也可以使用此工具來重新產生雜湊資料庫。

命令的輸出已顯示於 Windows 命令主控台上。此工具還可以在 [日誌] 資料夾中產生日誌檔。例如,as_gddmgr_2014-9-4_11-14-22-655.log 是包含所有詳細資料的日誌檔。

位置:

您可以在 UDP 安裝路徑的 "Bin" 資料夾中找到 as_gddmgr.exe。

語法:
as_gddmgr.exe 
-Scan ChecksumUDPSession <data store name> -Node [<All> |<UDP agent node name>] -RecoveryPoint [<All>|<recovery point number>] [-Password < data store password >]  [-LogLevel <n>]
-Scan VerifyRefCount   <data store name>  [-LogLevel <n>]
-Scan VerifyData <data store name>  [-Password <data store password>]  [-LogLevel <n>]
-Scan VerifyAll <data store name >  [-Password < data store password >]  [-LogLevel <n>]
-Scan RebuildHash <data store name>  [-NewHashPath <new hash path>] [-LogLevel <n>]
選項:
ChecksumUDPSession

檢查指定復原點的資料完整性。

節點 <全部> | <UDP 代理程式節點名稱>

指定代理程式節點名稱。

復原點 <全部> | <復原點數目>

指定要檢查完整性的復原點。

密碼 <資料儲存區密碼>

指定資料儲存區密碼。

LogLevel <n>

指定日誌層級編號。

VerifyRefCount

掃描索引檔案和參考檔案,以驗證雜湊資料庫中所記錄的參考計數。指定本選項之前,請手動停止刪除重複資料儲存區。

VerifyData

掃描資料檔案,然後透過將資料檔案與參考檔案進行比較,重新產生雜湊碼。指定本選項之前,請手動停止刪除重複資料儲存區。

VerifyAll

執行 VerifyRefCount 和 VerifyData 作業。指定本選項之前,請手動停止刪除重複資料儲存區。

RebuildHash

透過掃描索引和參考檔案,重新產生雜湊資料庫。指定本選項之前,請手動停止刪除重複資料儲存區。

附註:對於主控台中不存在的資料儲存區,或是登錄機碼不存在於 Arcserve UDP 中的資料儲存區,若要重建雜湊資料庫,請使用下列命令,其中 RebuildHashwithIndexPath 為現有索引路徑的路徑:

as_gddmgr.exe –scan RebuildHashWithIndexPath <gdd 索引路徑>-NewHashPath <新的雜湊路徑>

附註:請注意,因為此作業會掃描刪除重複資料儲存區中的許多檔案,下列選項的執行時間可能會很久。

範例:
as_gddmgr.exe -Scan ChecksumUDPSession GDDDataStore1 -Node All -RecoveryPoint All -Password 123
as_gddmgr.exe -Scan ChecksumUDPSession GDDDataStore1 -Node myComputer -RecoveryPoint 1 -Password 123
as_gddmgr.exe -Scan VerifyRefCount GDDDataStore1
as_gddmgr.exe -Scan VerifyData GDDDataStore1 -Password 123
as_gddmgr.exe -Scan VerifyAll GDDDataStore1
as_gddmgr.exe -Scan RebuildHash GDDDataStore1
as_gddmgr.exe -Scan RebuildHash GDDDataStore1 -NewHashPath C:\NewHashPath
as_gddmgr.exe –scan RebuildHashWithIndexPath C:\indexpath -NewHashPath C:\newhashpath

其中,C:\indexpath 是現有索引路徑

其中,C:\newhashpath 是新的雜湊路徑。