This is a bit of a self-explanatory one, but I thought I would mention it anyway. When you build an ASR Master Target server make sure if you have more than one SCSI controller that they are of the same type, it doesn’t matter what type they are (LSI Logic SAS, VMware Paravirtual, ect..) but they both need to be the same or you will get the following error on the Azure portal when you attempt to fall back the machine to On-premeses.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
ERROR ID78052
ERROR MESSAGEProtection couldn't be completed for the virtual machine.
PROVIDER ERRORProvider error code: 8072
Provider error message:
Master target 'XXXXXXXX' contains different types of scsi controllers.
Provider error possible causes:
None.
Provider error recommended action:
Select a master target which contains same type of scsi controllers.
POSSIBLE CAUSESCheck the Provider errors for additional information.
RECOMMENDATIONResolve the issue and try again.
|