Vprotect: Hyper-Vバックアップが(エクスポート)内部サーバー エラーで失敗する
Zusammenfassung: Hyper-VバックアップがvProtectエラー「ExternalAPIException: 内部サーバー エラー」
Dieser Artikel gilt für
Dieser Artikel gilt nicht für
Dieser Artikel ist nicht an ein bestimmtes Produkt gebunden.
In diesem Artikel werden nicht alle Produktversionen aufgeführt.
Symptome
バックアップが失敗し、「ExternalAPIException: Internal Server Error」
ノード ログで以下のエラーを確認します。
Hyper-V vProtectエージェントのログを確認すると、次のようなエラーが表示されます。
ノード ログで以下のエラーを確認します。
[2024-04-10 20:24:18.531] ERROR [pool-5-thread-6] HypervRequestSender.send:43
[e4b640a5-7784-4195-a909-6294d3763d0f] ApiException, code 500
[2024-04-10 20:24:18.531] ERROR [pool-5-thread-6] ExportTask.run:135
[e4b640a5-7784-4195-a909-6294d3763d0f] Backup task failed:
com.dell.vprotect.engine.exception.ExternalAPIException: Internal Server Error
at com.dell.vprotect.engine.hypervisor.hyperv.HypervRequestSender.send(HypervRequestSender.java:48) ~[engine.jar:?]
at com.dell.vprotect.engine.hypervisor.hyperv.HypervApi.createAndUploadRctMap(HypervApi.java:283) ~[engine.jar:?]
at com.dell.vprotect.engine.hypervisor.hyperv.vmexport.DdBoostExport.createAndUploadRctMapToDdBoostAndUpdateBackupFiles(DdBoost
Export.java:221) ~[engine.jar:?]
at com.dell.vprotect.engine.hypervisor.hyperv.vmexport.DdBoostExport.lambda$exportIncremental$6(DdBoostExport.java:163) ~[engin
e.jar:?]
Hyper-V vProtectエージェントのログを確認すると、次のようなエラーが表示されます。
2024/04/10 20:27:06.761 [e4b640a5-7784-4195-a909-6294d3763d0f] Microsoft.Management.Infrastructure.CimException: The WS-Management service cannot process the request. The computed response packet size (585610) exceeds the maximum envelope size that is allowed (512000). at Microsoft.Management.Infrastructure.Internal.Operations.CimSyncEnumeratorBase`1.MoveNext() at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at Microsoft.Management.Infrastructure.CimSession.InvokeMethod(String namespaceName, CimInstance instance, String methodName, CimMethodParametersCollection methodParameters, CimOperationOptions options)
Ursache
WSMan:\localhost\MaxEnvelopeSizeKbのデフォルト サイズは500(キロバイト)、つまり512,000バイトです
エージェントがこれよりも多くのデータをDDboost経由で転送しようとすると、例外がスローされます。
エージェントがこれよりも多くのデータをDDboost経由で転送しようとすると、例外がスローされます。
Lösung
失敗したバックアップがある仮想マシンをホストしているハイパーバイザーにアクセスします。
WSMan:\localhost\MaxEnvelopeSizeKb のサイズを確認します (管理者として PowerShell を使用)
値をデフォルトの500から、送信するバイト数よりも大きい値に増やします
バックアップの再実行
WSMan:\localhost\MaxEnvelopeSizeKb のサイズを確認します (管理者として PowerShell を使用)
PS C:\Users\Administrator> Get-Item -Path WSMan:\localhost\MaxEnvelopeSizeKb WSManConfig: Microsoft.WSMan.Management\WSMan::localhost Type Name SourceOfValue Value ---- ---- ------------- ----- System.String MaxEnvelopeSizekb 500 PS C:\Users\Administrator>
値をデフォルトの500から、送信するバイト数よりも大きい値に増やします
PS C:\Users\Administrator> Set-Item -Path WSMan:\localhost\MaxEnvelopeSizeKb 600 PS C:\Users\Administrator> Get-Item -Path WSMan:\localhost\MaxEnvelopeSizeKb WSManConfig: Microsoft.WSMan.Management\WSMan::localhost Type Name SourceOfValue Value ---- ---- ------------- ----- System.String MaxEnvelopeSizekb 600 PS C:\Users\Administrator>
バックアップの再実行
Betroffene Produkte
vProtectArtikeleigenschaften
Artikelnummer: 000224451
Artikeltyp: Solution
Zuletzt geändert: 06 März 2025
Version: 2
Antworten auf Ihre Fragen erhalten Sie von anderen Dell NutzerInnen
Support Services
Prüfen Sie, ob Ihr Gerät durch Support Services abgedeckt ist.