I've read several threads about different problems with Windows server migrations and am hoping to get pointers here. I'm pretty sure my problems are directly related to hard drive choices as I'm getting the bluescreen STOP 0X0000007B error mentioned in these forums as well as Microsoft Technet.
The ESXi Vm that I'm trying to come from has the LSI "lsisas1068" as it's controller and 4 SCSI drives to handle spreading the load of a MSSQL database:
scsi0:0.deviceType = "scsi-hardDisk"
scsi0:0.fileName = "dtSQL_6.vmdk"
scsi0:0.present = "TRUE"
scsi0:1.deviceType = "scsi-hardDisk"
scsi0:1.fileName = "dtSQL_7.vmdk"
scsi0:1.present = "TRUE"
scsi0:2.deviceType = "scsi-hardDisk"
scsi0:2.fileName = "dtSQL_8.vmdk"
scsi0:2.present = "TRUE"
scsi0:3.deviceType = "scsi-hardDisk"
scsi0:3.fileName = "dtSQL_9.vmdk"
scsi0:3.present = "TRUE"
On a pve 5.1 install what are my best options for hard drive selection? Is something equivalent to the LSI controller automatically handled when I choose SCSI drives under the auspices of VirtIO? If not is there a better way to move the VM than using CloneZilla on the ESXi server then on the pve server?
Thanks,
dK
The ESXi Vm that I'm trying to come from has the LSI "lsisas1068" as it's controller and 4 SCSI drives to handle spreading the load of a MSSQL database:
scsi0:0.deviceType = "scsi-hardDisk"
scsi0:0.fileName = "dtSQL_6.vmdk"
scsi0:0.present = "TRUE"
scsi0:1.deviceType = "scsi-hardDisk"
scsi0:1.fileName = "dtSQL_7.vmdk"
scsi0:1.present = "TRUE"
scsi0:2.deviceType = "scsi-hardDisk"
scsi0:2.fileName = "dtSQL_8.vmdk"
scsi0:2.present = "TRUE"
scsi0:3.deviceType = "scsi-hardDisk"
scsi0:3.fileName = "dtSQL_9.vmdk"
scsi0:3.present = "TRUE"
On a pve 5.1 install what are my best options for hard drive selection? Is something equivalent to the LSI controller automatically handled when I choose SCSI drives under the auspices of VirtIO? If not is there a better way to move the VM than using CloneZilla on the ESXi server then on the pve server?
Thanks,
dK