The default SAN Policy on Windows Enterprise is to not automount SAN disks, resulting in the disks being shown as offline. In comparison for Windows Standard Edition, the SAN Policy is online.
This can be resolved by changing the SAN Automount Policy on the system. See the Microsoft article Knowledge Base article 973834 to change the SAN Policy to online.
The SAN policy is defined within the VDS environment of the system and is represented by the following values:
- VDS_SP_UNKNOWN = 0x0
- VDS_SP_ONLINE = 0x1
- VDS_SP_OFFLINE_SHARED = 0x2
- VDS_SP_OFFLINE = 0x3
On Windows Server 2008 Enterprise and Windows Server 2008 Datacenter, the default SAN policy is VDS_SP_OFFLINE_SHARED. On all other Windows Server 2008 editions, the default SAN policy is VDS_SP_ONLINE.
To query current SAN policy from the command line, start DISKPART and issue a SAN command:
C:\>DISKPART.EXE
DISKPART> san
SAN Policy : Offline Shared
DISKPART> exit
The blue diagnostic screen occurs when you configure Active Directory to install logs on a second drive or partition and that partition is offline. To prevent the blue diagnostic screen, boot the virtual machine into Directory Services Restore Mode and set the disk online.
To set the disk to Online:
-
Log in to your system as an Administrator.
-
Click Computer Management > Storage > Disk Management.
-
Right-click the disk and choose Online.
Note: The preceding link was correct as of January 8, 2013. If you find the link is broken, provide feedback and a VMware employee will update the link.