question

MartinHengst-0241 avatar image
0 Votes"
MartinHengst-0241 asked SadiqhAhmed-MSFT answered

Azure Site Recovery Migration - One or more disk in IR/resync - skipping consistency.

Physical box migrating to Azure via ASR. Getting the following errors from vcap. Can someone point me in the right direction?

Command Line: "C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\vacp" -systemlevel -parallel -vtoa -irmode -cc
Exiting with status 2147483796
InternallyRescheduled 0
SysTimeKey 1622132709
TagType CRASH
VacpEndTime 1622132709
VacpStartTime 1622132709
Host:EEC-P6-01:2147483796)
vacpError:220#One or more disk in IR/resync - skipping consistency.#2147483796|^|

azure-migrate
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SadiqhAhmed-MSFT avatar image
0 Votes"
SadiqhAhmed-MSFT answered

@MartinHengst-0241 Sorry for the inconvenience this must have caused!

Looking at the errors, I could relate that to disk issues. Where the disk is unable to read its block at offset. That being a reason, there is data upload failure from Process Server to Azure.

You can use chkdsk to make sure there’s no any disk read errors. Below steps are for Windows Server.

You can run chkdsk to check if there are any disk read errors. It checks the file system and file system metadata of a volume for logical and physical errors.

Please refer to Doc: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/chkdsk

Note:

  1. Chkdsk can be used only for local disks. The command cannot be used with a local drive letter that has been redirected over the network.

  2. Syntax is chkdsk [<volume>[[<path>]<filename>]]. Don’t use ‘/f’ to fix it if any error. If chkdsk reports error, please immediately let me know.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.