Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Solve problems with disks not coming online in Azure.
November 10, 2014
Q: I'm seeing behavior where some of my virtual disks connected to the SCSI controller aren't coming online during migrations; why?
A: To ensure that disks connected to the SCSI controller automatically mount, you need to change the SAN policy in the OS to automatically online for all disks. This can be done with the following code from an elevated command prompt:
C:>diskpartDISKPART> san policy=onlineall
You May Also Like