We currently are using SnapManager for SQL, snapmirroring the data to another data center, and we currently have a script setup to automate the restore process. The machine is a Windows Guest running on ESX 3.5 over FCP RDM luns. Currently we are using the sdcli disk connect command to attach these LUNS to are DR system when we want to mount the databases, but this process is very slow in ESX with FCP luns as it has to rescan the HBA each time it attaches a drive to the VM.
Initially we left the drives connected to the VM, but did not assign drive letters in Windows. The annoyance we ran into in that scenario was after we detached the databases and removed the drive letters from the system we would sometimes see Delayed Write Fail messages. We built pauses into the script to wait after detaching the databases, but it seemed like we always ran into that problem. Does anyone have any recomendations in this regard? What are other users doing? Is it best to just disconnect and reconnect the drives each time, or should I just build in longer pauses to try and avoid the delayed write fail messages?
Thanks,
E-